| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-08-14 | Lua autorun, fixes #99 | Simon Robertshaw | 1 | -0/+2 |
| 2012-08-11 | Implement some missing lua functions, PNG format creation (requires zlib) | Simon Robertshaw | 1 | -68/+35 |
| 2012-08-11 | Lua element and graphics functions working (element_func no longer uses "repl... | Simon Robertshaw | 2 | -26/+89 |
| 2012-08-06 | Fix TPTScript 'set' function | Simon Robertshaw | 2 | -11/+18 |
| 2012-08-04 | Implement more of the old TPT console | Simon Robertshaw | 2 | -0/+100 |
| 2012-08-04 | Implement more of the old console | Simon Robertshaw | 2 | -11/+98 |
| 2012-08-03 | Old TPT console commands with "!" prefix | Simon Robertshaw | 4 | -21/+74 |
| 2012-08-02 | Stop returning luaL_error from drawing functions for no reason, addresses | Simon Robertshaw | 1 | -3/+3 |
| 2012-08-02 | Update menus on element change from lua, addresses issue #42 | Simon Robertshaw | 2 | -3/+7 |
| 2012-08-02 | Rename WIN32 preprocessor definition to WIN | ntoskrnl | 1 | -1/+1 |
| 2012-07-25 | TPT: Optimization for GoL, Added brush size and mouse wheel to lua! e7035233fd | Simon Robertshaw | 4 | -11/+25 |
| 2012-07-08 | Use sdl-config | Simon Robertshaw | 1 | -3/+3 |
| 2012-06-12 | TPT: fix crash, spark reset set type without checking if it was a valid number | Simon Robertshaw | 1 | -2/+7 |
| 2012-06-12 | TPT: fix lua console freeze/bugs | Simon Robertshaw | 1 | -4/+6 |
| 2012-06-12 | TPT: Add tmp2 support to old console 418bdf0892 | Simon Robertshaw | 1 | -3/+3 |
| 2012-06-05 | Use a different method for decoding saves with uncompressed object in memory ... | Simon Robertshaw | 1 | -33/+33 |
| 2012-05-31 | Move more SDL dependancies out of program, OpenGLCanvas for JNI and JNI methods. | Simon Robertshaw | 1 | -1/+1 |
| 2012-05-13 | Click function for tools that aren't continuous. Debug helper for UI componen... | Simon Robertshaw | 1 | -1/+1 |
| 2012-05-07 | A bit of refactoring (elements) | Simon Robertshaw | 2 | -21/+21 |
| 2012-04-26 | OS X compiling working, Make it a bit more friendly with stricter compilers | Simon Robertshaw | 3 | -29/+29 |
| 2012-04-21 | Clean out graphics, add openGL graphics in seperate file, change brush to use... | Simon Robertshaw | 1 | -18/+6 |
| 2012-04-17 | TPT: Lua methods for reading/writing the bmap and emap (no mapped walltypes y... | Simon Robertshaw | 2 | -0/+126 |
| 2012-04-13 | Fix Integer <-> Pointer casts on 64bit | Simon Robertshaw | 1 | -2/+3 |
| 2012-04-09 | Remove unused code | Simon Robertshaw | 1 | -37/+0 |
| 2012-04-05 | Modifier keys for Lua, Air display, correct render mode saving | Simon Robertshaw | 1 | -2/+16 |
| 2012-04-04 | Change brush size with [ and ] keys, change order of drawing for Lua, Fix pri... | Simon Robertshaw | 4 | -6/+19 |
| 2012-04-04 | CommandInterface, Mouse, Keyboard and Tick events, on screen log, print redir... | Simon Robertshaw | 4 | -5/+63 |
| 2012-03-03 | Disable key repeat | Simon Robertshaw | 3 | -67/+18 |
| 2012-02-12 | Better names for sort, allow showing own saves | Simon Robertshaw | 2 | -37/+61 |
| 2012-02-12 | Fixed some lua methods, set decorations enabled by default, allow toggling of... | Simon Robertshaw | 1 | -8/+15 |
| 2012-02-12 | Somewhat working lua console, no element function overrides, no keyboard, mou... | Simon Robertshaw | 7 | -8/+2080 |
| 2012-02-05 | Started intrepreter for tpt script and various things for console | Simon Robertshaw | 6 | -0/+672 |