Cube  History of src/world.mm of 0d125c31daf305a4

History of file src/world.mm at check-in 0d125c31daf305a4

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

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

2025-03-24
22:14
Convert player into a class file: [1c22ea0614] check-in: [5b7b7d2fc5] user: js, branch: trunk, size: 11646 [annotate] [blame] [check-ins using] [diff]
2025-03-23
22:14
Fix wrong argument order for calculating distance file: [c2453dcf9a] check-in: [75095b4f6e] user: js, branch: trunk, size: 11639 [annotate] [blame] [check-ins using] [diff]
21:31
Remove vdist file: [892a60074f] check-in: [6259424802] user: js, branch: trunk, size: 11639 [annotate] [blame] [check-ins using] [diff]
19:40
Clean up identifiers, use blocks for commands file: [e48df32f18] check-in: [d7661be1b1] user: js, branch: trunk, size: 11619 [annotate] [blame] [check-ins using] [diff]
02:59
Remove u{char,short,int} file: [b3c4009ae5] check-in: [b5bfe2af86] user: js, branch: trunk, size: 11595 [annotate] [blame] [check-ins using] [diff]
02:47
Remove loop[ijkl]

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

02:03
Convert monster into a class file: [97ecb02030] check-in: [e8f80b0482] user: js, branch: trunk, size: 10969 [annotate] [blame] [check-ins using] [diff]
2025-03-22
23:10
Clean up DynamicEntity file: [023ca9b6df] check-in: [b787ad5a04] user: js, branch: trunk, size: 10917 [annotate] [blame] [check-ins using] [diff]
2025-03-20
22:40
Fix all warnings file: [16c30b946f] check-in: [0e7605d101] user: js, branch: trunk, size: 10912 [annotate] [blame] [check-ins using] [diff]
22:22
Renamed and modified src/world.mm → src/world.m. Convert remaining files to pure Objective-C file: [861b8a0f13] check-in: [12cac9666a] user: js, branch: trunk, size: 10965 [annotate] [blame] [check-ins using] [diff]
20:38
Remove all default arguments from protos.h file: [8078c12089] check-in: [ef1d7e47f7] user: js, branch: trunk, size: 10834 [annotate] [blame] [check-ins using] [diff]
20:11
Convert all references to pointers in protos.h file: [96ee092ff1] check-in: [c38d75087b] user: js, branch: trunk, size: 10812 [annotate] [blame] [check-ins using] [diff]
17:12
Remove last usage of vector file: [742d4e7bcd] check-in: [08c9d7b0fa] user: js, branch: trunk, size: 11051 [annotate] [blame] [check-ins using] [diff]
16:04
Convert entity to a class file: [ffa7840406] check-in: [4b002822f9] user: js, branch: trunk, size: 11045 [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: [2ac8b85a8f] check-in: [489124a92f] user: js, branch: trunk, size: 10859 [annotate] [blame] [check-ins using] [diff]

2025-03-15
00:24
More string migrations file: [f38617a638] check-in: [5659be76db] user: js, branch: trunk, size: 10936 [annotate] [blame] [check-ins using] [diff]
2025-03-09
18:57
Convert dynent to a class file: [1a4fc65de4] check-in: [d2b3ff790f] user: js, branch: trunk, size: 10909 [annotate] [blame] [check-ins using] [diff]
2025-03-08
03:26
Use ObjFW functions for memory management file: [2ffb0794b1] check-in: [71ebb79f8f] user: js, branch: trunk, size: 10910 [annotate] [blame] [check-ins using] [diff]
03:05
More style cleanup file: [e205b06d1f] check-in: [753ff34122] user: js, branch: trunk, size: 10922 [annotate] [blame] [check-ins using] [diff]
02:38
Improve clang-format file: [50f4e28f8c] check-in: [6f5dd50626] user: js, branch: trunk, size: 10935 [annotate] [blame] [check-ins using] [diff]
2025-03-07
22:44
Make execute() take an OFString file: [cee211ba17] check-in: [acc50da079] user: js, branch: trunk, size: 10978 [annotate] [blame] [check-ins using] [diff]
2025-03-06
01:56
Migrate more strings file: [67fd387b5f] check-in: [142095b08f] user: js, branch: trunk, size: 11062 [annotate] [blame] [check-ins using] [diff]
2025-03-05
21:55
Clean up console output functions file: [dc3bab95c0] check-in: [003b06901f] user: js, branch: trunk, size: 11068 [annotate] [blame] [check-ins using] [diff]
2025-03-04
00:14
Migrate vec to OFVector3D file: [061f7f026c] check-in: [2e931ae3e1] user: js, branch: trunk, size: 11091 [annotate] [blame] [check-ins using] [diff]
2025-03-03
23:52
Migrate more strings file: [da94b33242] check-in: [e7b5d33cad] user: js, branch: trunk, size: 11091 [annotate] [blame] [check-ins using] [diff]
2025-03-02
19:52
Migrate more strings file: [a8778ab451] check-in: [0d125c31da] user: js, branch: trunk, size: 10858 [annotate] [blame] [check-ins using] [diff]
2024-08-03
17:02
Make conoutf take an OFString file: [0157413baa] check-in: [f8f97851f3] user: js, branch: trunk, size: 10871 [annotate] [blame] [check-ins using] [diff]
2024-07-21
12:02
Renamed src/world.cxx → src/world.mm. Convert to ObjC++ file: [cb52ab13f9] check-in: [7c2704b3d7] user: js, branch: trunk, size: 10868 [annotate] [blame] [check-ins using]
2024-07-20
21:49
Fix needing -fpermissive file: [cb52ab13f9] check-in: [bd82b5a5b1] user: js, branch: trunk, size: 10868 [annotate] [blame] [check-ins using] [diff]
15:08
Run clang-format on the entire codebase file: [293b2c8a10] check-in: [0a0d4f9155] user: js, branch: trunk, size: 10786 [annotate] [blame] [check-ins using] [diff]
14:32
Renamed src/world.cpp → src/world.cxx. Add buildsys file: [6c51021a97] check-in: [e5461ff852] user: js, branch: trunk, size: 11183 [annotate] [blame] [check-ins using]
2024-07-13
14:22
Added: Import cube_2005_08_29_src_zlib.zip file: [6c51021a97] check-in: [ea7418102a] user: js, branch: trunk, size: 11183 [annotate] [blame] [check-ins using]