| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-09-07 | Remove debug crap | Simon Robertshaw | 1 | -1/+0 | |
| 2012-09-06 | revert changing the lua/sdl includes and min/max changes | jacob1 | 13 | -38/+38 | |
| 2012-09-06 | Visual studio compatibility | jacob1 | 14 | -38/+56 | |
| This removes some inlines when using visual studio to compile, uisng TPT_NO_INLINE. It also fixes many other problems visual studio has with the code | |||||
| 2012-09-05 | Some simulation API | Simon Robertshaw | 1 | -5/+8 | |
| 2012-09-04 | Some simulation API | Simon Robertshaw | 2 | -0/+109 | |
| 2012-09-02 | Textbox component for Lua interface API | Simon Robertshaw | 10 | -105/+298 | |
| 2012-09-01 | Logging for UI component events, tr | Simon Robertshaw | 8 | -47/+71 | |
| 2012-09-01 | !load command for old console | Simon Robertshaw | 6 | -9/+13 | |
| 2012-08-31 | More interface API | Simon Robertshaw | 5 | -2/+159 | |
| 2012-08-31 | Events for Window object (Lua) | Simon Robertshaw | 3 | -4/+498 | |
| 2012-08-31 | Some Lua interface API stuff | Simon Robertshaw | 7 | -2/+503 | |
| 2012-08-30 | Get/Set single element properties | Simon Robertshaw | 2 | -0/+193 | |
| 2012-08-30 | More methods for setting element properties | Simon Robertshaw | 1 | -25/+132 | |
| 2012-08-29 | Implement retrieval of element properties | Simon Robertshaw | 2 | -4/+75 | |
| 2012-08-29 | Bitops for Lua, incomplete elements API | Simon Robertshaw | 4 | -10/+365 | |
| 2012-08-28 | Additions to Lua API: Renderer (colourMode, displayMode, renderMode, plus ↵ | Simon Robertshaw | 2 | -11/+172 | |
| all the macros used for Particle/display/colour modes) | |||||
| 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 | 2 | -7/+6 | |
| 2012-08-20 | TPT: Prevent accidental infinite loops in lua, fixes #115 | Simon Robertshaw | 3 | -9/+29 | |
| 2012-08-20 | TPT: Error reporting in other things besides just step functions (No error ↵ | Simon Robertshaw | 1 | -6/+13 | |
| reporting in graphics or part update to prevent massive spam) fixes #134 | |||||
| 2012-08-20 | TPT: fix set_property not checking stacked particles when specifying range, ↵ | Simon Robertshaw | 1 | -13/+19 | |
| add dcolor property setting/getting | |||||
| 2012-08-19 | Pad frame numbers with zeros for screenshots and recording | Simon Robertshaw | 1 | -1/+8 | |
| 2012-08-19 | TPTScript: Allow numbers with decimal point | Simon Robertshaw | 1 | -1/+1 | |
| 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 | |
| which can be broken out of with Engine::Break()) | |||||
| 2012-08-14 | Add missing strings.h header for strcasecmd | Simon Robertshaw | 1 | -0/+1 | |
| 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 ↵ | Simon Robertshaw | 2 | -26/+89 | |
| "replace" parameter and replaces all functions) | |||||
| 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 | |
| issue #29 | |||||
| 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 | |
| for stamps and clipboard, also allows for transformation (rotation), missing failure states and code for loading it into a Simulation | |||||
| 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 ↵ | Simon Robertshaw | 1 | -1/+1 | |
| components (Ctrl+Shift D when DEBUG is defined), fix add sign window logic | |||||
| 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 ↵ | Simon Robertshaw | 1 | -18/+6 | |
| use unsigned char rather than boolean for bitmap/outline | |||||
| 2012-04-17 | TPT: Lua methods for reading/writing the bmap and emap (no mapped walltypes ↵ | Simon Robertshaw | 2 | -0/+126 | |
| yet) 1c4bce1f22 | |||||
| 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 | |
