2024-03-01 08:28 | Get everything working with clangd | amin | 1 | +1 | -1 |
2023-12-05 06:20 | Make old visual studio projects work with the new, worse version of visual studio | amin | 1 | +5 | -5 |
2017-10-15 23:16 | Don't use gprof for profiling | amin | 1 | +12 | -12 |
2017-08-08 00:25 | Update Visual Studio project file | amin | 1 | +2 | -2 |
2017-08-05 17:37 | Rename main simulation files to sim.c / sim.h | amin | 5 | +371 | -371 |
2017-08-05 10:23 | Add ability to zoom in and out. | amin | 4 | +106 | -75 |
2017-08-05 10:19 | Add Vim keybindings. | amin | 2 | +6 | -5 |
2017-08-05 08:32 | Add the ability to pan. | amin | 4 | +102 | -22 |
2017-08-05 07:40 | Add simulation bounding box. | amin | 4 | +160 | -20 |
2017-07-30 08:27 | Release version 0.1.0. | amin | 1 | +15 | -8 |
2017-07-30 08:18 | Add Visual Studio 2017 files. | amin | 6 | +212 | -2 |
2017-07-30 05:26 | Clean up and minimize #includes. | amin | 8 | +27 | -28 |
2017-07-30 00:56 | Move sim state related code out of platform layer. | amin | 3 | +101 | -43 |
2017-07-30 00:56 | Move source files into src/. | amin | 9 | +3 | -2 |
2017-07-30 00:55 | Extract SDL-specific code to a platform layer. | amin | 6 | +512 | -452 |
2017-07-30 00:55 | Split star and barnes_hut into .c and .h files. | amin | 5 | +284 | -257 |
2017-07-30 00:53 | Add todo command to makefile. | amin | 1 | +7 | -1 |
2017-07-10 04:52 | Use gprof for performance profiling. | amin | 2 | +9 | -3 |
2017-07-10 04:50 | Fully implement the Barnes-Hut algorithm. | amin | 3 | +104 | -159 |
2017-07-09 18:14 | Add ability to pause/unpause with the p key. | amin | 1 | +16 | -4 |
2017-06-17 05:40 | Fix center-of-mass calculation. | amin | 1 | +10 | -7 |
2017-05-25 01:14 | Add options to make testing more convenient. | amin | 2 | +65 | -16 |
2017-05-15 07:39 | Add a 'virtual star' for each cell. | amin | 2 | +77 | -7 |
2017-05-15 06:54 | Enable toggling of trails with 'T' key. | amin | 1 | +21 | -17 |
2017-05-14 07:32 | Store stars in quadtree. Update cells internally. | amin | 2 | +130 | -21 |
2017-05-14 07:21 | Enable grid toggle with `G` key. | amin | 1 | +18 | -3 |
2017-05-13 21:06 | Modify functions to take a pointer to the buffer. | amin | 1 | +15 | -17 |
2017-05-12 21:03 | Fix invalid reads and frees in quadtree. | amin | 3 | +106 | -69 |
2017-04-25 06:11 | Update readme with Barnes Hut gif. | amin | 1 | +11 | -0 |
2017-04-25 05:45 | Switch to C. | amin | 6 | +426 | -383 |
2017-04-20 20:09 | Add Barnes-Hut partition grid overlay. | amin | 2 | +161 | -56 |
2017-04-19 17:55 | Adjust settings so 'galaxies' form. | amin | 2 | +3 | -3 |
2017-03-27 18:40 | Add define options. | amin | 2 | +23 | -11 |
2017-03-24 02:31 | Add gravity related physics. | amin | 5 | +422 | -358 |
2017-03-23 20:38 | Rename Particle to Star. | amin | 1 | +40 | -40 |
2017-03-23 04:15 | Add readme. | amin | 1 | +5 | -0 |
2017-03-23 01:55 | Remove unix-specific function calls. | amin | 1 | +15 | -41 |
2017-03-18 21:38 | Switch to black and white colors. | amin | 2 | +50 | -43 |
2017-03-18 06:48 | Loop screen. Add solarized colors. | amin | 1 | +98 | -20 |
2017-03-18 00:43 | Move a single particle across the screen. | amin | 4 | +326 | -0 |