cepheid

[incomplete] An Aurora 4X clone
git clone https://hhvn.uk/cepheid
git clone git://hhvn.uk/cepheid
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2023-02-01 08:24Change FormElem.type to int, then cast as enum when neededhhvn1+11-8
2023-01-30 13:44Fix warnings in gui.chhvn2+9-3
2023-01-17 18:15Parallel buildshhvn1+7-6
2023-01-16 20:45Don't hide test errors from makehhvn1+4-2
2023-01-16 20:43Prevent segfault on dbfree()hhvn1+1-1
2023-01-15 22:19Empireshhvn7+194-28
2023-01-15 22:18Assert pane geometry is rectangularhhvn1+1-0
2023-01-15 22:18Remove unnecessary includehhvn1+0-1
2023-01-15 22:16Formshhvn4+273-15
2023-01-15 22:15-Wno-switch (this warning gets very annoying)hhvn1+1-0
2023-01-15 21:16Fix makefile when used without dev/config.mkhhvn1+2-0
2023-01-15 13:44Custom assert()hhvn2+7-6
2023-01-08 13:12Remove unnecessary use of the struct keywordhhvn1+2-2
2022-12-17 14:07Functions for checking values in arrayshhvn3+82-0
2022-12-06 17:29Move vector functions to coords.chhvn4+20-23
2022-12-03 14:37These should have been enums, so they are nowhhvn1+23-9
2022-12-01 18:34Convenient enum setting/getting with bdb interfacehhvn3+56-9
2022-11-30 23:39Add polar coordinates to bdb interfacehhvn2+29-9
2022-11-30 13:34Buttons and escape binding to go back in all smenu entrieshhvn5+51-23
2022-11-28 07:59Add return to shut the compiler uphhvn1+1-0
2022-11-28 07:55Use fabsf instead of abs for float comparisonhhvn1+2-2
2022-11-28 07:39Add missing dbfree to bdb testhhvn1+2-0
2022-11-27 23:52Don't leave anything on disk when creating a new savehhvn2+12-13
2022-11-27 23:43Fix bug where mkdirp would fail if directories already existedhhvn2+12-6
2022-11-27 23:37Don't check for changes when writing db data (as that doesn't mean it's there)hhvn1+4-2
2022-11-27 23:07Pre-commit hook to run testshhvn2+7-1
2022-11-27 20:47sloccount wrapper to count accuratelyhhvn1+13-0
2022-11-27 20:29bdbget() works on arrays rather than allocating themhhvn2+114-23
2022-11-27 20:28Make debugging of code run by libcheck easierhhvn1+7-2
2022-11-27 13:16Save deletionhhvn7+148-15
2022-11-27 12:05Testing with libcheckhhvn9+143-6
2022-11-26 21:22Mouse cursor changeshhvn3+101-96
2022-11-26 18:23Add reasons for making this and rant on raylib to READMEhhvn1+85-5
2022-11-26 18:23Revert an attempt to be stingy with memsets in dbhhvn1+1-1
2022-11-26 15:58Remove loading.chhvn1+0-133
2022-11-24 22:51Improve checkalloc script outputhhvn1+13-3
2022-11-24 22:19Fix memory leaks in dbhhvn1+15-8
2022-11-24 21:43Valgrind integrationhhvn3+22-3
2022-11-24 00:23Unified Guicallbackhhvn3+50-51
2022-11-24 00:23Fix custom free()hhvn1+6-5
2022-11-24 00:19Track config.mkhhvn3+23-1
2022-11-23 20:22Move data/ gitignores to data/.gitignorehhvn2+1-3
2022-11-23 20:15Error-checking allocationhhvn14+180-88
2022-11-21 13:37Move views into own "namespace" (and (re)init properly)hhvn11+251-224
2022-11-20 21:51Start menuhhvn17+493-26
2022-11-20 21:49Add double click ability to items in a Treeviewhhvn3+69-3
2022-11-20 17:37Fix Button-submission of Inputshhvn1+15-4
2022-11-20 00:15Improve Input/Button integrationhhvn3+34-13
2022-11-20 00:12Text-less tabshhvn1+3-2
2022-11-20 00:11Rename ui_update_focus to ui_focushhvn3+6-6
2022-11-19 22:46Speed up builds by creating .o for each included filehhvn3+34-45
2022-11-19 21:29Free tree data properlyhhvn6+38-15
2022-11-19 20:05Add ability to check if DB has been changedhhvn4+64-4
2022-11-19 16:03Buttonshhvn6+29-1
2022-11-18 18:37Move sys view to own filehhvn4+85-65
2022-11-17 18:53Rewrite dir2c.sh as dir2h.sh (generates data only)hhvn7+80-55
2022-11-17 15:48Avoid GetScreen...() functionshhvn1+14-14
2022-11-16 03:51Bulk db interfacehhvn5+255-59
2022-11-16 03:44Fix bug in vdbgetfhhvn1+0-1
2022-11-16 03:43Simplify dynamic resizing in dbhhvn1+22-40
2022-11-15 20:10error() functionhhvn2+26-2
2022-11-15 18:37More consistant variable naming in pane.chhvn1+23-23
2022-11-15 17:20Dynamically resize number of tracked groups in DBhhvn2+46-14
2022-11-15 16:56Fix tree_sorthhvn1+20-3
2022-11-15 16:35Gave sys_default() more methods of choosing a systemhhvn2+6-1
2022-11-15 16:29Rename ui_draw_rectangle to ui_draw_recthhvn5+19-19
2022-11-15 16:06Shut up, compilerhhvn7+11-14
2022-11-15 16:00Store mouse position and scroll information in structhhvn7+40-47
2022-11-15 15:45Improve bodies viewhhvn12+195-61
2022-11-13 18:38Move coordinate handling to coords.c [new]hhvn10+116-114
2022-11-13 18:17Treeviewhhvn7+228-102
2022-11-13 13:36Rename unselbg to altbghhvn5+7-7
2022-11-13 10:54Improve debug/devel experiencehhvn4+11-5
2022-10-30 11:55Load systems using dbgettree()hhvn8+278-128
2022-10-08 15:17Reorganize gui and viewshhvn12+815-830
2022-10-07 15:26Save systreehhvn8+122-49
2022-10-05 16:48dbtool calls dbdeclare()hhvn3+5-2
2022-10-04 16:52Tree structurehhvn9+245-52
2022-10-03 15:04Each value in a dropdown can be associated with a void *hhvn2+4-3
2022-10-03 11:47_d functions to replace radians with degreeshhvn4+33-7
2022-09-17 04:19Move gui elements and handlers to separate filehhvn6+269-242
2022-09-15 20:57Functions for generic text inputhhvn4+35-12
2022-09-12 18:07All your shape are belong to Geomhhvn6+75-109
2022-09-12 16:26strkmdist -> strkm, strlightdist -> strlyhhvn4+8-8
2022-09-12 16:22Remove unused varshhvn2+0-2
2022-09-12 16:22Text inputhhvn4+139-18
2022-09-05 12:57Dropdownshhvn4+84-13
2022-09-05 11:25ui_loop() - common actions performed each framehhvn3+16-9
2022-09-04 18:20macro for creating qsort compatible functionshhvn2+6-4
2022-09-04 18:09Don't care about consthhvn1+1-1
2022-09-04 18:08Fix warnings with loading.chhvn1+2-2
2022-09-04 18:00Add dwarf planets to system countshhvn3+8-5
2022-09-04 16:08Fix hiding of bodies when radius is smaller than parenthhvn1+3-1
2022-09-04 14:28Make bodies selectablehhvn4+133-75
2022-09-03 22:59Name: cepheidhhvn3+12-2
2022-09-02 15:43Update about Aurorahhvn1+3-0
2022-09-02 12:05Include sol within binaryhhvn11+126-10
2022-09-01 10:31Body sortinghhvn3+71-40
2022-09-01 09:17Call raylib's DrawRectangleLinesEx directly for bordershhvn2+4-4
2022-08-31 19:57Bodies viewhhvn11+583-430
2022-08-28 17:29Scrollable paneshhvn7+236-81
2022-08-26 13:20Add styleshhvn8+113-88
2022-08-26 12:19Draw orbits and bodies/names in seperate functionshhvn2+66-68
2022-08-25 21:15Loading windowhhvn7+183-8
2022-08-25 21:14Add bodies tabhhvn8+26-0
2022-08-21 10:19Geom type for multiple geometrieshhvn4+74-31
2022-08-19 15:08Draw tails proportional to comet sizehhvn1+4-2
2022-08-19 15:03(In/out)ward comet tailshhvn6+16-25
2022-08-19 12:57Smooth & performant orbitshhvn14+761-223
2022-08-06 15:44Iconshhvn23+150-50
2022-08-06 09:50Saving properlyhhvn10+419-183
2022-06-09 22:06Draw system viewhhvn12+686-87
2022-06-05 12:08Filterable dblist* functionshhvn2+44-13
2022-06-04 22:34Generate more datahhvn3+40-2
2022-06-03 21:25Inithhvn18+1624-0
2023-01-30 13:44Fix warnings in gui.chhvn2+7-3
2023-01-17 18:15Parallel buildshhvn1+7-6
2023-01-16 20:45Don't hide test errors from makehhvn1+4-2
2023-01-16 20:43Prevent segfault on dbfree()hhvn1+1-1
2023-01-15 22:19Empireshhvn7+194-28
2023-01-15 22:18Assert pane geometry is rectangularhhvn1+1-0
2023-01-15 22:18Remove unnecessary includehhvn1+0-1
2023-01-15 22:16Formshhvn4+273-15
2023-01-15 22:15-Wno-switch (this warning gets very annoying)hhvn1+1-0
2023-01-15 21:16Fix makefile when used without dev/config.mkhhvn1+2-0
2023-01-15 13:44Custom assert()hhvn2+7-6
2023-01-08 13:12Remove unnecessary use of the struct keywordhhvn1+2-2
2022-12-17 14:07Functions for checking values in arrayshhvn3+82-0
2022-12-06 17:29Move vector functions to coords.chhvn4+20-23
2022-12-03 14:37These should have been enums, so they are nowhhvn1+23-9
2022-12-01 18:34Convenient enum setting/getting with bdb interfacehhvn3+56-9
2022-11-30 23:39Add polar coordinates to bdb interfacehhvn2+29-9
2022-11-30 13:34Buttons and escape binding to go back in all smenu entrieshhvn5+51-23
2022-11-28 07:59Add return to shut the compiler uphhvn1+1-0
2022-11-28 07:55Use fabsf instead of abs for float comparisonhhvn1+2-2
2022-11-28 07:39Add missing dbfree to bdb testhhvn1+2-0
2022-11-27 23:52Don't leave anything on disk when creating a new savehhvn2+12-13
2022-11-27 23:43Fix bug where mkdirp would fail if directories already existedhhvn2+12-6
2022-11-27 23:37Don't check for changes when writing db data (as that doesn't mean it's there)hhvn1+4-2
2022-11-27 23:07Pre-commit hook to run testshhvn2+7-1
2022-11-27 20:47sloccount wrapper to count accuratelyhhvn1+13-0
2022-11-27 20:29bdbget() works on arrays rather than allocating themhhvn2+114-23
2022-11-27 20:28Make debugging of code run by libcheck easierhhvn1+7-2
2022-11-27 13:16Save deletionhhvn7+148-15
2022-11-27 12:05Testing with libcheckhhvn9+143-6
2022-11-26 21:22Mouse cursor changeshhvn3+101-96
2022-11-26 18:23Add reasons for making this and rant on raylib to READMEhhvn1+85-5
2022-11-26 18:23Revert an attempt to be stingy with memsets in dbhhvn1+1-1
2022-11-26 15:58Remove loading.chhvn1+0-133
2022-11-24 22:51Improve checkalloc script outputhhvn1+13-3
2022-11-24 22:19Fix memory leaks in dbhhvn1+15-8
2022-11-24 21:43Valgrind integrationhhvn3+22-3
2022-11-24 00:23Unified Guicallbackhhvn3+50-51
2022-11-24 00:23Fix custom free()hhvn1+6-5
2022-11-24 00:19Track config.mkhhvn3+23-1
2022-11-23 20:22Move data/ gitignores to data/.gitignorehhvn2+1-3
2022-11-23 20:15Error-checking allocationhhvn14+180-88
2022-11-21 13:37Move views into own "namespace" (and (re)init properly)hhvn11+251-224
2022-11-20 21:51Start menuhhvn17+493-26
2022-11-20 21:49Add double click ability to items in a Treeviewhhvn3+69-3
2022-11-20 17:37Fix Button-submission of Inputshhvn1+15-4
2022-11-20 00:15Improve Input/Button integrationhhvn3+34-13
2022-11-20 00:12Text-less tabshhvn1+3-2
2022-11-20 00:11Rename ui_update_focus to ui_focushhvn3+6-6
2022-11-19 22:46Speed up builds by creating .o for each included filehhvn3+34-45
2022-11-19 21:29Free tree data properlyhhvn6+38-15
2022-11-19 20:05Add ability to check if DB has been changedhhvn4+64-4
2022-11-19 16:03Buttonshhvn6+29-1
2022-11-18 18:37Move sys view to own filehhvn4+85-65
2022-11-17 18:53Rewrite dir2c.sh as dir2h.sh (generates data only)hhvn7+80-55
2022-11-17 15:48Avoid GetScreen...() functionshhvn1+14-14
2022-11-16 03:51Bulk db interfacehhvn5+255-59
2022-11-16 03:44Fix bug in vdbgetfhhvn1+0-1
2022-11-16 03:43Simplify dynamic resizing in dbhhvn1+22-40
2022-11-15 20:10error() functionhhvn2+26-2
2022-11-15 18:37More consistant variable naming in pane.chhvn1+23-23
2022-11-15 17:20Dynamically resize number of tracked groups in DBhhvn2+46-14
2022-11-15 16:56Fix tree_sorthhvn1+20-3
2022-11-15 16:35Gave sys_default() more methods of choosing a systemhhvn2+6-1
2022-11-15 16:29Rename ui_draw_rectangle to ui_draw_recthhvn5+19-19
2022-11-15 16:06Shut up, compilerhhvn7+11-14
2022-11-15 16:00Store mouse position and scroll information in structhhvn7+40-47
2022-11-15 15:45Improve bodies viewhhvn12+195-61
2022-11-13 18:38Move coordinate handling to coords.c [new]hhvn10+116-114
2022-11-13 18:17Treeviewhhvn7+228-102
2022-11-13 13:36Rename unselbg to altbghhvn5+7-7
2022-11-13 10:54Improve debug/devel experiencehhvn4+11-5
2022-10-30 11:55Load systems using dbgettree()hhvn8+278-128
2022-10-08 15:17Reorganize gui and viewshhvn12+815-830
2022-10-07 15:26Save systreehhvn8+122-49
2022-10-05 16:48dbtool calls dbdeclare()hhvn3+5-2
2022-10-04 16:52Tree structurehhvn9+245-52
2022-10-03 15:04Each value in a dropdown can be associated with a void *hhvn2+4-3
2022-10-03 11:47_d functions to replace radians with degreeshhvn4+33-7
2022-09-17 04:19Move gui elements and handlers to separate filehhvn6+269-242
2022-09-15 20:57Functions for generic text inputhhvn4+35-12
2022-09-12 18:07All your shape are belong to Geomhhvn6+75-109
2022-09-12 16:26strkmdist -> strkm, strlightdist -> strlyhhvn4+8-8
2022-09-12 16:22Remove unused varshhvn2+0-2
2022-09-12 16:22Text inputhhvn4+139-18
2022-09-05 12:57Dropdownshhvn4+84-13
2022-09-05 11:25ui_loop() - common actions performed each framehhvn3+16-9
2022-09-04 18:20macro for creating qsort compatible functionshhvn2+6-4
2022-09-04 18:09Don't care about consthhvn1+1-1
2022-09-04 18:08Fix warnings with loading.chhvn1+2-2
2022-09-04 18:00Add dwarf planets to system countshhvn3+8-5
2022-09-04 16:08Fix hiding of bodies when radius is smaller than parenthhvn1+3-1
2022-09-04 14:28Make bodies selectablehhvn4+133-75
2022-09-03 22:59Name: cepheidhhvn3+12-2
2022-09-02 15:43Update about Aurorahhvn1+3-0
2022-09-02 12:05Include sol within binaryhhvn11+126-10
2022-09-01 10:31Body sortinghhvn3+71-40
2022-09-01 09:17Call raylib's DrawRectangleLinesEx directly for bordershhvn2+4-4
2022-08-31 19:57Bodies viewhhvn11+583-430
2022-08-28 17:29Scrollable paneshhvn7+236-81
2022-08-26 13:20Add styleshhvn8+113-88
2022-08-26 12:19Draw orbits and bodies/names in seperate functionshhvn2+66-68
2022-08-25 21:15Loading windowhhvn7+183-8
2022-08-25 21:14Add bodies tabhhvn8+26-0
2022-08-21 10:19Geom type for multiple geometrieshhvn4+74-31
2022-08-19 15:08Draw tails proportional to comet sizehhvn1+4-2
2022-08-19 15:03(In/out)ward comet tailshhvn6+16-25
2022-08-19 12:57Smooth & performant orbitshhvn14+761-223
2022-08-06 15:44Iconshhvn23+150-50
2022-08-06 09:50Saving properlyhhvn10+419-183
2022-06-09 22:06Draw system viewhhvn12+686-87
2022-06-05 12:08Filterable dblist* functionshhvn2+44-13
2022-06-04 22:34Generate more datahhvn3+40-2
2022-06-03 21:25Inithhvn18+1624-0
2023-01-17 18:15Parallel buildshhvn1+7-6
2023-01-16 20:45Don't hide test errors from makehhvn1+4-2
2023-01-16 20:43Prevent segfault on dbfree()hhvn1+1-1
2023-01-15 22:19Empireshhvn7+83-30
2023-01-15 22:18Assert pane geometry is rectangularhhvn1+1-0
2023-01-15 22:18Remove unnecessary includehhvn1+0-1
2023-01-15 22:16Formshhvn4+273-15
2023-01-15 22:15-Wno-switch (this warning gets very annoying)hhvn1+1-0
2023-01-15 21:16Fix makefile when used without dev/config.mkhhvn1+2-0
2023-01-15 13:44Custom assert()hhvn2+7-6
2023-01-08 13:12Remove unnecessary use of the struct keywordhhvn1+2-2
2022-12-17 14:07Functions for checking values in arrayshhvn3+82-0
2022-12-06 17:29Move vector functions to coords.chhvn4+20-23
2022-12-03 14:37These should have been enums, so they are nowhhvn1+23-9
2022-12-01 18:34Convenient enum setting/getting with bdb interfacehhvn3+56-9
2022-11-30 23:39Add polar coordinates to bdb interfacehhvn2+29-9
2022-11-30 13:34Buttons and escape binding to go back in all smenu entrieshhvn5+51-23
2022-11-28 07:59Add return to shut the compiler uphhvn1+1-0
2022-11-28 07:55Use fabsf instead of abs for float comparisonhhvn1+2-2
2022-11-28 07:39Add missing dbfree to bdb testhhvn1+2-0
2022-11-27 23:52Don't leave anything on disk when creating a new savehhvn2+12-13
2022-11-27 23:43Fix bug where mkdirp would fail if directories already existedhhvn2+12-6
2022-11-27 23:37Don't check for changes when writing db data (as that doesn't mean it's there)hhvn1+4-2
2022-11-27 23:07Pre-commit hook to run testshhvn2+7-1
2022-11-27 20:47sloccount wrapper to count accuratelyhhvn1+13-0
2022-11-27 20:29bdbget() works on arrays rather than allocating themhhvn2+114-23
2022-11-27 20:28Make debugging of code run by libcheck easierhhvn1+7-2
2022-11-27 13:16Save deletionhhvn7+148-15
2022-11-27 12:05Testing with libcheckhhvn9+143-6
2022-11-26 21:22Mouse cursor changeshhvn3+101-96
2022-11-26 18:23Add reasons for making this and rant on raylib to READMEhhvn1+85-5
2022-11-26 18:23Revert an attempt to be stingy with memsets in dbhhvn1+1-1
2022-11-26 15:58Remove loading.chhvn1+0-133
2022-11-24 22:51Improve checkalloc script outputhhvn1+13-3
2022-11-24 22:19Fix memory leaks in dbhhvn1+15-8
2022-11-24 21:43Valgrind integrationhhvn3+22-3
2022-11-24 00:23Unified Guicallbackhhvn3+50-51
2022-11-24 00:23Fix custom free()hhvn1+6-5
2022-11-24 00:19Track config.mkhhvn3+23-1
2022-11-23 20:22Move data/ gitignores to data/.gitignorehhvn2+1-3
2022-11-23 20:15Error-checking allocationhhvn14+180-88
2022-11-21 13:37Move views into own "namespace" (and (re)init properly)hhvn11+251-224
2022-11-20 21:51Start menuhhvn17+493-26
2022-11-20 21:49Add double click ability to items in a Treeviewhhvn3+69-3
2022-11-20 17:37Fix Button-submission of Inputshhvn1+15-4
2022-11-20 00:15Improve Input/Button integrationhhvn3+34-13
2022-11-20 00:12Text-less tabshhvn1+3-2
2022-11-20 00:11Rename ui_update_focus to ui_focushhvn3+6-6
2022-11-19 22:46Speed up builds by creating .o for each included filehhvn3+34-45
2022-11-19 21:29Free tree data properlyhhvn6+38-15
2022-11-19 20:05Add ability to check if DB has been changedhhvn4+64-4
2022-11-19 16:03Buttonshhvn6+29-1
2022-11-18 18:37Move sys view to own filehhvn4+85-65
2022-11-17 18:53Rewrite dir2c.sh as dir2h.sh (generates data only)hhvn7+80-55
2022-11-17 15:48Avoid GetScreen...() functionshhvn1+14-14
2022-11-16 03:51Bulk db interfacehhvn5+255-59
2022-11-16 03:44Fix bug in vdbgetfhhvn1+0-1
2022-11-16 03:43Simplify dynamic resizing in dbhhvn1+22-40
2022-11-15 20:10error() functionhhvn2+26-2
2022-11-15 18:37More consistant variable naming in pane.chhvn1+23-23
2022-11-15 17:20Dynamically resize number of tracked groups in DBhhvn2+46-14
2022-11-15 16:56Fix tree_sorthhvn1+20-3
2022-11-15 16:35Gave sys_default() more methods of choosing a systemhhvn2+6-1
2022-11-15 16:29Rename ui_draw_rectangle to ui_draw_recthhvn5+19-19
2022-11-15 16:06Shut up, compilerhhvn7+11-14
2022-11-15 16:00Store mouse position and scroll information in structhhvn7+40-47
2022-11-15 15:45Improve bodies viewhhvn12+195-61
2022-11-13 18:38Move coordinate handling to coords.c [new]hhvn10+116-114
2022-11-13 18:17Treeviewhhvn7+228-102
2022-11-13 13:36Rename unselbg to altbghhvn5+7-7
2022-11-13 10:54Improve debug/devel experiencehhvn4+11-5
2022-10-30 11:55Load systems using dbgettree()hhvn8+278-128
2022-10-08 15:17Reorganize gui and viewshhvn12+815-830
2022-10-07 15:26Save systreehhvn8+122-49
2022-10-05 16:48dbtool calls dbdeclare()hhvn3+5-2
2022-10-04 16:52Tree structurehhvn9+245-52
2022-10-03 15:04Each value in a dropdown can be associated with a void *hhvn2+4-3
2022-10-03 11:47_d functions to replace radians with degreeshhvn4+33-7
2022-09-17 04:19Move gui elements and handlers to separate filehhvn6+269-242
2022-09-15 20:57Functions for generic text inputhhvn4+35-12
2022-09-12 18:07All your shape are belong to Geomhhvn6+75-109
2022-09-12 16:26strkmdist -> strkm, strlightdist -> strlyhhvn4+8-8
2022-09-12 16:22Remove unused varshhvn2+0-2
2022-09-12 16:22Text inputhhvn4+139-18
2022-09-05 12:57Dropdownshhvn4+84-13
2022-09-05 11:25ui_loop() - common actions performed each framehhvn3+16-9
2022-09-04 18:20macro for creating qsort compatible functionshhvn2+6-4
2022-09-04 18:09Don't care about consthhvn1+1-1
2022-09-04 18:08Fix warnings with loading.chhvn1+2-2
2022-09-04 18:00Add dwarf planets to system countshhvn3+8-5
2022-09-04 16:08Fix hiding of bodies when radius is smaller than parenthhvn1+3-1
2022-09-04 14:28Make bodies selectablehhvn4+133-75
2022-09-03 22:59Name: cepheidhhvn3+12-2
2022-09-02 15:43Update about Aurorahhvn1+3-0
2022-09-02 12:05Include sol within binaryhhvn11+126-10
2022-09-01 10:31Body sortinghhvn3+71-40
2022-09-01 09:17Call raylib's DrawRectangleLinesEx directly for bordershhvn2+4-4
2022-08-31 19:57Bodies viewhhvn11+583-430
2022-08-28 17:29Scrollable paneshhvn7+236-81
2022-08-26 13:20Add styleshhvn8+113-88
2022-08-26 12:19Draw orbits and bodies/names in seperate functionshhvn2+66-68
2022-08-25 21:15Loading windowhhvn7+183-8
2022-08-25 21:14Add bodies tabhhvn8+26-0
2022-08-21 10:19Geom type for multiple geometrieshhvn4+74-31
2022-08-19 15:08Draw tails proportional to comet sizehhvn1+4-2
2022-08-19 15:03(In/out)ward comet tailshhvn6+16-25
2022-08-19 12:57Smooth & performant orbitshhvn14+761-223
2022-08-06 15:44Iconshhvn23+150-50
2022-08-06 09:50Saving properlyhhvn10+419-183
2022-06-09 22:06Draw system viewhhvn12+686-87
2022-06-05 12:08Filterable dblist* functionshhvn2+44-13
2022-06-04 22:34Generate more datahhvn3+40-2
2022-06-03 21:25Inithhvn18+1624-0