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