2014-03-14 |
unc0rr |
Fix perlin gen on 32 bit arch
|
changeset |
files
|
2014-03-13 |
unc0rr |
- Room save/load into/from file
|
changeset |
files
|
2014-03-13 |
unc0rr |
Allow to save and delete room config in room
|
changeset |
files
|
2014-03-13 |
nemo |
By request. Allow lua to make random things "talk". I'm not sure if this is a good idea, buuuut.
|
changeset |
files
|
2014-03-12 |
nemo |
Feel free to revert this one, was just screwing around with stuff from before. I kinda like it and figured committing it was the easiest way for you to look at it. http://m8y.org/hw/perlin.png
|
changeset |
files
|
2014-03-12 |
nemo |
this is fine right?
|
changeset |
files
|
2014-03-10 |
unc0rr |
Tweaks and tweaks
|
changeset |
files
|
2014-03-10 |
unc0rr |
- Rework FillLand
|
changeset |
files
|
2014-03-10 |
nemo |
as suggested, precompute to avoid use of double
|
changeset |
files
|
2014-03-08 |
unc0rr |
Experiment: enforce a plate at bottom so the map generated is more connected
|
changeset |
files
|
2014-03-08 |
unc0rr |
Some optimizations
|
changeset |
files
|
2014-03-08 |
unc0rr |
Strip Z axis from calculations
|
changeset |
files
|
2014-03-08 |
unc0rr |
Setup leftX, rightX and topY
|
changeset |
files
|
2014-03-07 |
unc0rr |
Some tweaks to perlin generator
|
changeset |
files
|
2014-03-07 |
unc0rr |
Add randomness
|
changeset |
files
|
2014-03-07 |
unc0rr |
Perlin noise generator untweaked, temporarily replacing maze generator
|
changeset |
files
|
2014-03-06 |
unc0rr |
Racer challenge map #4
|
changeset |
files
|
2014-03-05 |
unc0rr |
merge
|
changeset |
files
|
2014-03-05 |
sheepluva |
don't stack bye/teleport sounds of hogs (when a team is gone)
|
changeset |
files
|
2014-03-05 |
unc0rr |
Don't run two engine threads simultaneously
|
changeset |
files
|
2014-03-04 |
unc0rr |
Don't call halt()
|
changeset |
files
|
2014-03-03 |
unc0rr |
Remove game/preview functions split in library mode, just let normal procedure run instead:
|
changeset |
files
|
2014-03-03 |
unc0rr |
- Fix crasher in doStepSniperRifleShot
|
changeset |
files
|
2014-03-01 |
unc0rr |
Make it build as library
|
changeset |
files
|
2014-03-01 |
nemo |
Only draw border for solid land
|
changeset |
files
|
2014-03-01 |
nemo |
Script might well override a static map, but can't risk it not doing it, and preview completely failing. Better to just not try it for static maps. Some script cfg might help. Could also avoid unnnecessary preview regenerations even if the script was doing nothing at all.
|
changeset |
files
|
2014-03-01 |
unc0rr |
merge
|
changeset |
files
|
2014-03-01 |
nemo |
always update. a bit inefficient, but scripts do weird things.
|
changeset |
files
|
2014-03-01 |
unc0rr |
Fix "don't know how to make hwengine.pas" error
|
changeset |
files
|
2014-03-01 |
nemo |
no idea what happened to this image... it seems like I'm reverting to most recent revision O_o
|
changeset |
files
|
2014-03-01 |
nemo |
pass --prefix to previews too
|
changeset |
files
|
2014-02-28 |
unc0rr |
Use all pixels, not only 8x8 areas
|
changeset |
files
|
2014-02-28 |
unc0rr |
AI doesn't skip till action on the map stops (mostly dedicated to highlander) + various small tweaks
|
changeset |
files
|
2014-02-27 |
unc0rr |
Oops, remove debug stuff which hid the feature
|
changeset |
files
|
2014-02-26 |
unc0rr |
Add alpha channel to preview
|
changeset |
files
|
2014-02-26 |
unc0rr |
Move preview rendering into HWMap
|
changeset |
files
|
2014-02-25 |
unc0rr |
- Make world wrap edges not depend on gear radius
|
changeset |
files
|
2014-02-24 |
nemo |
move the freeModule too, couple of style tweaks
|
changeset |
files
|
2014-02-23 |
sheepluva |
fix molotov sprite too
|
changeset |
files
|
2014-02-23 |
sheepluva |
tweak dynamite sprite (pixels at frame border, leading to visible filtering artifacts when zoomed)
|
changeset |
files
|
2014-02-23 |
nemo |
merge
|
changeset |
files
|
2014-02-23 |
sheepluva |
change how textures from non-power-of-2-width textures are filled. this fixes e.g. the vertical lines appearing between Bath theme's horizontL
|
changeset |
files
|
2014-02-23 |
sheepluva |
minor comments fix
|
changeset |
files
|
2014-02-23 |
nemo |
add preview init to tunnels too
|
changeset |
files
|
2014-02-23 |
sheepluva |
fix remaining alpha pixel issues (explosion landbacktex borders etc
|
changeset |
files
|
2014-02-23 |
nemo |
use data not text, so DLC doesn't get an *
|
changeset |
files
|
2014-02-23 |
nemo |
Allow lua drawn maps (shoppamap, tunnels, diagonal maze etc) to generate previews.
|
changeset |
files
|
2014-02-21 |
unc0rr |
Official challenge map #3 by 1937barcelona
|
changeset |
files
|
2014-02-19 |
unc0rr |
Don't rewrite server ini file too often
|
changeset |
files
|
2014-02-19 |
unc0rr |
Fix tinting of AI kills counter
|
changeset |
files
|
2014-02-19 |
unc0rr |
Should never use State like this, since some states aren't synced (thinking state for example)
|
changeset |
files
|
2014-02-18 |
sheepluva |
allow switching through hogs in reverse order with PRECISE+HOGSWITCH
|
changeset |
files
|
2014-02-17 |
unc0rr |
Fix issue 780 (copy-paste fail)
|
changeset |
files
|
2014-02-16 |
unc0rr |
Fix setting lc_endluatest result
|
changeset |
files
|
2014-02-16 |
unc0rr |
Reduce number of warnings in pas2c-generated code
|
changeset |
files
|
2014-02-16 |
unc0rr |
Fix build
|
changeset |
files
|
2014-02-14 |
unc0rr |
What about exact value?
|
changeset |
files
|
2014-02-14 |
unc0rr |
In stats-only mode:
|
changeset |
files
|
2014-02-13 |
unc0rr |
Only check alpha channel like BlitImageAndGenerateCollisionInfo does
|
changeset |
files
|
2014-02-13 |
unc0rr |
NULL PChar is okay
|
changeset |
files
|