History of file src/serverbrowser.mm at check-in b250dfa8d49dc6cf
2025-04-19
| ||
22:30 | Port to newer enet, remove vendored enet file: [f2851be8f4] check-in: [9093e4cf6a] user: js, branch: trunk, size: 6165 [annotate] [blame] [check-ins using] [diff] | |
2025-03-29
| ||
14:25 |
Switch from clang-format to manual formatting
clang-format does too many weird things. file: [8678daf863] check-in: [75e920ae30] user: js, branch: trunk, size: 6171 [annotate] [blame] [check-ins using] [diff] | |
2025-03-26
| ||
21:47 | Run newer version of clang-format file: [738828d34a] check-in: [cc7ebd7f79] user: js, branch: trunk, size: 6198 [annotate] [blame] [check-ins using] [diff] | |
2025-03-23
| ||
19:40 | Clean up identifiers, use blocks for commands file: [6d0f47176b] check-in: [d7661be1b1] user: js, branch: trunk, size: 6213 [annotate] [blame] [check-ins using] [diff] | |
02:59 | Remove u{char,short,int} file: [5762ec3ef4] check-in: [b5bfe2af86] user: js, branch: trunk, size: 6133 [annotate] [blame] [check-ins using] [diff] | |
2025-03-20
| ||
22:22 | Renamed and modified src/serverbrowser.mm → src/serverbrowser.m. Convert remaining files to pure Objective-C file: [3cbd2b77d6] check-in: [12cac9666a] user: js, branch: trunk, size: 6093 [annotate] [blame] [check-ins using] [diff] | |
21:18 | Convert more files to pure Objective-C file: [7fbcf875ca] check-in: [b250dfa8d4] user: js, branch: trunk, size: 6104 [annotate] [blame] [check-ins using] [diff] | |
20:38 | Remove all default arguments from protos.h file: [3cbd2b77d6] check-in: [ef1d7e47f7] user: js, branch: trunk, size: 6093 [annotate] [blame] [check-ins using] [diff] | |
20:11 | Convert all references to pointers in protos.h file: [3253e95f9b] check-in: [c38d75087b] user: js, branch: trunk, size: 6087 [annotate] [blame] [check-ins using] [diff] | |
13:21 | Make more use of convenience methods file: [40331e8345] check-in: [89fbd7a152] user: js, branch: trunk, size: 6081 [annotate] [blame] [check-ins using] [diff] | |
11:03 | Use enumerateObjectsUsingBlock: where appropriate file: [7409dbfc1c] check-in: [fd4460c7b6] user: js, branch: trunk, size: 7410 [annotate] [blame] [check-ins using] [diff] | |
2025-03-16
| ||
10:11 |
Use one autorelease pool per frame
This way, nowhere else autorelease pools need to be managed. file: [bb466005e7] check-in: [489124a92f] user: js, branch: trunk, size: 7373 [annotate] [blame] [check-ins using] [diff] | |
2025-03-15
| ||
23:42 | Migrate last strings file: [fbd128e000] check-in: [b81e2948d7] user: js, branch: trunk, size: 7546 [annotate] [blame] [check-ins using] [diff] | |
2025-03-09
| ||
22:00 | Move ServerInfo to separate file file: [fe609f090e] check-in: [53f10f3320] user: js, branch: trunk, size: 7618 [annotate] [blame] [check-ins using] [diff] | |
21:33 | Clean up serverbrowser.mm file: [c76375cc88] check-in: [4d3e209260] user: js, branch: trunk, size: 8540 [annotate] [blame] [check-ins using] [diff] | |
2025-03-08
| ||
03:05 | More style cleanup file: [7dc044a533] check-in: [753ff34122] user: js, branch: trunk, size: 7129 [annotate] [blame] [check-ins using] [diff] | |
02:38 | Improve clang-format file: [4bf1a6646d] check-in: [6f5dd50626] user: js, branch: trunk, size: 7129 [annotate] [blame] [check-ins using] [diff] | |
00:48 | Migrate more strings file: [c6e27aadf2] check-in: [fa4b03aaca] user: js, branch: trunk, size: 7175 [annotate] [blame] [check-ins using] [diff] | |
2025-03-07
| ||
22:44 | Make execute() take an OFString file: [23e77d6100] check-in: [acc50da079] user: js, branch: trunk, size: 7074 [annotate] [blame] [check-ins using] [diff] | |
2025-03-06
| ||
00:34 | Clean up menus and text drawing file: [a2f42f1499] check-in: [f17992369e] user: js, branch: trunk, size: 7046 [annotate] [blame] [check-ins using] [diff] | |
2025-03-04
| ||
23:51 | Port to SDL2 file: [442e527d8e] check-in: [42d4b57828] user: js, branch: trunk, size: 7024 [annotate] [blame] [check-ins using] [diff] | |
2025-03-03
| ||
23:52 | Migrate more strings file: [b2e734a52a] check-in: [e7b5d33cad] user: js, branch: trunk, size: 6976 [annotate] [blame] [check-ins using] [diff] | |
2025-03-02
| ||
19:52 | Migrate more strings file: [28e1977716] check-in: [0d125c31da] user: js, branch: trunk, size: 6867 [annotate] [blame] [check-ins using] [diff] | |
2024-08-03
| ||
17:02 | Make conoutf take an OFString file: [164c8571dd] check-in: [f8f97851f3] user: js, branch: trunk, size: 6870 [annotate] [blame] [check-ins using] [diff] | |
2024-07-21
| ||
12:02 | Renamed src/serverbrowser.cxx → src/serverbrowser.mm. Convert to ObjC++ file: [01d1ff60c2] check-in: [7c2704b3d7] user: js, branch: trunk, size: 6869 [annotate] [blame] [check-ins using] | |
2024-07-20
| ||
15:08 | Run clang-format on the entire codebase file: [01d1ff60c2] check-in: [0a0d4f9155] user: js, branch: trunk, size: 6869 [annotate] [blame] [check-ins using] [diff] | |
14:32 | Renamed src/serverbrowser.cpp → src/serverbrowser.cxx. Add buildsys file: [92a8ff6795] check-in: [e5461ff852] user: js, branch: trunk, size: 7825 [annotate] [blame] [check-ins using] | |
2024-07-13
| ||
14:22 | Added: Import cube_2005_08_29_src_zlib.zip file: [92a8ff6795] check-in: [ea7418102a] user: js, branch: trunk, size: 7825 [annotate] [blame] [check-ins using] | |