| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-01-06 | fix element function replacement option | jacob1 | 3 | -8/+23 | |
| 2012-11-18 | Use ifndef WIN instead of ifdef _unix | Simon Robertshaw | 1 | -1/+1 | |
| 2012-11-16 | save pause state in stamps, load pause state from local saves and stamps ↵ | jacob1 | 1 | -1/+1 | |
| correctly, remove accidental inclusion | |||||
| 2012-11-16 | fix tpt.el.X.name commands | jacob1 | 1 | -1/+1 | |
| 2012-11-03 | SC_SENSOR in Elements API | Simon Robertshaw | 1 | -0/+1 | |
| 2012-10-26 | Fix error from merging | Simon Robertshaw | 1 | -1/+1 | |
| 2012-10-26 | some testing with DEBUG mode, add some stuff | jacob1 | 1 | -1/+6 | |
| Conflicts: src/cat/TPTScriptInterface.cpp | |||||
| 2012-10-26 | !quit function | jacob1 | 2 | -0/+12 | |
| 2012-10-26 | Save local saves as current name option (overwrites them automatically). Fix ↵ | jacob1 | 2 | -16/+3 | |
| filename not showing when first saving a local save | |||||
| 2012-10-09 | Merge pull request #195 from Huulivoide/master | Simon Robertshaw | 1 | -1/+5 | |
| Minor fixes needed to build on Linux/64bit. | |||||
| 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-05 | prevent setting invalid types, fix setting type to "NONE", "C4", & "C5" | jacob1 | 2 | -4/+10 | |
| 2012-10-02 | Add couple of missing header files needed by GCC 4.7. | Jesse Jaara | 1 | -1/+2 | |
| 2012-10-01 | Negative values in old console commands | Simon Robertshaw | 1 | -1/+3 | |
| 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 | 2 | -2/+265 | |
| 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 ↵ | Simon Robertshaw | 4 | -1827/+2015 | |
| position quirk for rects, new graphics (gfx) api with drawRect, fillRect, drawTect, drawLine and textSize functions. | |||||
| 2012-09-25 | some improvements to the render options interface and checkboxes (icons and ↵ | jacob1 | 1 | -1/+1 | |
| tooltips coming next) | |||||
| 2012-09-21 | Testing new vm/language WIP | Simon Robertshaw | 2 | -10/+32 | |
| 2012-09-17 | Checkbox, Slider and ProgressBar components for ui API | Simon Robertshaw | 8 | -0/+414 | |
| 2012-09-16 | When reloading elements API, set packages.loaded["elements"] to nil to ↵ | Simon Robertshaw | 1 | -0/+8 | |
| prevent luaL_register from trying to reuse a nilled table. Fixes #189 | |||||
| 2012-09-14 | Fixes invalid text pasting, Adds API to VM, allow program loading in Lua and ↵ | Simon Robertshaw | 2 | -0/+91 | |
| assigning to update function | |||||
| 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 | |
