2016-04-30 |
Wuzzy |
Add ammoprop for blowtorch and pickhammer for not stopping timer in inf attack
|
file |
diff |
annotate
|
2016-06-21 |
nemo |
bit of a start on HDPI monitor support. Fonts.
|
file |
diff |
annotate
|
2016-03-03 |
nemo |
Break up the hog/object collision. Currently is $7F, allowing 128 overlapping objects accurately. Breaking it up into 15 for hogs, 7 for other objects. I'm thinking the overall accuracy should be just fine as far as people noticing even with a ton of overlapping hogs, and this way we can tell the difference between a hog and "something else". For experiment and rope-breaking purposes, make rope pass through hogs.
|
file |
diff |
annotate
|
2015-09-01 |
sheepluva |
Lua API: SetMaxBuildDistance([ distInPx ]) -- set to 0 for no limit; call with no param to reset to default
|
file |
diff |
annotate
|
2015-08-10 |
sheepluva |
more copyright fixes
|
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-16 |
nemo |
experiment with air mines. thought they could make shoppa... interesting. ToDo: Allow mines to give up, tweak distances, real graphics, toggle for whether they can acquire a new target while they haven't given up.
|
file |
diff |
annotate
|
2014-12-24 |
nemo |
Tweak to land texturing. Treat any non-lfBasic as edge
|
file |
diff |
annotate
|
2014-12-11 |
sheepluva |
world edge tweakes/fixes
|
file |
diff |
annotate
|
2014-12-05 |
sheepluva |
adjust position of world edges (at 150 px away from outmost land collision, or less if land array ends earlier)
|
file |
diff |
annotate
|
2014-12-03 |
sheepluva |
pas2c-whoops
|
file |
diff |
annotate
|
2014-12-03 |
sheepluva |
unexpected return from lua test should not return exit status 0
|
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-16 |
sheepluva |
fix health crate collision
|
file |
diff |
annotate
|
2014-11-15 |
nemo |
modestly randomise dab, bump points again.
|
file |
diff |
annotate
|
2014-11-10 |
nemo |
Since unc0rr is quiet, try to avoid the assert
|
file |
diff |
annotate
|
2014-10-01 |
sheepluva |
use constants for mapgen, expose those to lua
|
file |
diff |
annotate
|
2014-07-05 |
sheepluva |
WIP: weSea tweaks, functional and visual
|
file |
diff |
annotate
|
2014-06-15 |
sheepluva |
do not get stuck on "in game..." page just because of game crash. output a message instead. could still need some tweaking, but a man gotta sleep. and sheep too...
|
file |
diff |
annotate
|
2014-06-14 |
sheepluva |
clean up halting a little
|
file |
diff |
annotate
|
2014-02-04 |
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
|
2014-01-21 |
koda |
partial merge of the webgl branch
|
file |
diff |
annotate
|
2014-01-17 |
sheepluva |
update copyright to 2014
|
file |
diff |
annotate
|
2014-01-14 |
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
|
2014-01-04 |
unc0rr |
merge default
webgl
|
file |
diff |
annotate
|
2013-10-23 |
unc0rr |
Oh, dudes :(
|
file |
diff |
annotate
|
2013-10-11 |
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
|
2013-08-13 |
unc0rr |
gfShoppaBorder
|
file |
diff |
annotate
|
2013-07-02 |
koda |
engine uses final (?) SDL 2 APIs, new events and types added. Touch input broke by the way, and system events should be handled differently
|
file |
diff |
annotate
|
2013-06-23 |
nemo |
Configuration for tag display default
|
file |
diff |
annotate
|
2013-06-04 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
2013-05-29 |
unc0rr |
bump copyright year for Andrey entries
|
file |
diff |
annotate
|
2013-05-21 |
nemo |
Add gstFrozen state to mines/gears in range on frozen land creation, and set the mines to dud state. gstFrozen does nothing yet. Visually or otherwise.
|
file |
diff |
annotate
|
2013-05-14 |
nemo |
Rename submersible state, increase getaway time for attack underwater, slow down gear dx/dy underwater to simulate water resistance
|
file |
diff |
annotate
|
2013-05-14 |
nemo |
some saucer thing for firing weps underwater and aiming and such. bit drunk and sleepy so testing I guess
|
file |
diff |
annotate
|
2013-04-03 |
koda |
update branch again
webgl
|
file |
diff |
annotate
|
2013-04-03 |
koda |
strip PAS2C, old WEB symbols and outdated pas2c sources from default branch, all c-related development is done on the webgl branch
|
file |
diff |
annotate
|
2013-04-02 |
koda |
update webgl branch
webgl
|
file |
diff |
annotate
|
2013-03-18 |
nemo |
More flagging of Land values. Also use less than for tests of non-terrain, instead of "and $FF00 = 0". Saves a couple of ops, which actually matters a small amount in a few places.
|
file |
diff |
annotate
|
2013-03-17 |
nemo |
Add some flags for a few of the magic Land values
|
file |
diff |
annotate
|
2013-01-26 |
koda |
update branch
webgl
|
file |
diff |
annotate
|
2012-12-29 |
dag10 |
GCI2012: Advanced Keyboard Configuration
|
file |
diff |
annotate
|
2012-12-25 |
koda |
update branch with default
webgl
|
file |
diff |
annotate
|
2012-12-24 |
RowanD |
GCI2012: Change Argument Passing Between Frontend and Engine
|
file |
diff |
annotate
|
2012-12-03 |
Rowan D |
GCI2012: Convert uMobile into a Callback Record
|
file |
diff |
annotate
|
2012-11-30 |
Joe Doyle (Ginto8) |
Move global variables to units that use them
|
file |
diff |
annotate
|
2012-11-30 |
Joe Doyle (Ginto8) |
Remove unused global variables
|
file |
diff |
annotate
|
2012-11-11 |
koda |
merge xymeng's gsoc engine with a few updates (and further checks on symbol definitions)
webgl
|
file |
diff |
annotate
|
2012-11-07 |
unc0rr |
Try to beat AI in Mutant!
|
file |
diff |
annotate
|
2012-11-06 |
nemo |
support ridiculously large maps
|
file |
diff |
annotate
|
2012-08-08 |
Stepan777 |
merge
|
file |
diff |
annotate
|
2012-08-08 |
nemo |
Allow scripting to delete gears
|
file |
diff |
annotate
|
2012-08-06 |
nemo |
oops
|
file |
diff |
annotate
|
2012-08-05 |
Stepan777 |
merge
|
file |
diff |
annotate
|
2012-08-05 |
nemo |
Add bot level to CPU flag
|
file |
diff |
annotate
|
2012-07-26 |
Stepan777 |
merge
|
file |
diff |
annotate
|
2012-07-21 |
unc0rr |
AI uses cake! Known issues: AI could damage itself for no reason, could let cake go looping in a hole with exit closed by AI hog.
|
file |
diff |
annotate
|
2012-07-19 |
nemo |
Fix TARDIS, make switcher work w/ the new more stringent check.
|
file |
diff |
annotate
|
2012-07-09 |
Stepan777 |
rework saving of camera positions so there is no need to know framerate during prerecording.
|
file |
diff |
annotate
|
2012-06-26 |
Stepan777 |
merge
|
file |
diff |
annotate
|