Fri, 13 Jun 2014 02:31:05 +0200 |
sheepluva |
lua api: SetNextWeapon()
|
file |
diff |
annotate
|
Thu, 12 Jun 2014 21:25:39 +0200 |
sheepluva |
lua api: DismissTeam(teamname)
|
file |
diff |
annotate
|
Thu, 12 Jun 2014 20:47:11 +0200 |
sheepluva |
lua api: SetWeapon(ammoType)
|
file |
diff |
annotate
|
Thu, 12 Jun 2014 19:40:45 +0200 |
sheepluva |
fix broken speech bubble display in chat. caused by r1a6b9a98147c one line was forgotten when moving some code
|
file |
diff |
annotate
|
Thu, 12 Jun 2014 18:58:40 +0200 |
sheepluva |
more of the same
|
file |
diff |
annotate
|
Thu, 12 Jun 2014 15:17:53 +0200 |
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
|
Thu, 12 Jun 2014 14:42:48 +0200 |
sheepluva |
further WIP (better error messages)
|
file |
diff |
annotate
|
Thu, 12 Jun 2014 14:11:22 +0200 |
sheepluva |
placeSprite accepts any amount of landflags now; further WIP wrt cleanup/fixing
|
file |
diff |
annotate
|
Thu, 12 Jun 2014 13:43:44 +0200 |
sheepluva |
expose lfIndestructable, lfIce and lfBounce
|
file |
diff |
annotate
|
Thu, 12 Jun 2014 13:11:00 +0400 |
unc0rr |
Fix pas2c build
|
file |
diff |
annotate
|
Thu, 12 Jun 2014 05:40:58 +0200 |
sheepluva |
make enums crash-safe. and other fixes
|
file |
diff |
annotate
|
Thu, 12 Jun 2014 00:37:52 +0200 |
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
|
Wed, 11 Jun 2014 19:46:37 +0200 |
sheepluva |
fix possible engine crash that a lua script could cause by passing an invalid geartype to addgear
|
file |
diff |
annotate
|
Wed, 11 Jun 2014 13:45:44 +0200 |
sheepluva |
tiny lua documentation fix
|
file |
diff |
annotate
|
Sat, 31 May 2014 00:33:51 +0200 |
sheepluva |
get rid of fpc warnings/hints
|
file |
diff |
annotate
|
Wed, 07 May 2014 22:47:54 +0200 |
sheepluva |
rolling back the rest
|
file |
diff |
annotate
|
Mon, 28 Apr 2014 16:52:00 +0200 |
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
|
Thu, 20 Mar 2014 13:12:05 -0400 |
nemo |
hm. I think I forgot to commit this when adding speech bubble change
|
file |
diff |
annotate
|
Sun, 23 Feb 2014 10:06:58 -0500 |
nemo |
Allow lua drawn maps (shoppamap, tunnels, diagonal maze etc) to generate previews.
|
file |
diff |
annotate
|
Sun, 16 Feb 2014 22:51:25 +0400 |
unc0rr |
Fix setting lc_endluatest result
|
file |
diff |
annotate
|
Wed, 12 Feb 2014 00:50:15 +0400 |
unc0rr |
- pas2c recognizes typecasts in initialization expressions
|
file |
diff |
annotate
|
Tue, 11 Feb 2014 01:19:44 +0400 |
unc0rr |
- Pas2C: make use of 'external' function decorator
|
file |
diff |
annotate
|
Mon, 10 Feb 2014 00:43:03 +0400 |
unc0rr |
It compiles \o/
|
file |
diff |
annotate
|
Fri, 07 Feb 2014 23:57:32 +0400 |
unc0rr |
Revert 88929358d2e1 in favor of ansistrings implementation in pas2c
|
file |
diff |
annotate
|
Tue, 04 Feb 2014 19:45:22 +0100 |
sheepluva |
update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
|
file |
diff |
annotate
|
Mon, 27 Jan 2014 00:33:42 +0400 |
unc0rr |
Some love to pas2c
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 22:53:15 +0100 |
koda |
merge
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 15:56:52 +0100 |
sheepluva |
luaAPI:
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 01:38:06 +0100 |
sheepluva |
let log know when a test finished properly, so that an unexpected termination (segfault, divbyzero, etc) is easier to tell apart from test fail
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 01:27:25 +0100 |
sheepluva |
* fix divbyzero found by GetGravity test (cWindSpeed was used where cMaxWindSpeed should have been)
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 22:38:13 +0100 |
koda |
partial merge of the webgl branch
|
file |
diff |
annotate
|
Sat, 18 Jan 2014 00:10:33 +0400 |
unc0rr |
Convert some ansistrings to pchars
|
file |
diff |
annotate
|
Fri, 17 Jan 2014 01:06:54 +0100 |
sheepluva |
update copyright to 2014
|
file |
diff |
annotate
|
Tue, 14 Jan 2014 22:56:13 +0100 |
sheepluva |
simple mechanism to run lua-based test cases. experimental - I will back it out if it turns out to be nonsense
|
file |
diff |
annotate
|
Tue, 14 Jan 2014 11:45:52 +0100 |
sheepluva |
fix seteffect documentation, lua wiki misled me there
|
file |
diff |
annotate
|
Tue, 14 Jan 2014 12:44:29 +0400 |
unc0rr |
GravRacer, GravHigh, GravMutant, Grav... uhm... shoppamap? Easy! Gravity script could be combined with any other script now.
|
file |
diff |
annotate
|
Sun, 05 Jan 2014 00:46:26 +0400 |
unc0rr |
Fix build (no idea what's going on in this branch btw)
webgl
|
file |
diff |
annotate
|
Sat, 04 Jan 2014 23:55:54 +0400 |
unc0rr |
merge default
webgl
|
file |
diff |
annotate
|
Fri, 03 Jan 2014 00:31:07 -0500 |
nemo |
tweak
|
file |
diff |
annotate
|
Thu, 02 Jan 2014 23:52:34 -0500 |
nemo |
hey, if unc0rr can screw with gravity...
|
file |
diff |
annotate
|
Wed, 01 Jan 2014 14:16:01 +0400 |
unc0rr |
Special script parameter variable in game scheme
|
file |
diff |
annotate
|
Tue, 24 Dec 2013 22:16:07 +0400 |
unc0rr |
Rework of No Gravity script:
|
file |
diff |
annotate
|
Sun, 22 Dec 2013 23:16:55 +0400 |
unc0rr |
- Fix typo in frontend debug output
|
file |
diff |
annotate
|
Fri, 13 Dec 2013 11:49:00 -0500 |
cairo |
add SetHogTeamName
|
file |
diff |
annotate
|
Sat, 07 Dec 2013 22:09:55 -0500 |
nemo |
revert r938d1c08d0d1 in favour of putting it in the chat log. I think this addresses main concern about missing text. There've been complaints in past too about conversation in bubbles not being visible in history. If the objection is that r938d1c08d0d1 offers a more æsthetic solution, I think it should augment this, be flagged, and fix the visual issues first.
|
file |
diff |
annotate
|
Wed, 04 Dec 2013 12:28:04 +0100 |
sheepluva |
here have some lua love: make parameter count error messages more helpful to lua devs
|
file |
diff |
annotate
|
Wed, 04 Dec 2013 10:47:15 +0100 |
sheepluva |
lua call SetAmmoDelay(ammotype, delay). note: as the engine does not yet support per-clan/team/hog ammo delay values, lua scripters will have to keep track of individual delays and set them accordingly before a hedgehog's turn (if they want usage cool-down behavior)
|
file |
diff |
annotate
|
Wed, 04 Dec 2013 09:54:16 +0100 |
sheepluva |
fix misspelled variable name (cosmetic change)
|
file |
diff |
annotate
|
Tue, 03 Dec 2013 22:48:21 -0500 |
nemo |
sethogname/hat need to wrap entire operation around test of hog/gear
|
file |
diff |
annotate
|
Mon, 25 Nov 2013 22:09:42 +0100 |
sheepluva |
unbreak various parts of campaign variable loading/saving
|
file |
diff |
annotate
|
Sun, 03 Nov 2013 22:39:00 +0400 |
unc0rr |
Quick and simple implementation of afk mode (toggled by /pause)
|
file |
diff |
annotate
|
Wed, 30 Oct 2013 00:18:10 +0400 |
unc0rr |
- More HealthTex to clan structure
|
file |
diff |
annotate
|
Mon, 28 Oct 2013 14:07:04 +0100 |
koda |
merge spacecampaign
|
file |
diff |
annotate
|
Wed, 25 Sep 2013 05:42:16 +0300 |
Periklis Ntanasis |
merge with default
spacecampaign
|
file |
diff |
annotate
|
Thu, 19 Sep 2013 03:49:29 +0300 |
Periklis Ntanasis |
use consts for TStatInfo enum
spacecampaign
|
file |
diff |
annotate
|
Mon, 21 Oct 2013 12:38:24 -0400 |
nemo |
This test is intended to avoid repeatedly calling 5 ScriptSetIntegers each script call, that won't ever change after the map is created.
|
file |
diff |
annotate
|
Sun, 13 Oct 2013 22:31:51 +0400 |
unc0rr |
Unbreak access to Data dir in profile broken in r8b48c27201af
|
file |
diff |
annotate
|
Fri, 11 Oct 2013 17:43:13 +0200 |
koda |
merge with latest defaul, fixing compiling with fpc, parsing and rendering with pas2c, some minor problems with compiling with clang
webgl
|
file |
diff |
annotate
|
Sat, 24 Aug 2013 00:13:15 +0400 |
unc0rr |
Store TrophyRace records in database
|
file |
diff |
annotate
|
Tue, 06 Aug 2013 00:26:07 +0400 |
unc0rr |
Declare achievements in console statistics output
|
file |
diff |
annotate
|
Tue, 13 Aug 2013 16:12:54 +0400 |
unc0rr |
gfShoppaBorder
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 14:01:43 -0400 |
nemo |
Make add/delete consistent (this has bugged me for so long)
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 15:33:02 +0400 |
unc0rr |
Refactoring: get rid of GSHandlers.inc
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 14:37:03 +0400 |
unc0rr |
Refactoring: VGSHandlers.inc -> uVisualGearsHandlers.pas
|
file |
diff |
annotate
|
Wed, 19 Jun 2013 00:52:21 +0400 |
unc0rr |
engine links
webgl
|
file |
diff |
annotate
|
Fri, 21 Jun 2013 12:26:55 -0400 |
nemo |
removed redundant band, added touch of consistency w/ everywhere else
|
file |
diff |
annotate
|
Tue, 18 Jun 2013 09:48:10 +0200 |
koda |
fix a few loose ends here
webgl
|
file |
diff |
annotate
|
Mon, 17 Jun 2013 23:21:53 +0200 |
unC0Rr |
uscript rendering
webgl
|
file |
diff |
annotate
|
Mon, 17 Jun 2013 23:10:45 +0200 |
koda |
really update with default
webgl
|
file |
diff |
annotate
|
Wed, 12 Jun 2013 11:17:54 +0200 |
koda |
heavily rework lua discovery and linking, needs testing but it's more similar to what we do for other libraries now
|
file |
diff |
annotate
|
Wed, 12 Jun 2013 01:26:42 +0200 |
koda |
aaaaand let's not forget about lua, which has also a slightly revised build process
|
file |
diff |
annotate
|
Mon, 17 Jun 2013 16:56:58 +0200 |
koda |
update with default
webgl
|
file |
diff |
annotate
|
Tue, 11 Jun 2013 00:05:07 +0300 |
Periklis Ntanasis |
changed variable and function name
|
file |
diff |
annotate
|
Mon, 10 Jun 2013 23:50:36 +0300 |
Periklis Ntanasis |
removing sendstats(uScript) from luaAPI
|
file |
diff |
annotate
|
Sun, 09 Jun 2013 01:18:58 +0300 |
Periklis Ntanasis |
fix non changing graph title and sendstat health
|
file |
diff |
annotate
|
Sat, 08 Jun 2013 23:54:44 +0300 |
Periklis Ntanasis |
correct health statsend for lua scritps
|
file |
diff |
annotate
|
Thu, 06 Jun 2013 03:52:32 +0300 |
Periklis Ntanasis |
made lua scripts able to turn off automatic game stats
|
file |
diff |
annotate
|
Thu, 06 Jun 2013 03:35:59 +0300 |
Periklis Ntanasis |
LuaAPI sendstat finds correct clan colors by team names on siPlayerKills
|
file |
diff |
annotate
|
Mon, 03 Jun 2013 23:18:24 +0300 |
Periklis Ntanasis |
added sendstat and sendstats support for lua scripts
|
file |
diff |
annotate
|
Sat, 24 Aug 2013 00:13:15 +0400 |
unc0rr |
Store TrophyRace records in database
0.9.19
|
file |
diff |
annotate
|
Tue, 06 Aug 2013 00:26:07 +0400 |
unc0rr |
Declare achievements in console statistics output
0.9.19
|
file |
diff |
annotate
|
Tue, 04 Jun 2013 22:28:12 +0200 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
Wed, 29 May 2013 15:12:06 -0400 |
unc0rr |
bump copyright year for Andrey entries
|
file |
diff |
annotate
|
Sat, 11 May 2013 23:36:39 -0400 |
nemo |
don't draw a border if there's already a bottom border, avoid placing objects over gaps in the floor
|
file |
diff |
annotate
|
Sat, 11 May 2013 21:50:14 -0400 |
nemo |
suggestion of unc0rr's to fix issue w/ random maps in campaign. load sidecar packages in physfs for lua. should be useful also for lua that does custom layouts
|
file |
diff |
annotate
|
Tue, 02 Apr 2013 21:00:57 +0200 |
koda |
update webgl branch
webgl
|
file |
diff |
annotate
|
Fri, 08 Feb 2013 21:22:11 -0500 |
nemo |
this should not be exposed
|
file |
diff |
annotate
|
Tue, 29 Jan 2013 13:45:31 -0500 |
nemo |
fix EndGame call. w/o a proper exit, demos weren't being saved
|
file |
diff |
annotate
|
Sun, 27 Jan 2013 00:28:57 +0100 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
Thu, 10 Jan 2013 22:59:46 +0400 |
martin_bede |
Fix tons of warnings
|
file |
diff |
annotate
|
Wed, 09 Jan 2013 10:16:10 +0400 |
unc0rr |
Fix build
|
file |
diff |
annotate
|
Tue, 08 Jan 2013 00:40:20 +0400 |
martin_bede |
lua API functions to enable or disable game flags
|
file |
diff |
annotate
|
Tue, 25 Dec 2012 04:45:22 +0100 |
koda |
update branch with default
webgl
|
file |
diff |
annotate
|
Wed, 05 Dec 2012 13:31:08 -0500 |
nemo |
kinda treat graves like hedgehogs for the purpose of looking up hog info
flibqtfrontend
|
file |
diff |
annotate
|
Thu, 29 Nov 2012 23:23:19 -0500 |
Joe Doyle (Ginto8) |
Move global variables to units that use them
|
file |
diff |
annotate
|
Thu, 22 Nov 2012 00:41:53 +0100 |
koda |
updated branch
webgl
|
file |
diff |
annotate
|
Tue, 20 Nov 2012 23:09:17 +0400 |
unc0rr |
Fix build
|
file |
diff |
annotate
|
Tue, 20 Nov 2012 18:33:09 +0100 |
koda |
physfs compilation on windows
|
file |
diff |
annotate
|
Mon, 19 Nov 2012 00:49:24 +0100 |
koda |
linking phsyfs on osx
|
file |
diff |
annotate
|
Sat, 17 Nov 2012 00:41:30 +0400 |
unc0rr |
We need custom script loading function in lua now
physfslayer
|
file |
diff |
annotate
|
Sat, 17 Nov 2012 00:01:06 +0400 |
unc0rr |
Implement reader in C ffs
physfslayer
|
file |
diff |
annotate
|
Fri, 16 Nov 2012 00:46:33 +0400 |
unc0rr |
Script loading via physfs which doesn't work:
physfslayer
|
file |
diff |
annotate
|
Sun, 11 Nov 2012 17:15:19 +0100 |
koda |
merge xymeng's gsoc engine with a few updates (and further checks on symbol definitions)
webgl
|
file |
diff |
annotate
|
Wed, 14 Nov 2012 22:45:36 +0400 |
unc0rr |
Get rid of Pathz and UserPathz
physfslayer
|
file |
diff |
annotate
|
Thu, 08 Nov 2012 15:54:11 -0500 |
nemo |
this wasn't needed IMO
|
file |
diff |
annotate
|
Wed, 07 Nov 2012 13:23:18 +0400 |
unc0rr |
Try to beat AI in Mutant!
|
file |
diff |
annotate
|
Mon, 29 Oct 2012 18:20:08 -0400 |
nemo |
consistent line endings
|
file |
diff |
annotate
|
Mon, 29 Oct 2012 17:38:54 -0400 |
nemo |
fix reserved hats from scripting
|
file |
diff |
annotate
|
Tue, 23 Oct 2012 16:52:13 -0400 |
nemo |
Flag script parsecommands to avoid echoing to net
|
file |
diff |
annotate
|
Sat, 20 Oct 2012 22:43:25 -0400 |
nemo |
fix trophyrace. also tweak it a little
|
file |
diff |
annotate
|
Sun, 14 Oct 2012 13:35:15 -0400 |
nemo |
First pass at cleaver.
|
file |
diff |
annotate
|
Sun, 07 Oct 2012 11:59:42 -0400 |
nemo |
Set default collision mask for gears at currenthedgehog X/Y to FF7F, expose mask to scripting as well. This should resolve the collision part of bug #420
|
file |
diff |
annotate
|
Mon, 01 Oct 2012 12:01:39 +0400 |
unc0rr |
- Fix warnings and hints
|
file |
diff |
annotate
|
Sun, 02 Sep 2012 10:11:24 -0400 |
nemo |
LAND_HEIGHT/LAND_WIDTH need setting later now
|
file |
diff |
annotate
|
Thu, 30 Aug 2012 13:02:19 -0400 |
nemo |
Checking merge against latest trunk
|
file |
diff |
annotate
|
Tue, 21 Aug 2012 21:46:05 -0400 |
nemo |
extra nil check for lua hog switch
|
file |
diff |
annotate
|
Tue, 21 Aug 2012 19:40:02 -0400 |
nemo |
allow lua to specify template by number
|
file |
diff |
annotate
|
Fri, 17 Aug 2012 07:49:54 -0400 |
nemo |
This union hasn't been needed for 5 years, and makes using other headers harder.
|
file |
diff |
annotate
|
Wed, 08 Aug 2012 10:26:10 -0400 |
nemo |
Allow scripting to delete gears
|
file |
diff |
annotate
|
Wed, 25 Jul 2012 10:56:14 -0400 |
nemo |
Changes for the benefit of pas2c. Use downto in for loops to avoid repeated calls of Random/GetRandom. Wrap nots.
|
file |
diff |
annotate
|