2023-02-01 08:24 | Change FormElem.type to int, then cast as enum when needed | hhvn | 1 | +11 | -8 |
2023-01-30 13:44 | Fix warnings in gui.c | hhvn | 2 | +9 | -3 |
2023-01-17 18:15 | Parallel builds | hhvn | 1 | +7 | -6 |
2023-01-16 20:45 | Don't hide test errors from make | hhvn | 1 | +4 | -2 |
2023-01-16 20:43 | Prevent segfault on dbfree() | hhvn | 1 | +1 | -1 |
2023-01-15 22:19 | Empires | hhvn | 7 | +194 | -28 |
2023-01-15 22:18 | Assert pane geometry is rectangular | hhvn | 1 | +1 | -0 |
2023-01-15 22:18 | Remove unnecessary include | hhvn | 1 | +0 | -1 |
2023-01-15 22:16 | Forms | hhvn | 4 | +273 | -15 |
2023-01-15 22:15 | -Wno-switch (this warning gets very annoying) | hhvn | 1 | +1 | -0 |
2023-01-15 21:16 | Fix makefile when used without dev/config.mk | hhvn | 1 | +2 | -0 |
2023-01-15 13:44 | Custom assert() | hhvn | 2 | +7 | -6 |
2023-01-08 13:12 | Remove unnecessary use of the struct keyword | hhvn | 1 | +2 | -2 |
2022-12-17 14:07 | Functions for checking values in arrays | hhvn | 3 | +82 | -0 |
2022-12-06 17:29 | Move vector functions to coords.c | hhvn | 4 | +20 | -23 |
2022-12-03 14:37 | These should have been enums, so they are now | hhvn | 1 | +23 | -9 |
2022-12-01 18:34 | Convenient enum setting/getting with bdb interface | hhvn | 3 | +56 | -9 |
2022-11-30 23:39 | Add polar coordinates to bdb interface | hhvn | 2 | +29 | -9 |
2022-11-30 13:34 | Buttons and escape binding to go back in all smenu entries | hhvn | 5 | +51 | -23 |
2022-11-28 07:59 | Add return to shut the compiler up | hhvn | 1 | +1 | -0 |
2022-11-28 07:55 | Use fabsf instead of abs for float comparison | hhvn | 1 | +2 | -2 |
2022-11-28 07:39 | Add missing dbfree to bdb test | hhvn | 1 | +2 | -0 |
2022-11-27 23:52 | Don't leave anything on disk when creating a new save | hhvn | 2 | +12 | -13 |
2022-11-27 23:43 | Fix bug where mkdirp would fail if directories already existed | hhvn | 2 | +12 | -6 |
2022-11-27 23:37 | Don't check for changes when writing db data (as that doesn't mean it's there) | hhvn | 1 | +4 | -2 |
2022-11-27 23:07 | Pre-commit hook to run tests | hhvn | 2 | +7 | -1 |
2022-11-27 20:47 | sloccount wrapper to count accurately | hhvn | 1 | +13 | -0 |
2022-11-27 20:29 | bdbget() works on arrays rather than allocating them | hhvn | 2 | +114 | -23 |
2022-11-27 20:28 | Make debugging of code run by libcheck easier | hhvn | 1 | +7 | -2 |
2022-11-27 13:16 | Save deletion | hhvn | 7 | +148 | -15 |
2022-11-27 12:05 | Testing with libcheck | hhvn | 9 | +143 | -6 |
2022-11-26 21:22 | Mouse cursor changes | hhvn | 3 | +101 | -96 |
2022-11-26 18:23 | Add reasons for making this and rant on raylib to README | hhvn | 1 | +85 | -5 |
2022-11-26 18:23 | Revert an attempt to be stingy with memsets in db | hhvn | 1 | +1 | -1 |
2022-11-26 15:58 | Remove loading.c | hhvn | 1 | +0 | -133 |
2022-11-24 22:51 | Improve checkalloc script output | hhvn | 1 | +13 | -3 |
2022-11-24 22:19 | Fix memory leaks in db | hhvn | 1 | +15 | -8 |
2022-11-24 21:43 | Valgrind integration | hhvn | 3 | +22 | -3 |
2022-11-24 00:23 | Unified Guicallback | hhvn | 3 | +50 | -51 |
2022-11-24 00:23 | Fix custom free() | hhvn | 1 | +6 | -5 |
2022-11-24 00:19 | Track config.mk | hhvn | 3 | +23 | -1 |
2022-11-23 20:22 | Move data/ gitignores to data/.gitignore | hhvn | 2 | +1 | -3 |
2022-11-23 20:15 | Error-checking allocation | hhvn | 14 | +180 | -88 |
2022-11-21 13:37 | Move views into own "namespace" (and (re)init properly) | hhvn | 11 | +251 | -224 |
2022-11-20 21:51 | Start menu | hhvn | 17 | +493 | -26 |
2022-11-20 21:49 | Add double click ability to items in a Treeview | hhvn | 3 | +69 | -3 |
2022-11-20 17:37 | Fix Button-submission of Inputs | hhvn | 1 | +15 | -4 |
2022-11-20 00:15 | Improve Input/Button integration | hhvn | 3 | +34 | -13 |
2022-11-20 00:12 | Text-less tabs | hhvn | 1 | +3 | -2 |
2022-11-20 00:11 | Rename ui_update_focus to ui_focus | hhvn | 3 | +6 | -6 |
2022-11-19 22:46 | Speed up builds by creating .o for each included file | hhvn | 3 | +34 | -45 |
2022-11-19 21:29 | Free tree data properly | hhvn | 6 | +38 | -15 |
2022-11-19 20:05 | Add ability to check if DB has been changed | hhvn | 4 | +64 | -4 |
2022-11-19 16:03 | Buttons | hhvn | 6 | +29 | -1 |
2022-11-18 18:37 | Move sys view to own file | hhvn | 4 | +85 | -65 |
2022-11-17 18:53 | Rewrite dir2c.sh as dir2h.sh (generates data only) | hhvn | 7 | +80 | -55 |
2022-11-17 15:48 | Avoid GetScreen...() functions | hhvn | 1 | +14 | -14 |
2022-11-16 03:51 | Bulk db interface | hhvn | 5 | +255 | -59 |
2022-11-16 03:44 | Fix bug in vdbgetf | hhvn | 1 | +0 | -1 |
2022-11-16 03:43 | Simplify dynamic resizing in db | hhvn | 1 | +22 | -40 |
2022-11-15 20:10 | error() function | hhvn | 2 | +26 | -2 |
2022-11-15 18:37 | More consistant variable naming in pane.c | hhvn | 1 | +23 | -23 |
2022-11-15 17:20 | Dynamically resize number of tracked groups in DB | hhvn | 2 | +46 | -14 |
2022-11-15 16:56 | Fix tree_sort | hhvn | 1 | +20 | -3 |
2022-11-15 16:35 | Gave sys_default() more methods of choosing a system | hhvn | 2 | +6 | -1 |
2022-11-15 16:29 | Rename ui_draw_rectangle to ui_draw_rect | hhvn | 5 | +19 | -19 |
2022-11-15 16:06 | Shut up, compiler | hhvn | 7 | +11 | -14 |
2022-11-15 16:00 | Store mouse position and scroll information in struct | hhvn | 7 | +40 | -47 |
2022-11-15 15:45 | Improve bodies view | hhvn | 12 | +195 | -61 |
2022-11-13 18:38 | Move coordinate handling to coords.c [new] | hhvn | 10 | +116 | -114 |
2022-11-13 18:17 | Treeview | hhvn | 7 | +228 | -102 |
2022-11-13 13:36 | Rename unselbg to altbg | hhvn | 5 | +7 | -7 |
2022-11-13 10:54 | Improve debug/devel experience | hhvn | 4 | +11 | -5 |
2022-10-30 11:55 | Load systems using dbgettree() | hhvn | 8 | +278 | -128 |
2022-10-08 15:17 | Reorganize gui and views | hhvn | 12 | +815 | -830 |
2022-10-07 15:26 | Save systree | hhvn | 8 | +122 | -49 |
2022-10-05 16:48 | dbtool calls dbdeclare() | hhvn | 3 | +5 | -2 |
2022-10-04 16:52 | Tree structure | hhvn | 9 | +245 | -52 |
2022-10-03 15:04 | Each value in a dropdown can be associated with a void * | hhvn | 2 | +4 | -3 |
2022-10-03 11:47 | _d functions to replace radians with degrees | hhvn | 4 | +33 | -7 |
2022-09-17 04:19 | Move gui elements and handlers to separate file | hhvn | 6 | +269 | -242 |
2022-09-15 20:57 | Functions for generic text input | hhvn | 4 | +35 | -12 |
2022-09-12 18:07 | All your shape are belong to Geom | hhvn | 6 | +75 | -109 |
2022-09-12 16:26 | strkmdist -> strkm, strlightdist -> strly | hhvn | 4 | +8 | -8 |
2022-09-12 16:22 | Remove unused vars | hhvn | 2 | +0 | -2 |
2022-09-12 16:22 | Text input | hhvn | 4 | +139 | -18 |
2022-09-05 12:57 | Dropdowns | hhvn | 4 | +84 | -13 |
2022-09-05 11:25 | ui_loop() - common actions performed each frame | hhvn | 3 | +16 | -9 |
2022-09-04 18:20 | macro for creating qsort compatible functions | hhvn | 2 | +6 | -4 |
2022-09-04 18:09 | Don't care about const | hhvn | 1 | +1 | -1 |
2022-09-04 18:08 | Fix warnings with loading.c | hhvn | 1 | +2 | -2 |
2022-09-04 18:00 | Add dwarf planets to system counts | hhvn | 3 | +8 | -5 |
2022-09-04 16:08 | Fix hiding of bodies when radius is smaller than parent | hhvn | 1 | +3 | -1 |
2022-09-04 14:28 | Make bodies selectable | hhvn | 4 | +133 | -75 |
2022-09-03 22:59 | Name: cepheid | hhvn | 3 | +12 | -2 |
2022-09-02 15:43 | Update about Aurora | hhvn | 1 | +3 | -0 |
2022-09-02 12:05 | Include sol within binary | hhvn | 11 | +126 | -10 |
2022-09-01 10:31 | Body sorting | hhvn | 3 | +71 | -40 |
2022-09-01 09:17 | Call raylib's DrawRectangleLinesEx directly for borders | hhvn | 2 | +4 | -4 |
2022-08-31 19:57 | Bodies view | hhvn | 11 | +583 | -430 |
2022-08-28 17:29 | Scrollable panes | hhvn | 7 | +236 | -81 |
2022-08-26 13:20 | Add styles | hhvn | 8 | +113 | -88 |
2022-08-26 12:19 | Draw orbits and bodies/names in seperate functions | hhvn | 2 | +66 | -68 |
2022-08-25 21:15 | Loading window | hhvn | 7 | +183 | -8 |
2022-08-25 21:14 | Add bodies tab | hhvn | 8 | +26 | -0 |
2022-08-21 10:19 | Geom type for multiple geometries | hhvn | 4 | +74 | -31 |
2022-08-19 15:08 | Draw tails proportional to comet size | hhvn | 1 | +4 | -2 |
2022-08-19 15:03 | (In/out)ward comet tails | hhvn | 6 | +16 | -25 |
2022-08-19 12:57 | Smooth & performant orbits | hhvn | 14 | +761 | -223 |
2022-08-06 15:44 | Icons | hhvn | 23 | +150 | -50 |
2022-08-06 09:50 | Saving properly | hhvn | 10 | +419 | -183 |
2022-06-09 22:06 | Draw system view | hhvn | 12 | +686 | -87 |
2022-06-05 12:08 | Filterable dblist* functions | hhvn | 2 | +44 | -13 |
2022-06-04 22:34 | Generate more data | hhvn | 3 | +40 | -2 |
2022-06-03 21:25 | Init | hhvn | 18 | +1624 | -0 |
2023-01-30 13:44 | Fix warnings in gui.c | hhvn | 2 | +7 | -3 |
2023-01-17 18:15 | Parallel builds | hhvn | 1 | +7 | -6 |
2023-01-16 20:45 | Don't hide test errors from make | hhvn | 1 | +4 | -2 |
2023-01-16 20:43 | Prevent segfault on dbfree() | hhvn | 1 | +1 | -1 |
2023-01-15 22:19 | Empires | hhvn | 7 | +194 | -28 |
2023-01-15 22:18 | Assert pane geometry is rectangular | hhvn | 1 | +1 | -0 |
2023-01-15 22:18 | Remove unnecessary include | hhvn | 1 | +0 | -1 |
2023-01-15 22:16 | Forms | hhvn | 4 | +273 | -15 |
2023-01-15 22:15 | -Wno-switch (this warning gets very annoying) | hhvn | 1 | +1 | -0 |
2023-01-15 21:16 | Fix makefile when used without dev/config.mk | hhvn | 1 | +2 | -0 |
2023-01-15 13:44 | Custom assert() | hhvn | 2 | +7 | -6 |
2023-01-08 13:12 | Remove unnecessary use of the struct keyword | hhvn | 1 | +2 | -2 |
2022-12-17 14:07 | Functions for checking values in arrays | hhvn | 3 | +82 | -0 |
2022-12-06 17:29 | Move vector functions to coords.c | hhvn | 4 | +20 | -23 |
2022-12-03 14:37 | These should have been enums, so they are now | hhvn | 1 | +23 | -9 |
2022-12-01 18:34 | Convenient enum setting/getting with bdb interface | hhvn | 3 | +56 | -9 |
2022-11-30 23:39 | Add polar coordinates to bdb interface | hhvn | 2 | +29 | -9 |
2022-11-30 13:34 | Buttons and escape binding to go back in all smenu entries | hhvn | 5 | +51 | -23 |
2022-11-28 07:59 | Add return to shut the compiler up | hhvn | 1 | +1 | -0 |
2022-11-28 07:55 | Use fabsf instead of abs for float comparison | hhvn | 1 | +2 | -2 |
2022-11-28 07:39 | Add missing dbfree to bdb test | hhvn | 1 | +2 | -0 |
2022-11-27 23:52 | Don't leave anything on disk when creating a new save | hhvn | 2 | +12 | -13 |
2022-11-27 23:43 | Fix bug where mkdirp would fail if directories already existed | hhvn | 2 | +12 | -6 |
2022-11-27 23:37 | Don't check for changes when writing db data (as that doesn't mean it's there) | hhvn | 1 | +4 | -2 |
2022-11-27 23:07 | Pre-commit hook to run tests | hhvn | 2 | +7 | -1 |
2022-11-27 20:47 | sloccount wrapper to count accurately | hhvn | 1 | +13 | -0 |
2022-11-27 20:29 | bdbget() works on arrays rather than allocating them | hhvn | 2 | +114 | -23 |
2022-11-27 20:28 | Make debugging of code run by libcheck easier | hhvn | 1 | +7 | -2 |
2022-11-27 13:16 | Save deletion | hhvn | 7 | +148 | -15 |
2022-11-27 12:05 | Testing with libcheck | hhvn | 9 | +143 | -6 |
2022-11-26 21:22 | Mouse cursor changes | hhvn | 3 | +101 | -96 |
2022-11-26 18:23 | Add reasons for making this and rant on raylib to README | hhvn | 1 | +85 | -5 |
2022-11-26 18:23 | Revert an attempt to be stingy with memsets in db | hhvn | 1 | +1 | -1 |
2022-11-26 15:58 | Remove loading.c | hhvn | 1 | +0 | -133 |
2022-11-24 22:51 | Improve checkalloc script output | hhvn | 1 | +13 | -3 |
2022-11-24 22:19 | Fix memory leaks in db | hhvn | 1 | +15 | -8 |
2022-11-24 21:43 | Valgrind integration | hhvn | 3 | +22 | -3 |
2022-11-24 00:23 | Unified Guicallback | hhvn | 3 | +50 | -51 |
2022-11-24 00:23 | Fix custom free() | hhvn | 1 | +6 | -5 |
2022-11-24 00:19 | Track config.mk | hhvn | 3 | +23 | -1 |
2022-11-23 20:22 | Move data/ gitignores to data/.gitignore | hhvn | 2 | +1 | -3 |
2022-11-23 20:15 | Error-checking allocation | hhvn | 14 | +180 | -88 |
2022-11-21 13:37 | Move views into own "namespace" (and (re)init properly) | hhvn | 11 | +251 | -224 |
2022-11-20 21:51 | Start menu | hhvn | 17 | +493 | -26 |
2022-11-20 21:49 | Add double click ability to items in a Treeview | hhvn | 3 | +69 | -3 |
2022-11-20 17:37 | Fix Button-submission of Inputs | hhvn | 1 | +15 | -4 |
2022-11-20 00:15 | Improve Input/Button integration | hhvn | 3 | +34 | -13 |
2022-11-20 00:12 | Text-less tabs | hhvn | 1 | +3 | -2 |
2022-11-20 00:11 | Rename ui_update_focus to ui_focus | hhvn | 3 | +6 | -6 |
2022-11-19 22:46 | Speed up builds by creating .o for each included file | hhvn | 3 | +34 | -45 |
2022-11-19 21:29 | Free tree data properly | hhvn | 6 | +38 | -15 |
2022-11-19 20:05 | Add ability to check if DB has been changed | hhvn | 4 | +64 | -4 |
2022-11-19 16:03 | Buttons | hhvn | 6 | +29 | -1 |
2022-11-18 18:37 | Move sys view to own file | hhvn | 4 | +85 | -65 |
2022-11-17 18:53 | Rewrite dir2c.sh as dir2h.sh (generates data only) | hhvn | 7 | +80 | -55 |
2022-11-17 15:48 | Avoid GetScreen...() functions | hhvn | 1 | +14 | -14 |
2022-11-16 03:51 | Bulk db interface | hhvn | 5 | +255 | -59 |
2022-11-16 03:44 | Fix bug in vdbgetf | hhvn | 1 | +0 | -1 |
2022-11-16 03:43 | Simplify dynamic resizing in db | hhvn | 1 | +22 | -40 |
2022-11-15 20:10 | error() function | hhvn | 2 | +26 | -2 |
2022-11-15 18:37 | More consistant variable naming in pane.c | hhvn | 1 | +23 | -23 |
2022-11-15 17:20 | Dynamically resize number of tracked groups in DB | hhvn | 2 | +46 | -14 |
2022-11-15 16:56 | Fix tree_sort | hhvn | 1 | +20 | -3 |
2022-11-15 16:35 | Gave sys_default() more methods of choosing a system | hhvn | 2 | +6 | -1 |
2022-11-15 16:29 | Rename ui_draw_rectangle to ui_draw_rect | hhvn | 5 | +19 | -19 |
2022-11-15 16:06 | Shut up, compiler | hhvn | 7 | +11 | -14 |
2022-11-15 16:00 | Store mouse position and scroll information in struct | hhvn | 7 | +40 | -47 |
2022-11-15 15:45 | Improve bodies view | hhvn | 12 | +195 | -61 |
2022-11-13 18:38 | Move coordinate handling to coords.c [new] | hhvn | 10 | +116 | -114 |
2022-11-13 18:17 | Treeview | hhvn | 7 | +228 | -102 |
2022-11-13 13:36 | Rename unselbg to altbg | hhvn | 5 | +7 | -7 |
2022-11-13 10:54 | Improve debug/devel experience | hhvn | 4 | +11 | -5 |
2022-10-30 11:55 | Load systems using dbgettree() | hhvn | 8 | +278 | -128 |
2022-10-08 15:17 | Reorganize gui and views | hhvn | 12 | +815 | -830 |
2022-10-07 15:26 | Save systree | hhvn | 8 | +122 | -49 |
2022-10-05 16:48 | dbtool calls dbdeclare() | hhvn | 3 | +5 | -2 |
2022-10-04 16:52 | Tree structure | hhvn | 9 | +245 | -52 |
2022-10-03 15:04 | Each value in a dropdown can be associated with a void * | hhvn | 2 | +4 | -3 |
2022-10-03 11:47 | _d functions to replace radians with degrees | hhvn | 4 | +33 | -7 |
2022-09-17 04:19 | Move gui elements and handlers to separate file | hhvn | 6 | +269 | -242 |
2022-09-15 20:57 | Functions for generic text input | hhvn | 4 | +35 | -12 |
2022-09-12 18:07 | All your shape are belong to Geom | hhvn | 6 | +75 | -109 |
2022-09-12 16:26 | strkmdist -> strkm, strlightdist -> strly | hhvn | 4 | +8 | -8 |
2022-09-12 16:22 | Remove unused vars | hhvn | 2 | +0 | -2 |
2022-09-12 16:22 | Text input | hhvn | 4 | +139 | -18 |
2022-09-05 12:57 | Dropdowns | hhvn | 4 | +84 | -13 |
2022-09-05 11:25 | ui_loop() - common actions performed each frame | hhvn | 3 | +16 | -9 |
2022-09-04 18:20 | macro for creating qsort compatible functions | hhvn | 2 | +6 | -4 |
2022-09-04 18:09 | Don't care about const | hhvn | 1 | +1 | -1 |
2022-09-04 18:08 | Fix warnings with loading.c | hhvn | 1 | +2 | -2 |
2022-09-04 18:00 | Add dwarf planets to system counts | hhvn | 3 | +8 | -5 |
2022-09-04 16:08 | Fix hiding of bodies when radius is smaller than parent | hhvn | 1 | +3 | -1 |
2022-09-04 14:28 | Make bodies selectable | hhvn | 4 | +133 | -75 |
2022-09-03 22:59 | Name: cepheid | hhvn | 3 | +12 | -2 |
2022-09-02 15:43 | Update about Aurora | hhvn | 1 | +3 | -0 |
2022-09-02 12:05 | Include sol within binary | hhvn | 11 | +126 | -10 |
2022-09-01 10:31 | Body sorting | hhvn | 3 | +71 | -40 |
2022-09-01 09:17 | Call raylib's DrawRectangleLinesEx directly for borders | hhvn | 2 | +4 | -4 |
2022-08-31 19:57 | Bodies view | hhvn | 11 | +583 | -430 |
2022-08-28 17:29 | Scrollable panes | hhvn | 7 | +236 | -81 |
2022-08-26 13:20 | Add styles | hhvn | 8 | +113 | -88 |
2022-08-26 12:19 | Draw orbits and bodies/names in seperate functions | hhvn | 2 | +66 | -68 |
2022-08-25 21:15 | Loading window | hhvn | 7 | +183 | -8 |
2022-08-25 21:14 | Add bodies tab | hhvn | 8 | +26 | -0 |
2022-08-21 10:19 | Geom type for multiple geometries | hhvn | 4 | +74 | -31 |
2022-08-19 15:08 | Draw tails proportional to comet size | hhvn | 1 | +4 | -2 |
2022-08-19 15:03 | (In/out)ward comet tails | hhvn | 6 | +16 | -25 |
2022-08-19 12:57 | Smooth & performant orbits | hhvn | 14 | +761 | -223 |
2022-08-06 15:44 | Icons | hhvn | 23 | +150 | -50 |
2022-08-06 09:50 | Saving properly | hhvn | 10 | +419 | -183 |
2022-06-09 22:06 | Draw system view | hhvn | 12 | +686 | -87 |
2022-06-05 12:08 | Filterable dblist* functions | hhvn | 2 | +44 | -13 |
2022-06-04 22:34 | Generate more data | hhvn | 3 | +40 | -2 |
2022-06-03 21:25 | Init | hhvn | 18 | +1624 | -0 |
2023-01-17 18:15 | Parallel builds | hhvn | 1 | +7 | -6 |
2023-01-16 20:45 | Don't hide test errors from make | hhvn | 1 | +4 | -2 |
2023-01-16 20:43 | Prevent segfault on dbfree() | hhvn | 1 | +1 | -1 |
2023-01-15 22:19 | Empires | hhvn | 7 | +83 | -30 |
2023-01-15 22:18 | Assert pane geometry is rectangular | hhvn | 1 | +1 | -0 |
2023-01-15 22:18 | Remove unnecessary include | hhvn | 1 | +0 | -1 |
2023-01-15 22:16 | Forms | hhvn | 4 | +273 | -15 |
2023-01-15 22:15 | -Wno-switch (this warning gets very annoying) | hhvn | 1 | +1 | -0 |
2023-01-15 21:16 | Fix makefile when used without dev/config.mk | hhvn | 1 | +2 | -0 |
2023-01-15 13:44 | Custom assert() | hhvn | 2 | +7 | -6 |
2023-01-08 13:12 | Remove unnecessary use of the struct keyword | hhvn | 1 | +2 | -2 |
2022-12-17 14:07 | Functions for checking values in arrays | hhvn | 3 | +82 | -0 |
2022-12-06 17:29 | Move vector functions to coords.c | hhvn | 4 | +20 | -23 |
2022-12-03 14:37 | These should have been enums, so they are now | hhvn | 1 | +23 | -9 |
2022-12-01 18:34 | Convenient enum setting/getting with bdb interface | hhvn | 3 | +56 | -9 |
2022-11-30 23:39 | Add polar coordinates to bdb interface | hhvn | 2 | +29 | -9 |
2022-11-30 13:34 | Buttons and escape binding to go back in all smenu entries | hhvn | 5 | +51 | -23 |
2022-11-28 07:59 | Add return to shut the compiler up | hhvn | 1 | +1 | -0 |
2022-11-28 07:55 | Use fabsf instead of abs for float comparison | hhvn | 1 | +2 | -2 |
2022-11-28 07:39 | Add missing dbfree to bdb test | hhvn | 1 | +2 | -0 |
2022-11-27 23:52 | Don't leave anything on disk when creating a new save | hhvn | 2 | +12 | -13 |
2022-11-27 23:43 | Fix bug where mkdirp would fail if directories already existed | hhvn | 2 | +12 | -6 |
2022-11-27 23:37 | Don't check for changes when writing db data (as that doesn't mean it's there) | hhvn | 1 | +4 | -2 |
2022-11-27 23:07 | Pre-commit hook to run tests | hhvn | 2 | +7 | -1 |
2022-11-27 20:47 | sloccount wrapper to count accurately | hhvn | 1 | +13 | -0 |
2022-11-27 20:29 | bdbget() works on arrays rather than allocating them | hhvn | 2 | +114 | -23 |
2022-11-27 20:28 | Make debugging of code run by libcheck easier | hhvn | 1 | +7 | -2 |
2022-11-27 13:16 | Save deletion | hhvn | 7 | +148 | -15 |
2022-11-27 12:05 | Testing with libcheck | hhvn | 9 | +143 | -6 |
2022-11-26 21:22 | Mouse cursor changes | hhvn | 3 | +101 | -96 |
2022-11-26 18:23 | Add reasons for making this and rant on raylib to README | hhvn | 1 | +85 | -5 |
2022-11-26 18:23 | Revert an attempt to be stingy with memsets in db | hhvn | 1 | +1 | -1 |
2022-11-26 15:58 | Remove loading.c | hhvn | 1 | +0 | -133 |
2022-11-24 22:51 | Improve checkalloc script output | hhvn | 1 | +13 | -3 |
2022-11-24 22:19 | Fix memory leaks in db | hhvn | 1 | +15 | -8 |
2022-11-24 21:43 | Valgrind integration | hhvn | 3 | +22 | -3 |
2022-11-24 00:23 | Unified Guicallback | hhvn | 3 | +50 | -51 |
2022-11-24 00:23 | Fix custom free() | hhvn | 1 | +6 | -5 |
2022-11-24 00:19 | Track config.mk | hhvn | 3 | +23 | -1 |
2022-11-23 20:22 | Move data/ gitignores to data/.gitignore | hhvn | 2 | +1 | -3 |
2022-11-23 20:15 | Error-checking allocation | hhvn | 14 | +180 | -88 |
2022-11-21 13:37 | Move views into own "namespace" (and (re)init properly) | hhvn | 11 | +251 | -224 |
2022-11-20 21:51 | Start menu | hhvn | 17 | +493 | -26 |
2022-11-20 21:49 | Add double click ability to items in a Treeview | hhvn | 3 | +69 | -3 |
2022-11-20 17:37 | Fix Button-submission of Inputs | hhvn | 1 | +15 | -4 |
2022-11-20 00:15 | Improve Input/Button integration | hhvn | 3 | +34 | -13 |
2022-11-20 00:12 | Text-less tabs | hhvn | 1 | +3 | -2 |
2022-11-20 00:11 | Rename ui_update_focus to ui_focus | hhvn | 3 | +6 | -6 |
2022-11-19 22:46 | Speed up builds by creating .o for each included file | hhvn | 3 | +34 | -45 |
2022-11-19 21:29 | Free tree data properly | hhvn | 6 | +38 | -15 |
2022-11-19 20:05 | Add ability to check if DB has been changed | hhvn | 4 | +64 | -4 |
2022-11-19 16:03 | Buttons | hhvn | 6 | +29 | -1 |
2022-11-18 18:37 | Move sys view to own file | hhvn | 4 | +85 | -65 |
2022-11-17 18:53 | Rewrite dir2c.sh as dir2h.sh (generates data only) | hhvn | 7 | +80 | -55 |
2022-11-17 15:48 | Avoid GetScreen...() functions | hhvn | 1 | +14 | -14 |
2022-11-16 03:51 | Bulk db interface | hhvn | 5 | +255 | -59 |
2022-11-16 03:44 | Fix bug in vdbgetf | hhvn | 1 | +0 | -1 |
2022-11-16 03:43 | Simplify dynamic resizing in db | hhvn | 1 | +22 | -40 |
2022-11-15 20:10 | error() function | hhvn | 2 | +26 | -2 |
2022-11-15 18:37 | More consistant variable naming in pane.c | hhvn | 1 | +23 | -23 |
2022-11-15 17:20 | Dynamically resize number of tracked groups in DB | hhvn | 2 | +46 | -14 |
2022-11-15 16:56 | Fix tree_sort | hhvn | 1 | +20 | -3 |
2022-11-15 16:35 | Gave sys_default() more methods of choosing a system | hhvn | 2 | +6 | -1 |
2022-11-15 16:29 | Rename ui_draw_rectangle to ui_draw_rect | hhvn | 5 | +19 | -19 |
2022-11-15 16:06 | Shut up, compiler | hhvn | 7 | +11 | -14 |
2022-11-15 16:00 | Store mouse position and scroll information in struct | hhvn | 7 | +40 | -47 |
2022-11-15 15:45 | Improve bodies view | hhvn | 12 | +195 | -61 |
2022-11-13 18:38 | Move coordinate handling to coords.c [new] | hhvn | 10 | +116 | -114 |
2022-11-13 18:17 | Treeview | hhvn | 7 | +228 | -102 |
2022-11-13 13:36 | Rename unselbg to altbg | hhvn | 5 | +7 | -7 |
2022-11-13 10:54 | Improve debug/devel experience | hhvn | 4 | +11 | -5 |
2022-10-30 11:55 | Load systems using dbgettree() | hhvn | 8 | +278 | -128 |
2022-10-08 15:17 | Reorganize gui and views | hhvn | 12 | +815 | -830 |
2022-10-07 15:26 | Save systree | hhvn | 8 | +122 | -49 |
2022-10-05 16:48 | dbtool calls dbdeclare() | hhvn | 3 | +5 | -2 |
2022-10-04 16:52 | Tree structure | hhvn | 9 | +245 | -52 |
2022-10-03 15:04 | Each value in a dropdown can be associated with a void * | hhvn | 2 | +4 | -3 |
2022-10-03 11:47 | _d functions to replace radians with degrees | hhvn | 4 | +33 | -7 |
2022-09-17 04:19 | Move gui elements and handlers to separate file | hhvn | 6 | +269 | -242 |
2022-09-15 20:57 | Functions for generic text input | hhvn | 4 | +35 | -12 |
2022-09-12 18:07 | All your shape are belong to Geom | hhvn | 6 | +75 | -109 |
2022-09-12 16:26 | strkmdist -> strkm, strlightdist -> strly | hhvn | 4 | +8 | -8 |
2022-09-12 16:22 | Remove unused vars | hhvn | 2 | +0 | -2 |
2022-09-12 16:22 | Text input | hhvn | 4 | +139 | -18 |
2022-09-05 12:57 | Dropdowns | hhvn | 4 | +84 | -13 |
2022-09-05 11:25 | ui_loop() - common actions performed each frame | hhvn | 3 | +16 | -9 |
2022-09-04 18:20 | macro for creating qsort compatible functions | hhvn | 2 | +6 | -4 |
2022-09-04 18:09 | Don't care about const | hhvn | 1 | +1 | -1 |
2022-09-04 18:08 | Fix warnings with loading.c | hhvn | 1 | +2 | -2 |
2022-09-04 18:00 | Add dwarf planets to system counts | hhvn | 3 | +8 | -5 |
2022-09-04 16:08 | Fix hiding of bodies when radius is smaller than parent | hhvn | 1 | +3 | -1 |
2022-09-04 14:28 | Make bodies selectable | hhvn | 4 | +133 | -75 |
2022-09-03 22:59 | Name: cepheid | hhvn | 3 | +12 | -2 |
2022-09-02 15:43 | Update about Aurora | hhvn | 1 | +3 | -0 |
2022-09-02 12:05 | Include sol within binary | hhvn | 11 | +126 | -10 |
2022-09-01 10:31 | Body sorting | hhvn | 3 | +71 | -40 |
2022-09-01 09:17 | Call raylib's DrawRectangleLinesEx directly for borders | hhvn | 2 | +4 | -4 |
2022-08-31 19:57 | Bodies view | hhvn | 11 | +583 | -430 |
2022-08-28 17:29 | Scrollable panes | hhvn | 7 | +236 | -81 |
2022-08-26 13:20 | Add styles | hhvn | 8 | +113 | -88 |
2022-08-26 12:19 | Draw orbits and bodies/names in seperate functions | hhvn | 2 | +66 | -68 |
2022-08-25 21:15 | Loading window | hhvn | 7 | +183 | -8 |
2022-08-25 21:14 | Add bodies tab | hhvn | 8 | +26 | -0 |
2022-08-21 10:19 | Geom type for multiple geometries | hhvn | 4 | +74 | -31 |
2022-08-19 15:08 | Draw tails proportional to comet size | hhvn | 1 | +4 | -2 |
2022-08-19 15:03 | (In/out)ward comet tails | hhvn | 6 | +16 | -25 |
2022-08-19 12:57 | Smooth & performant orbits | hhvn | 14 | +761 | -223 |
2022-08-06 15:44 | Icons | hhvn | 23 | +150 | -50 |
2022-08-06 09:50 | Saving properly | hhvn | 10 | +419 | -183 |
2022-06-09 22:06 | Draw system view | hhvn | 12 | +686 | -87 |
2022-06-05 12:08 | Filterable dblist* functions | hhvn | 2 | +44 | -13 |
2022-06-04 22:34 | Generate more data | hhvn | 3 | +40 | -2 |
2022-06-03 21:25 | Init | hhvn | 18 | +1624 | -0 |