History of file src/weapon.mm at check-in fd4460c7b65410b1
2025-03-29
| ||
14:25 |
Switch from clang-format to manual formatting
clang-format does too many weird things. file: [6c8b962c81] check-in: [75e920ae30] user: js, branch: trunk, size: 10751 [annotate] [blame] [check-ins using] [diff] | |
2025-03-24
| ||
22:14 | Convert player into a class file: [48ff54c543] check-in: [5b7b7d2fc5] user: js, branch: trunk, size: 10731 [annotate] [blame] [check-ins using] [diff] | |
2025-03-23
| ||
22:14 | Fix wrong argument order for calculating distance file: [d5d4aa755b] check-in: [75095b4f6e] user: js, branch: trunk, size: 10545 [annotate] [blame] [check-ins using] [diff] | |
21:52 |
Avoid pointless pointers
Passing OFVector3D by reference is annoying and is worse at passing via registers. file: [7fa0099398] check-in: [304230c1e1] user: js, branch: trunk, size: 10546 [annotate] [blame] [check-ins using] [diff] | |
21:31 | Remove vdist file: [51629f2c3a] check-in: [6259424802] user: js, branch: trunk, size: 10765 [annotate] [blame] [check-ins using] [diff] | |
19:40 | Clean up identifiers, use blocks for commands file: [a4ab4f9d09] check-in: [d7661be1b1] user: js, branch: trunk, size: 10411 [annotate] [blame] [check-ins using] [diff] | |
17:41 | Remove dotprod file: [d7a9ce79c2] check-in: [da90479adf] user: js, branch: trunk, size: 10400 [annotate] [blame] [check-ins using] [diff] | |
14:49 | Remove vadd/vsub/vmul/vdiv file: [da3cdeb33a] check-in: [0c8fc2f148] user: js, branch: trunk, size: 10368 [annotate] [blame] [check-ins using] [diff] | |
02:47 |
Remove loop[ijkl]
They confused clang-format a lot. file: [acb2ec57ac] check-in: [6b85eefc85] user: js, branch: trunk, size: 10129 [annotate] [blame] [check-ins using] [diff] | |
02:03 | Convert monster into a class file: [6b111961c9] check-in: [e8f80b0482] user: js, branch: trunk, size: 10051 [annotate] [blame] [check-ins using] [diff] | |
2025-03-22
| ||
23:10 | Clean up DynamicEntity file: [af10bcd44b] check-in: [b787ad5a04] user: js, branch: trunk, size: 9919 [annotate] [blame] [check-ins using] [diff] | |
2025-03-20
| ||
23:02 | Fix -Wgnu-folding-constant file: [81ddf6dcb5] check-in: [e79356d2a6] user: js, branch: trunk, size: 9834 [annotate] [blame] [check-ins using] [diff] | |
21:52 | Renamed and modified src/weapon.mm → src/weapon.m. Convert more files to pure Objective-C file: [2e4de9f255] check-in: [46c5779570] user: js, branch: trunk, size: 9861 [annotate] [blame] [check-ins using] [diff] | |
20:11 | Convert all references to pointers in protos.h file: [b2ede2d0f5] check-in: [c38d75087b] user: js, branch: trunk, size: 9854 [annotate] [blame] [check-ins using] [diff] | |
13:21 | Make more use of convenience methods file: [ec6a711714] check-in: [89fbd7a152] user: js, branch: trunk, size: 9715 [annotate] [blame] [check-ins using] [diff] | |
11:03 | Use enumerateObjectsUsingBlock: where appropriate file: [5796e07781] check-in: [fd4460c7b6] user: js, branch: trunk, size: 9730 [annotate] [blame] [check-ins using] [diff] | |
10:52 | Fix projectiles file: [c14fa40d91] check-in: [be136b699f] user: js, branch: trunk, size: 9682 [annotate] [blame] [check-ins using] [diff] | |
2025-03-12
| ||
00:16 | Be more tolerant of invalid arguments file: [a4e8e0ad47] check-in: [d2f07d884a] user: js, branch: trunk, size: 9531 [annotate] [blame] [check-ins using] [diff] | |
2025-03-11
| ||
01:20 | Make use of the new -[OFString intValue] file: [1d3f50a464] check-in: [09eb96f339] user: js, branch: trunk, size: 9490 [annotate] [blame] [check-ins using] [diff] | |
2025-03-09
| ||
18:57 | Convert dynent to a class file: [c57ce4ac4b] check-in: [d2b3ff790f] user: js, branch: trunk, size: 9520 [annotate] [blame] [check-ins using] [diff] | |
11:24 | Migrate projectile to a class file: [652afaa3f5] check-in: [d3b4b2d476] user: js, branch: trunk, size: 9300 [annotate] [blame] [check-ins using] [diff] | |
2025-03-08
| ||
03:05 | More style cleanup file: [a095df6286] check-in: [753ff34122] user: js, branch: trunk, size: 9283 [annotate] [blame] [check-ins using] [diff] | |
02:38 | Improve clang-format file: [93de7b2cbf] check-in: [6f5dd50626] user: js, branch: trunk, size: 9293 [annotate] [blame] [check-ins using] [diff] | |
00:58 | More string migration file: [a7650f3ece] check-in: [245efe8045] user: js, branch: trunk, size: 9311 [annotate] [blame] [check-ins using] [diff] | |
00:48 | Migrate more strings file: [f70bf0b290] check-in: [fa4b03aaca] user: js, branch: trunk, size: 9345 [annotate] [blame] [check-ins using] [diff] | |
2025-03-05
| ||
21:55 | Clean up console output functions file: [efed2ffe54] check-in: [003b06901f] user: js, branch: trunk, size: 9304 [annotate] [blame] [check-ins using] [diff] | |
21:29 | Clean up file handling file: [32ce1b4cac] check-in: [3d55e077f7] user: js, branch: trunk, size: 9315 [annotate] [blame] [check-ins using] [diff] | |
2025-03-04
| ||
01:00 | weapon.mm: Some cleanups file: [53bbf8febc] check-in: [3d4489fdbb] user: js, branch: trunk, size: 9274 [annotate] [blame] [check-ins using] [diff] | |
00:14 | Migrate vec to OFVector3D file: [88f240c5f9] check-in: [2e931ae3e1] user: js, branch: trunk, size: 9311 [annotate] [blame] [check-ins using] [diff] | |
2025-03-03
| ||
23:52 | Migrate more strings file: [d7fe676e8d] check-in: [e7b5d33cad] user: js, branch: trunk, size: 9124 [annotate] [blame] [check-ins using] [diff] | |
2025-03-02
| ||
19:52 | Migrate more strings file: [61c62f225e] check-in: [0d125c31da] user: js, branch: trunk, size: 9015 [annotate] [blame] [check-ins using] [diff] | |
2024-08-03
| ||
17:02 | Make conoutf take an OFString file: [2770740083] check-in: [f8f97851f3] user: js, branch: trunk, size: 9018 [annotate] [blame] [check-ins using] [diff] | |
2024-07-21
| ||
12:02 | Renamed src/weapon.cxx → src/weapon.mm. Convert to ObjC++ file: [ce8dd423e7] check-in: [7c2704b3d7] user: js, branch: trunk, size: 9017 [annotate] [blame] [check-ins using] | |
2024-07-20
| ||
15:08 | Run clang-format on the entire codebase file: [ce8dd423e7] check-in: [0a0d4f9155] user: js, branch: trunk, size: 9017 [annotate] [blame] [check-ins using] [diff] | |
14:32 | Renamed src/weapon.cpp → src/weapon.cxx. Add buildsys file: [a91ed33178] check-in: [e5461ff852] user: js, branch: trunk, size: 9980 [annotate] [blame] [check-ins using] | |
2024-07-13
| ||
14:22 | Added: Import cube_2005_08_29_src_zlib.zip file: [a91ed33178] check-in: [ea7418102a] user: js, branch: trunk, size: 9980 [annotate] [blame] [check-ins using] | |