Cube  History of src/clientgame.cxx of 0a0d4f91558171cf

History of file src/clientgame.cxx at check-in 0a0d4f91558171cf

2025-03-29
17:13
More style fixes file: [418707bf92] check-in: [c634a689e7] user: js, branch: trunk, size: 9797 [annotate] [blame] [check-ins using] [diff]
14:25
Switch from clang-format to manual formatting

clang-format does too many weird things. file: [0b8b0d202d] check-in: [75e920ae30] user: js, branch: trunk, size: 9909 [annotate] [blame] [check-ins using] [diff]

2025-03-25
23:52
Make use of OF_DIRECT file: [591f2f2799] check-in: [7a98b92af9] user: js, branch: trunk, size: 10044 [annotate] [blame] [check-ins using] [diff]
23:38
Clean up Variable file: [44aa449a31] check-in: [0ee94739ce] user: js, branch: trunk, size: 10030 [annotate] [blame] [check-ins using] [diff]
2025-03-24
22:14
Convert player into a class file: [d1273c7a21] check-in: [5b7b7d2fc5] user: js, branch: trunk, size: 10009 [annotate] [blame] [check-ins using] [diff]
2025-03-23
21:52
Avoid pointless pointers

Passing OFVector3D by reference is annoying and is worse at passing via registers. file: [12fef2cf63] check-in: [304230c1e1] user: js, branch: trunk, size: 9768 [annotate] [blame] [check-ins using] [diff]

19:40
Clean up identifiers, use blocks for commands file: [3ae039157a] check-in: [d7661be1b1] user: js, branch: trunk, size: 9769 [annotate] [blame] [check-ins using] [diff]
14:17
Adjust to ObjFW changes file: [8ff39fb916] check-in: [85566b261d] user: js, branch: trunk, size: 9900 [annotate] [blame] [check-ins using] [diff]
02:47
Remove loop[ijkl]

They confused clang-format a lot. file: [e2809031d4] check-in: [6b85eefc85] user: js, branch: trunk, size: 9899 [annotate] [blame] [check-ins using] [diff]

02:03
Convert monster into a class file: [d0a68a37a3] check-in: [e8f80b0482] user: js, branch: trunk, size: 9859 [annotate] [blame] [check-ins using] [diff]
2025-03-22
23:10
Clean up DynamicEntity file: [f7cff8c331] check-in: [b787ad5a04] user: js, branch: trunk, size: 9831 [annotate] [blame] [check-ins using] [diff]
2025-03-20
21:18
Renamed and modified src/clientgame.mm → src/clientgame.m. Convert more files to pure Objective-C file: [ca9306999a] check-in: [b250dfa8d4] user: js, branch: trunk, size: 11534 [annotate] [blame] [check-ins using] [diff]
20:38
Remove all default arguments from protos.h file: [6041eeb1a7] check-in: [ef1d7e47f7] user: js, branch: trunk, size: 11507 [annotate] [blame] [check-ins using] [diff]
20:11
Convert all references to pointers in protos.h file: [5aac2f8a02] check-in: [c38d75087b] user: js, branch: trunk, size: 11489 [annotate] [blame] [check-ins using] [diff]
16:04
Convert entity to a class file: [a964a181aa] check-in: [4b002822f9] user: js, branch: trunk, size: 11524 [annotate] [blame] [check-ins using] [diff]
13:21
Make more use of convenience methods file: [bec4825c49] check-in: [89fbd7a152] user: js, branch: trunk, size: 11505 [annotate] [blame] [check-ins using] [diff]
11:03
Use enumerateObjectsUsingBlock: where appropriate file: [75ba298a0a] check-in: [fd4460c7b6] user: js, branch: trunk, size: 11633 [annotate] [blame] [check-ins using] [diff]
2025-03-12
00:16
Be more tolerant of invalid arguments file: [ec0093549c] check-in: [d2f07d884a] user: js, branch: trunk, size: 11622 [annotate] [blame] [check-ins using] [diff]
2025-03-11
01:20
Make use of the new -[OFString intValue] file: [c71213128a] check-in: [09eb96f339] user: js, branch: trunk, size: 11591 [annotate] [blame] [check-ins using] [diff]
2025-03-09
18:57
Convert dynent to a class file: [5f10611541] check-in: [d2b3ff790f] user: js, branch: trunk, size: 11601 [annotate] [blame] [check-ins using] [diff]
2025-03-08
03:26
Use ObjFW functions for memory management file: [1b8431e6e6] check-in: [71ebb79f8f] user: js, branch: trunk, size: 11169 [annotate] [blame] [check-ins using] [diff]
03:05
More style cleanup file: [1adcd0a4ff] check-in: [753ff34122] user: js, branch: trunk, size: 11169 [annotate] [blame] [check-ins using] [diff]
02:38
Improve clang-format file: [6689f47248] check-in: [6f5dd50626] user: js, branch: trunk, size: 11181 [annotate] [blame] [check-ins using] [diff]
01:09
Remove memory pool file: [2ddec801b6] check-in: [0097baa3a7] user: js, branch: trunk, size: 11356 [annotate] [blame] [check-ins using] [diff]
00:48
Migrate more strings file: [ce2ec26dd6] check-in: [fa4b03aaca] user: js, branch: trunk, size: 11386 [annotate] [blame] [check-ins using] [diff]
2025-03-07
22:44
Make execute() take an OFString file: [e005695b56] check-in: [acc50da079] user: js, branch: trunk, size: 11386 [annotate] [blame] [check-ins using] [diff]
2025-03-06
01:56
Migrate more strings file: [33b9c3010f] check-in: [142095b08f] user: js, branch: trunk, size: 11507 [annotate] [blame] [check-ins using] [diff]
2025-03-05
21:55
Clean up console output functions file: [810509b4e7] check-in: [003b06901f] user: js, branch: trunk, size: 11531 [annotate] [blame] [check-ins using] [diff]
00:27
Reduce global variables file: [48319d1ae1] check-in: [02dbc547c1] user: js, branch: trunk, size: 11533 [annotate] [blame] [check-ins using] [diff]
2025-03-03
23:52
Migrate more strings file: [7f736a9f83] check-in: [e7b5d33cad] user: js, branch: trunk, size: 11538 [annotate] [blame] [check-ins using] [diff]
2025-03-02
19:52
Migrate more strings file: [e35d803d58] check-in: [0d125c31da] user: js, branch: trunk, size: 11392 [annotate] [blame] [check-ins using] [diff]
2024-08-03
17:02
Make conoutf take an OFString file: [8334b2a352] check-in: [f8f97851f3] user: js, branch: trunk, size: 11385 [annotate] [blame] [check-ins using] [diff]
2024-07-21
12:02
Renamed src/clientgame.cxx → src/clientgame.mm. Convert to ObjC++ file: [f88f2d9175] check-in: [7c2704b3d7] user: js, branch: trunk, size: 11379 [annotate] [blame] [check-ins using]
2024-07-20
15:08
Run clang-format on the entire codebase file: [f88f2d9175] check-in: [0a0d4f9155] user: js, branch: trunk, size: 11379 [annotate] [blame] [check-ins using] [diff]
14:32
Renamed src/clientgame.cpp → src/clientgame.cxx. Add buildsys file: [c44ed486b8] check-in: [e5461ff852] user: js, branch: trunk, size: 12255 [annotate] [blame] [check-ins using]
2024-07-13
14:22
Added: Import cube_2005_08_29_src_zlib.zip file: [c44ed486b8] check-in: [ea7418102a] user: js, branch: trunk, size: 12255 [annotate] [blame] [check-ins using]