2015-07-30 |
mikade |
GetHogVoicepack,GetHogFlag,GetHogGrave
|
file |
diff |
annotate
|
2015-07-19 |
sheepluva |
add some chat message colors
|
file |
diff |
annotate
|
2015-06-08 |
nemo |
ambiguous
|
file |
diff |
annotate
|
2015-06-03 |
nemo |
cursor x/y when targeting for mikade's visual effects. this is not synced
|
file |
diff |
annotate
|
2015-04-10 |
nemo |
tweak erase
|
file |
diff |
annotate
|
2015-04-09 |
nemo |
also erase
|
file |
diff |
annotate
|
2015-04-08 |
nemo |
fix copypasta typo, failure to bump offset of lf params
|
file |
diff |
annotate
|
2015-04-08 |
nemo |
Add options to set colouring, behind existing land, and horizontal/vertical flipping to PlaceSprite
|
file |
diff |
annotate
|
2015-02-14 |
nemo |
Add placement of airmines in engine outside of hog proximity. Has a bug, only protecting 1st team. Also fix a spelling error and rename gstHHChooseTarget to gstChooseTarget
|
file |
diff |
annotate
|
2015-01-25 |
nemo |
Add generic getter/setter for a bunch of more obscure gear structure values
|
file |
diff |
annotate
|
2015-01-25 |
nemo |
Add a couple of more variable bindings, make all the set visual gear values optional, to allow skipping trailing params or specifying ones in the middle as nil to not set. Should make using it more convenient in simple cases.
|
file |
diff |
annotate
|
2014-12-14 |
sheepluva |
Issue 865: gfResetHealth is not exposed to Lua
|
file |
diff |
annotate
|
2014-12-11 |
sheepluva |
fix size of PtrInt. enable tests for pas2c (all passing now)
|
file |
diff |
annotate
|
2014-12-08 |
nemo |
Use FreeAndNil across the board. Even if we are immediately assigning after, probably avoids accidental mistakes. Also free neglected owner tex on shutdown, and delete hog gears using the normal deletion procedure if for any reason they still exist (EndGame call?).
|
file |
diff |
annotate
|
2014-12-03 |
sheepluva |
tweaking the lua test function thingy
|
file |
diff |
annotate
|
2014-12-03 |
nemo |
set globals in commandline lua
|
file |
diff |
annotate
|
2014-12-03 |
sheepluva |
fix some things I messed up with the drawing functions
|
file |
diff |
annotate
|
2014-12-02 |
sheepluva |
update changelog
|
file |
diff |
annotate
|
2014-12-02 |
sheepluva |
move functionality of Draw.lua into engine
|
file |
diff |
annotate
|
2014-12-02 |
nemo |
switch mapgen to enum. should still try and make sure the values are backwards compatible if possible.
|
file |
diff |
annotate
|
2014-11-30 |
nemo |
expose FlightTime to lua, disable in-air flame harming moving hogs ☹ aaaand override that in ClimbHome ☺
|
file |
diff |
annotate
|
2014-11-30 |
nemo |
Wuzzy's changes to climbhome w/ some tweaks by me
|
file |
diff |
annotate
|
2014-11-29 |
sheepluva |
fix some pas2c related issues
|
file |
diff |
annotate
|
2014-11-27 |
sheepluva |
new implementation for Lua API DismissTeam. all hedgehogs of the team are now removed without using teamgone
|
file |
diff |
annotate
|
2014-11-23 |
sheepluva |
small cleanup
|
file |
diff |
annotate
|
2014-11-19 |
sheepluva |
make gear ability to speak somewhat less ironic
|
file |
diff |
annotate
|
2014-11-19 |
sheepluva |
update changelog a little
|
file |
diff |
annotate
|
2014-11-15 |
unc0rr |
Fix use of uninitialized variable
|
file |
diff |
annotate
|
2014-10-01 |
sheepluva |
use constants for mapgen, expose those to lua
|
file |
diff |
annotate
|
2014-07-25 |
unc0rr |
Forced sprites placing mode, exposed to scripts (not tested at all)
|
file |
diff |
annotate
|
2014-07-01 |
sheepluva |
add assignment I forgot
|
file |
diff |
annotate
|
2014-07-01 |
sheepluva |
lua api: allow to specify layer when adding visual gear
|
file |
diff |
annotate
|
2014-06-16 |
sheepluva |
various tweaks
|
file |
diff |
annotate
|
2014-06-14 |
sheepluva |
clean up halting a little
|
file |
diff |
annotate
|
2014-06-13 |
sheepluva |
fix pas2c build for real this time...
|
file |
diff |
annotate
|
2014-06-13 |
sheepluva |
fix some pas2c related overloading issue
|
file |
diff |
annotate
|
2014-06-13 |
sheepluva |
whoops, pas2c I owe you
|
file |
diff |
annotate
|
2014-06-13 |
sheepluva |
state file name and line number in lua error messages
|
file |
diff |
annotate
|
2014-06-13 |
sheepluva |
lua api: SetNextWeapon()
|
file |
diff |
annotate
|
2014-06-12 |
sheepluva |
lua api: DismissTeam(teamname)
|
file |
diff |
annotate
|
2014-06-12 |
sheepluva |
lua api: SetWeapon(ammoType)
|
file |
diff |
annotate
|
2014-06-12 |
sheepluva |
fix broken speech bubble display in chat. caused by r1a6b9a98147c one line was forgotten when moving some code
|
file |
diff |
annotate
|
2014-06-12 |
sheepluva |
more of the same
|
file |
diff |
annotate
|
2014-06-12 |
sheepluva |
fix TryPlaceOnLand's ambiguity/messup wrt to making terrain indestructible (had boolean parameter for indestructible AND landflags parameters that could contain lfIndestructibly)
|
file |
diff |
annotate
|
2014-06-12 |
sheepluva |
further WIP (better error messages)
|
file |
diff |
annotate
|
2014-06-12 |
sheepluva |
placeSprite accepts any amount of landflags now; further WIP wrt cleanup/fixing
|
file |
diff |
annotate
|
2014-06-12 |
sheepluva |
expose lfIndestructable, lfIce and lfBounce
|
file |
diff |
annotate
|
2014-06-12 |
unc0rr |
Fix pas2c build
|
file |
diff |
annotate
|
2014-06-12 |
sheepluva |
make enums crash-safe. and other fixes
|
file |
diff |
annotate
|
2014-06-11 |
sheepluva |
WIP: PlaceSprite for lua API. also changed PlaceGirder so that it will return true/false for whether placing was successful too
|
file |
diff |
annotate
|
2014-06-11 |
sheepluva |
fix possible engine crash that a lua script could cause by passing an invalid geartype to addgear
|
file |
diff |
annotate
|
2014-06-11 |
sheepluva |
tiny lua documentation fix
|
file |
diff |
annotate
|
2014-05-30 |
sheepluva |
get rid of fpc warnings/hints
|
file |
diff |
annotate
|
2014-05-07 |
sheepluva |
rolling back the rest
|
file |
diff |
annotate
|
2014-04-28 |
sheepluva |
minimal changes for compatibility with lua 5.2, thanks to v4hn for fixing standard library loads. note: ALSO compatibile with (internal) lua 5.1, until something bothers to upgrade bundled lua version
|
file |
diff |
annotate
|
2014-03-20 |
nemo |
hm. I think I forgot to commit this when adding speech bubble change
|
file |
diff |
annotate
|
2014-02-23 |
nemo |
Allow lua drawn maps (shoppamap, tunnels, diagonal maze etc) to generate previews.
|
file |
diff |
annotate
|
2014-02-16 |
unc0rr |
Fix setting lc_endluatest result
|
file |
diff |
annotate
|
2014-02-11 |
unc0rr |
- pas2c recognizes typecasts in initialization expressions
|
file |
diff |
annotate
|
2014-02-10 |
unc0rr |
- Pas2C: make use of 'external' function decorator
|
file |
diff |
annotate
|