| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-26 | Save local saves as current name option (overwrites them automatically). Fix ... | jacob1 | 1 | -6/+2 |
| 2012-10-09 | Merge pull request #195 from Huulivoide/master | Simon Robertshaw | 1 | -1/+5 |
| 2012-10-07 | Windows doesn't have unistd.h, use only in unix platforms. | Jesse Jaara | 1 | -1/+4 |
| 2012-10-05 | Only run autorun if it exists | Simon Robertshaw | 1 | -4/+3 |
| 2012-10-02 | Add couple of missing header files needed by GCC 4.7. | Jesse Jaara | 1 | -1/+2 |
| 2012-09-30 | Set appropriate default values for some static Lua interface variables | Simon Robertshaw | 1 | -5/+5 |
| 2012-09-29 | Lua FileSystem API | Simon Robertshaw | 1 | -2/+253 |
| 2012-09-29 | ren.decorations() to enable/disable/get decorations (Lua API) | Simon Robertshaw | 1 | -2/+16 |
| 2012-09-28 | Move old Lua API into another file, make the old drawin API have the old posi... | Simon Robertshaw | 1 | -1805/+147 |
| 2012-09-21 | Testing new vm/language WIP | Simon Robertshaw | 1 | -8/+30 |
| 2012-09-17 | Checkbox, Slider and ProgressBar components for ui API | Simon Robertshaw | 1 | -0/+12 |
| 2012-09-16 | When reloading elements API, set packages.loaded["elements"] to nil to preven... | Simon Robertshaw | 1 | -0/+8 |
| 2012-09-14 | Fixes invalid text pasting, Adds API to VM, allow program loading in Lua and ... | Simon Robertshaw | 1 | -0/+78 |
| 2012-09-07 | Remove debug crap | Simon Robertshaw | 1 | -1/+0 |
| 2012-09-05 | Some simulation API | Simon Robertshaw | 1 | -5/+8 |
| 2012-09-04 | Some simulation API | Simon Robertshaw | 1 | -0/+102 |
| 2012-09-02 | Textbox component for Lua interface API | Simon Robertshaw | 1 | -0/+4 |
| 2012-09-01 | Logging for UI component events, tr | Simon Robertshaw | 1 | -1/+6 |
| 2012-09-01 | !load command for old console | Simon Robertshaw | 1 | -3/+3 |
| 2012-08-31 | More interface API | Simon Robertshaw | 1 | -1/+5 |
| 2012-08-31 | Some Lua interface API stuff | Simon Robertshaw | 1 | -2/+63 |
| 2012-08-30 | Get/Set single element properties | Simon Robertshaw | 1 | -0/+191 |
| 2012-08-30 | More methods for setting element properties | Simon Robertshaw | 1 | -25/+132 |
| 2012-08-29 | Implement retrieval of element properties | Simon Robertshaw | 1 | -4/+74 |
| 2012-08-29 | Bitops for Lua, incomplete elements API | Simon Robertshaw | 1 | -7/+133 |
| 2012-08-28 | Additions to Lua API: Renderer (colourMode, displayMode, renderMode, plus all... | Simon Robertshaw | 1 | -11/+166 |
| 2012-08-28 | tpt.element also converts numbers to names | Simon Robertshaw | 1 | -4/+14 |
| 2012-08-21 | Add missing files from e54eeae | Simon Robertshaw | 1 | -6/+6 |
| 2012-08-20 | TPT: Prevent accidental infinite loops in lua, fixes #115 | Simon Robertshaw | 1 | -9/+27 |
| 2012-08-20 | TPT: Error reporting in other things besides just step functions (No error re... | Simon Robertshaw | 1 | -6/+13 |
| 2012-08-20 | TPT: fix set_property not checking stacked particles when specifying range, a... | Simon Robertshaw | 1 | -13/+19 |
| 2012-08-19 | Pad frame numbers with zeros for screenshots and recording | Simon Robertshaw | 1 | -1/+8 |
| 2012-08-19 | Ensure Lua mouse status is reset at startup, fixes #130 | Simon Robertshaw | 1 | -0/+3 |
| 2012-08-18 | Blocking Confirm/Error/Input prompts (EngineProcess creates a new event loop ... | Simon Robertshaw | 1 | -44/+37 |
| 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 | 1 | -24/+81 |
| 2012-08-06 | Fix TPTScript 'set' function | Simon Robertshaw | 1 | -1/+6 |
| 2012-08-03 | Old TPT console commands with "!" prefix | Simon Robertshaw | 1 | -10/+22 |
| 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 | 1 | -2/+6 |
| 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 | 1 | -8/+20 |
| 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-05 | Use a different method for decoding saves with uncompressed object in memory ... | Simon Robertshaw | 1 | -33/+33 |
| 2012-05-07 | A bit of refactoring (elements) | Simon Robertshaw | 1 | -19/+19 |
| 2012-04-26 | OS X compiling working, Make it a bit more friendly with stricter compilers | Simon Robertshaw | 1 | -20/+20 |
| 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 | 1 | -0/+118 |