| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2011-03-29 | WIND works with line tool, BOMB shine affected by velocity and flickers | Cracker64 | 1 | -0/+10 |
| 2011-03-29 | 64bit fixes and other | Simon | 1 | -1/+62 |
| 2011-03-26 | 64bit fixes, thanks a ton jacksonmj :D | Lieuwe | 1 | -1/+3 |
| 2011-03-26 | misc stuff | Lieuwe | 1 | -3/+61 |
| 2011-03-25 | Added Lieuwe | Simon | 1 | -1/+1 |
| 2011-03-24 | Message box with save ID info on new save | Simon | 1 | -1/+7 |
| 2011-03-24 | Fix underflow/segfault from negative ctypes and debug text | Simon | 1 | -1/+1 |
| 2011-03-24 | Fix text overflow for large life values | Simon | 1 | -1/+1 |
| 2011-03-23 | Open file command line | Simon | 1 | -0/+13 |
| 2011-03-22 | Python console | Simon | 1 | -923/+715 |
| 2011-03-22 | More cracker fixes | Simon | 1 | -72/+1233 |
| 2011-03-22 | Fix some WIND bugs | Simon | 1 | -4/+15 |
| 2011-03-19 | cleanup :D | Lieuwe | 1 | -1/+1 |
| 2011-03-18 | changed zip filename | Lieuwe | 1 | -1/+1 |
| 2011-03-18 | Remove redundant rotate/invert code and correct rotation direction | jacksonmj | 1 | -25/+2 |
| 2011-03-18 | Better rotation and inversion, also does single pixel translation | jacksonmj | 1 | -9/+33 |
| 2011-03-18 | you can now disable(tpt.disable_python) or enable(python) the python console :D | Lieuwe | 1 | -3/+21 |
| 2011-03-18 | now warns about a disabled python console. | Lieuwe | 1 | -16/+506 |
| 2011-03-18 | no longer crashes on mangled console.py and other python initialisation errors. | Lieuwe | 1 | -26/+36 |
| 2011-03-18 | ... | Lieuwe | 1 | -1/+36 |
| 2011-03-18 | Add some arguments to save build/parse functions | jacksonmj | 1 | -7/+9 |
| 2011-03-18 | check bounds for wind, causes some funny glitches though. | Cracker64 | 1 | -1/+1 |
| 2011-03-17 | Fix incorrect pitch in sdl_seticon | jacksonmj | 1 | -1/+1 |
| 2011-03-17 | Remove neutrons from pmap | jacksonmj | 1 | -1/+2 |
| 2011-03-17 | fuck the wrong branch. also, particle delete function. | Lieuwe | 1 | -0/+13 |
| 2011-03-17 | fixed keyrepeat api call | Lieuwe | 1 | -0/+14 |
| 2011-03-16 | Visual Studio | jacksonmj | 1 | -1/+1 |
| 2011-03-15 | nother bugfix | Lieuwe | 1 | -1/+1 |
| 2011-03-15 | small bugfix | Lieuwe | 1 | -1/+1 |
| 2011-03-15 | MERGE | Lieuwe | 1 | -36/+82 |
| 2011-03-15 | 64bit really fixed now, does need PYEXT to be defined tho. | Lieuwe | 1 | -0/+4 |
| 2011-03-15 | no need to include tpt_console.py on 64bit anymore. | Lieuwe | 1 | -2/+1 |
| 2011-03-15 | Display element contained by PIPE in debug mode | jacksonmj | 1 | -0/+5 |