| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-05-14 | Move wall drawing to graphics.c | Simon Robertshaw | 1 | -0/+3 |
| 2011-05-14 | Condition variable instead of busy wait | Simon Robertshaw | 1 | -3/+11 |
| 2011-05-13 | Runtime scale switching | Simon Robertshaw | 1 | -0/+6 |
| 2011-05-12 | Fix some thread sync and gravity sync issues | Simon Robertshaw | 1 | -4/+17 |
| 2011-05-12 | Newtonian gravity toggle, disabled by default | Simon Robertshaw | 1 | -16/+36 |
| 2011-05-05 | Make middle click work with photon map | jacksonmj | 1 | -1/+3 |
| 2011-05-05 | Some work on bubbles. Added "bubble x,y" command to console. | savask | 1 | -0/+4 |
| 2011-05-05 | Revert "Dem bubbles" | Simon Robertshaw | 1 | -4/+0 |
| 2011-05-05 | Dem bubbles | unknown | 1 | -0/+4 |
| 2011-04-25 | Fix pause with gravity and test deuterium improvements | Simon Robertshaw | 1 | -7/+8 |
| 2011-04-25 | portal now uses particles as storage, so it keeps everything. | Cracker64 | 1 | -1/+1 |
| 2011-04-25 | gravmutex = NULL not liked by some compilers (It's not actually correct anyway) | Simon Robertshaw | 1 | -2/+2 |
| 2011-04-25 | Dialog box for changing simulation options, gravity toggle needs implementing | Simon Robertshaw | 1 | -2/+4 |
| 2011-04-25 | Jacksonmj: Move console functions into seperate file | jacksonmj | 1 | -1359/+5 |
| 2011-04-24 | More decoration improvements. still TODO: text boxes that will change curren... | Cracker64 | 1 | -5/+4 |
| 2011-04-24 | Asynchronous thread for gravity processing | Simon Robertshaw | 1 | -9/+45 |
| 2011-04-23 | Decorations! ,still messing with it. It does not save currently. TODO: fix t... | Cracker64 | 1 | -1/+4 |
| 2011-04-22 | Stricter frame rate limiting | jacksonmj | 1 | -4/+9 |
| 2011-04-22 | Remove limit on size of console scripts | jacksonmj | 1 | -23/+23 |
| 2011-04-22 | Gravitaaaay (Needs tweeking for performance) | Simon Robertshaw | 1 | -2/+4 |
| 2011-04-17 | 'M' For selected element swap, 'dae' var for showing a selected element box u... | Simon | 1 | -2/+15 |
| 2011-04-16 | Fix some memory leaks in save build/parse | jacksonmj | 1 | -3/+9 |
| 2011-04-13 | <.< >.> Nobody saw that... | Simon | 1 | -7/+1 |
| 2011-04-12 | Fix segfault with renderer | Simon | 1 | -8/+4 |
| 2011-04-12 | Game save renderer | Simon | 1 | -2/+79 |
| 2011-04-08 | Remove more warnings | Simon | 1 | -3/+3 |
| 2011-04-08 | Remove a TON of warnings | Simon | 1 | -506/+507 |
| 2011-04-08 | Re-add install hotkey, removed in astyle commit | Simon | 1 | -0/+14 |
| 2011-04-08 | Workaround for some argument parsing bugginess | jacksonmj | 1 | -4/+2 |
| 2011-04-08 | Start register_extension support for linux | jacksonmj | 1 | -2/+2 |
| 2011-04-08 | astyle | Simon | 1 | -1532/+1518 |
| 2011-04-06 | Installer | Simon | 1 | -0/+14 |
| 2011-04-04 | Fix banned user message | jacksonmj | 1 | -1/+1 |
| 2011-04-04 | Fix crashes when pasting on top of walls | jacksonmj | 1 | -1/+1 |
| 2011-04-04 | Use floats for temperature in both consoles (old and python) | jacksonmj | 1 | -12/+13 |
| 2011-04-04 | Clear particle data in parse_save | jacksonmj | 1 | -0/+2 |
| 2011-04-04 | Use floats for vx,vy in old console | jacksonmj | 1 | -12/+13 |
| 2011-04-04 | Improved frame rate limiting | jacksonmj | 1 | -14/+16 |
| 2011-04-04 | Finish WIN32 register_extension, fix Visual Studio compile | jacksonmj | 1 | -36/+40 |
| 2011-04-04 | Restore new stamp manipulation | jacksonmj | 1 | -12/+36 |
| 2011-04-04 | console2345 always evaluates to true, check string is not empty instead | jacksonmj | 1 | -16/+16 |
| 2011-04-01 | Copy text UI | Simon | 1 | -4/+2 |
| 2011-04-01 | Added session check fallback | Simon | 1 | -0/+10 |
| 2011-04-01 | More PYCONSOLE macros | Simon | 1 | -0/+3 |
| 2011-04-01 | Move pygood and pyready outside of macro | Simon | 1 | -1/+1 |
| 2011-04-01 | Move console_more declaration outside pythonconsole macro | Simon | 1 | -2/+1 |
| 2011-03-30 | forgot to remove some EQVE stuff, wasn't working | Cracker64 | 1 | -6/+1 |
| 2011-03-30 | set_vx and vy fixes, float to int is not good. | Cracker64 | 1 | -2/+9 |
| 2011-03-30 | A cracker commit with some nice comments | Simon | 1 | -54/+57 |
| 2011-03-29 | some keyword fixes, "from" is a reserved name. | Cracker64 | 1 | -12/+12 |