History of file src/console.mm at check-in 4c092023dc2a717a
2025-03-29
| ||
17:13 | More style fixes file: [a781a15ab9] check-in: [c634a689e7] user: js, branch: trunk, size: 5629 [annotate] [blame] [check-ins using] [diff] | |
14:25 |
Switch from clang-format to manual formatting
clang-format does too many weird things. file: [1d463d8f9f] check-in: [75e920ae30] user: js, branch: trunk, size: 5733 [annotate] [blame] [check-ins using] [diff] | |
2025-03-26
| ||
21:47 | Run newer version of clang-format file: [a83084fb6c] check-in: [cc7ebd7f79] user: js, branch: trunk, size: 5769 [annotate] [blame] [check-ins using] [diff] | |
2025-03-23
| ||
19:40 | Clean up identifiers, use blocks for commands file: [d7f7b48227] check-in: [d7661be1b1] user: js, branch: trunk, size: 5782 [annotate] [blame] [check-ins using] [diff] | |
02:47 |
Remove loop[ijkl]
They confused clang-format a lot. file: [1ac50365c9] check-in: [6b85eefc85] user: js, branch: trunk, size: 5786 [annotate] [blame] [check-ins using] [diff] | |
2025-03-20
| ||
21:18 | Renamed src/console.mm → src/console.m. Convert more files to pure Objective-C file: [2703ba3edf] check-in: [b250dfa8d4] user: js, branch: trunk, size: 5773 [annotate] [blame] [check-ins using] | |
20:38 | Remove all default arguments from protos.h file: [2703ba3edf] check-in: [ef1d7e47f7] user: js, branch: trunk, size: 5773 [annotate] [blame] [check-ins using] [diff] | |
13:21 | Make more use of convenience methods file: [555c5a6eb3] check-in: [89fbd7a152] user: js, branch: trunk, size: 5767 [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: [c4ec2131b8] check-in: [489124a92f] user: js, branch: trunk, size: 6146 [annotate] [blame] [check-ins using] [diff] | |
2025-03-15
| ||
23:42 | Migrate last strings file: [6b830d51dc] check-in: [b81e2948d7] user: js, branch: trunk, size: 6286 [annotate] [blame] [check-ins using] [diff] | |
00:24 | More string migrations file: [fbd5eecbef] check-in: [5659be76db] user: js, branch: trunk, size: 5757 [annotate] [blame] [check-ins using] [diff] | |
2025-03-12
| ||
00:16 | Be more tolerant of invalid arguments file: [40d6223ddd] check-in: [d2f07d884a] user: js, branch: trunk, size: 5705 [annotate] [blame] [check-ins using] [diff] | |
2025-03-11
| ||
01:20 | Make use of the new -[OFString intValue] file: [1408af0279] check-in: [09eb96f339] user: js, branch: trunk, size: 5720 [annotate] [blame] [check-ins using] [diff] | |
2025-03-09
| ||
10:25 | Use SDL_TextInputEvent for input file: [e0a1b6879f] check-in: [4c092023dc] user: js, branch: trunk, size: 5684 [annotate] [blame] [check-ins using] [diff] | |
2025-03-08
| ||
10:12 | Fix crash file: [73f6aa3e13] check-in: [b5a250176b] user: js, branch: trunk, size: 5673 [annotate] [blame] [check-ins using] [diff] | |
02:38 | Improve clang-format file: [54ce1aa50b] check-in: [6f5dd50626] user: js, branch: trunk, size: 5628 [annotate] [blame] [check-ins using] [diff] | |
01:09 | Remove memory pool file: [de4b6af5c1] check-in: [0097baa3a7] user: js, branch: trunk, size: 5667 [annotate] [blame] [check-ins using] [diff] | |
2025-03-07
| ||
22:44 | Make execute() take an OFString file: [2969d1193c] check-in: [acc50da079] user: js, branch: trunk, size: 5656 [annotate] [blame] [check-ins using] [diff] | |
22:30 | Migrate strings for all commands file: [86266db4fd] check-in: [11889bf242] user: js, branch: trunk, size: 5907 [annotate] [blame] [check-ins using] [diff] | |
19:55 | Migrate more strings file: [635cf832c8] check-in: [5ef6284dcf] user: js, branch: trunk, size: 5945 [annotate] [blame] [check-ins using] [diff] | |
2025-03-06
| ||
01:17 | Remove cvector and ivector file: [979d6ed7fb] check-in: [5bbd6d8ddd] user: js, branch: trunk, size: 5885 [annotate] [blame] [check-ins using] [diff] | |
00:34 | Clean up menus and text drawing file: [39120f3a5f] check-in: [f17992369e] user: js, branch: trunk, size: 5468 [annotate] [blame] [check-ins using] [diff] | |
2025-03-05
| ||
23:18 | Move classes into separate files file: [cf67d004cd] check-in: [14861826d4] user: js, branch: trunk, size: 5440 [annotate] [blame] [check-ins using] [diff] | |
22:24 | Clean up key mapping file: [20418af9a4] check-in: [31ef5be209] user: js, branch: trunk, size: 5816 [annotate] [blame] [check-ins using] [diff] | |
21:55 | Clean up console output functions file: [ea51019800] check-in: [003b06901f] user: js, branch: trunk, size: 5434 [annotate] [blame] [check-ins using] [diff] | |
00:27 | Reduce global variables file: [d534e6476d] check-in: [02dbc547c1] user: js, branch: trunk, size: 5224 [annotate] [blame] [check-ins using] [diff] | |
2025-03-04
| ||
23:51 | Port to SDL2 file: [45e0d06f5e] check-in: [42d4b57828] user: js, branch: trunk, size: 5202 [annotate] [blame] [check-ins using] [diff] | |
23:03 |
Initial port to macOS
Doesn't work yet as SDL1 is broken on modern macOS. file: [2a75e21fbb] check-in: [f5b62f8203] user: js, branch: trunk, size: 6297 [annotate] [blame] [check-ins using] [diff] | |
2025-03-03
| ||
23:52 | Migrate more strings file: [dd3dab2434] check-in: [e7b5d33cad] user: js, branch: trunk, size: 6233 [annotate] [blame] [check-ins using] [diff] | |
2025-03-02
| ||
19:52 | Migrate more strings file: [e55e1dd6f3] check-in: [0d125c31da] user: js, branch: trunk, size: 5983 [annotate] [blame] [check-ins using] [diff] | |
14:42 | Migrate to OFOptionsParser file: [74e953a174] check-in: [f642e9dfbf] user: js, branch: trunk, size: 5997 [annotate] [blame] [check-ins using] [diff] | |
2024-08-03
| ||
17:02 | Make conoutf take an OFString file: [1df29be187] check-in: [f8f97851f3] user: js, branch: trunk, size: 5995 [annotate] [blame] [check-ins using] [diff] | |
2024-07-21
| ||
12:02 | Renamed src/console.cxx → src/console.mm. Convert to ObjC++ file: [ee8378b098] check-in: [7c2704b3d7] user: js, branch: trunk, size: 5970 [annotate] [blame] [check-ins using] | |
2024-07-20
| ||
21:49 | Fix needing -fpermissive file: [ee8378b098] check-in: [bd82b5a5b1] user: js, branch: trunk, size: 5970 [annotate] [blame] [check-ins using] [diff] | |
15:08 | Run clang-format on the entire codebase file: [3bc4bc641c] check-in: [0a0d4f9155] user: js, branch: trunk, size: 5964 [annotate] [blame] [check-ins using] [diff] | |
14:32 | Renamed and modified src/console.cpp → src/console.cxx. Add buildsys file: [6742f4f771] check-in: [e5461ff852] user: js, branch: trunk, size: 6926 [annotate] [blame] [check-ins using] [diff] | |
2024-07-13
| ||
14:22 | Added: Import cube_2005_08_29_src_zlib.zip file: [0a4b6d327b] check-in: [ea7418102a] user: js, branch: trunk, size: 6922 [annotate] [blame] [check-ins using] | |