mniip
|
9183fa1755
|
apparently Ximon hates const; a lot;
added a bunch of const everywhere, had to modify a few functions to be const-compliant
|
2013-10-30 04:38:13 +04:00 |
|
mniip
|
0233d8db46
|
print returned values; implicit return in console; console source
|
2013-05-03 01:54:21 +04:00 |
|
mniip
|
a1cdef4c90
|
a major rewrite of event registration, it's fully compatible, yet has new advantages
|
2013-04-27 01:25:18 +04:00 |
|
jacob1
|
037618e6f8
|
remove auto generated comments from all files, fix some missing tabs, remove unused variables from config.h
|
2013-03-06 12:05:59 -05:00 |
|
jacob1
|
c5eecff131
|
fix "i" argument to graphics functions.
Also, they don't overwrite the default one, you can pass in nil to tpt.element/graphics_func for the function to restore the original.
|
2013-01-23 16:48:21 -05:00 |
|
jacob1
|
162a8ecba5
|
readd tpt.hud and tpt.set_console commands
|
2013-01-08 22:00:45 -05:00 |
|
jacob1
|
158b054023
|
fix tpt.selectedl/r/a, but it returns the string identifier now instead of an id
|
2013-01-07 21:05:58 -05:00 |
|
jacob1
|
8e09651990
|
fix element function replacement option
|
2013-01-06 12:25:13 -05:00 |
|
Simon Robertshaw
|
9a42e47eb0
|
Move old Lua API into another file, make the old drawin API have the old position quirk for rects, new graphics (gfx) api with drawRect, fillRect, drawTect, drawLine and textSize functions.
|
2012-09-29 00:20:52 +01:00 |
|
Simon Robertshaw
|
72e441132f
|
TPT: Prevent accidental infinite loops in lua, fixes #115
|
2012-08-20 18:37:42 +01:00 |
|
Simon Robertshaw
|
ecbb1e9103
|
Lua element and graphics functions working (element_func no longer uses "replace" parameter and replaces all functions)
|
2012-08-11 12:45:49 +01:00 |
|
Simon Robertshaw
|
f8766201a6
|
TPT: Optimization for GoL, Added brush size and mouse wheel to lua! e7035233fd
|
2012-07-25 19:32:36 +01:00 |
|
Simon Robertshaw
|
fdb4dff4d7
|
TPT: Lua methods for reading/writing the bmap and emap (no mapped walltypes yet) 1c4bce1f22
|
2012-04-17 18:13:17 +01:00 |
|
Simon Robertshaw
|
ea51cde1f0
|
Change brush size with [ and ] keys, change order of drawing for Lua, Fix print and tpt.log so they log to the console when it is open
|
2012-04-04 21:47:58 +01:00 |
|
Simon Robertshaw
|
ec6d1012b2
|
Somewhat working lua console, no element function overrides, no keyboard, mouse or tick events
|
2012-02-12 12:53:11 +00:00 |
|