Commit Graph

231 Commits

Author SHA1 Message Date
9ce93f849c Ported the remaining MeshUtils methods. 2024-01-13 14:39:12 +01:00
5cfffb109d Removed todo from mesh. 2024-01-13 14:38:54 +01:00
1782ec9348 Added more helper methods to Mesh. 2024-01-13 14:38:30 +01:00
e3b62728bb Also added SubProcess to the docs. 2024-01-13 13:09:03 +01:00
cd472978db Ported SubProcess from Pandemonium. 2024-01-13 13:06:50 +01:00
3dbbe9e100 Handle single line defines in the doc generator properly. 2024-01-13 12:13:38 +01:00
c7fd01656a Also added in the windows implementation of FileAccess and DirAccess from Pandemonium. The windows build will be fixed later. 2024-01-13 12:03:32 +01:00
c398d7f4b3 Format. 2024-01-13 11:54:52 +01:00
42d9e1be66 Took the DirAccess and FileAccess implementations from pandemonium. Also kept a few helper methods from the old api. Removed tinydir. 2024-01-13 11:54:15 +01:00
9ee7156890 Fix warning. 2024-01-13 11:51:49 +01:00
438adce31d Added Socket to the amalgamations. 2024-01-13 10:08:42 +01:00
fba59b99b9 Socket and InetAddress cleanups. 2024-01-13 09:48:27 +01:00
df92131fa2 Fix build of Socket and InetAddress. 2024-01-13 08:59:48 +01:00
e5b7ff3491 Merged PrimitiveMeshes into MeshUtils. 2024-01-13 00:12:42 +01:00
083d5ac925 Added helper methods to Mesh. 2024-01-12 23:45:26 +01:00
534f9a3d92 Added missing class. Also found a bit newer socket implementation. 2024-01-12 22:05:19 +01:00
919d362eee Added a socket implementation. 2024-01-12 22:00:35 +01:00
cecd50a91b Small tweak. 2024-01-09 12:36:30 +01:00
5df0d1b023 Also added thread to the docs. 2024-01-09 12:36:15 +01:00
454ef184ef Added Thread from Pandemonium. 2024-01-09 12:35:07 +01:00
3f4e551a5a NOw immediate and object base render can also be swapped with space in the main test GameScene. 2024-01-09 12:27:54 +01:00
c8b63c2d20 Added helper file. 2024-01-09 11:53:25 +01:00
ae16006afe Moved the main test files. 2024-01-09 11:51:13 +01:00
62b69d0909 Added a Makefile to be able to easily generate compile_commands.json. It's not perfect. 2024-01-09 11:49:19 +01:00
604531fb93 gitignore doc/sfwl.h and cpp. 2024-01-07 12:17:41 +01:00
4cc176b5b5 Removed sfwl.h that was accidentally committed. 2024-01-07 12:17:15 +01:00
4e79c45a67 Use sfwl core in the doc merger. 2024-01-07 12:16:44 +01:00
2bcf862a7a Created sfwl_core merge. 2024-01-07 12:16:17 +01:00
7bd2e4f121 Fixed sfwl build. 2024-01-07 12:05:28 +01:00
a94242a768 Removed core math classes from the lite version. 2024-01-07 11:01:24 +01:00
1a7201e938 Make the doc generator use the lite version. 2024-01-07 10:56:15 +01:00
0e94883ce4 Set up sfwl merger. 2024-01-07 10:52:04 +01:00
09b1b80cd6 Initial set up for sfwl (lite variant). 2024-01-07 10:49:16 +01:00
76fd80f8ca Fixed typo. 2024-01-06 21:10:44 +01:00
34c30d8466 Docs initial setup pt3 (final). 2024-01-06 21:02:59 +01:00
46de03632e Use xml escape before writing classes to the docs file. 2024-01-06 19:45:38 +01:00
ee75ac99a5 Docs pt2. 2024-01-06 17:45:49 +01:00
06a841b2d0 Doc setup pt1. 2024-01-06 17:10:13 +01:00
7388a81ebe Better doc details styling from FWK. 2024-01-06 17:09:45 +01:00
1fc4d968a4 Use a different code template for the remaining list. 2024-01-06 14:10:34 +01:00
9675d2375b Remove name from the code template. 2024-01-06 14:08:00 +01:00
ce56ea2724 Fix handling null terminator. 2024-01-06 14:07:36 +01:00
acff200ac1 Use class templates. 2024-01-06 13:44:59 +01:00
564196394b Rework the doc tool a bit. Now it need a new template which needs to have classes added manually, and it will generate a list from the unused classes. 2024-01-06 13:41:33 +01:00
0c22c5fa96 Generate doc files into an out folder. 2024-01-06 12:59:12 +01:00
0a8ad4f33a Skip writing empty classes. 2024-01-06 12:46:24 +01:00
ee7dc76dec Handle ()-s in enums. 2024-01-06 12:40:20 +01:00
baa47dd6df Fixed handling of templates in the doc generator. 2024-01-06 12:31:34 +01:00
6e00a23a28 Skip classes that starts with _. 2024-01-06 12:21:05 +01:00
24f54f1b19 Ignore the generated doc. 2024-01-06 12:17:32 +01:00