2014-03-19 |
unc0rr |
Fix div by zero error in new generator
|
changeset |
files
|
2014-03-18 |
unc0rr |
Greedy approach: divide while it divides
|
changeset |
files
|
2014-03-18 |
unc0rr |
No self intersections, except for weirdness between first and last point
|
changeset |
files
|
2014-03-17 |
unc0rr |
Fix detection of intersections, still need to check if passing any point in move, but result is already okayish
|
changeset |
files
|
2014-03-16 |
unc0rr |
More math, implementation is nearly complete, just still have an issue to resolve
|
changeset |
files
|
2014-03-15 |
unc0rr |
Some progress on new generator
|
changeset |
files
|
2014-03-14 |
unc0rr |
Move template-based generator into its own file
|
changeset |
files
|
2014-03-14 |
unc0rr |
Some optimizations
|
changeset |
files
|
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
|
2014-02-13 |
nemo |
pngcrush on this file which will hopefully be cleaned up at some point
|
changeset |
files
|
2014-02-13 |
unc0rr |
Fix read of freed memory found with valgrind
|
changeset |
files
|
2014-02-12 |
unc0rr |
Use strchr instead of strstr with specially constructed string255 struct (not tested)
|
changeset |
files
|
2014-02-12 |
unc0rr |
- Remove few PAS2C ifdef's
|
changeset |
files
|
2014-02-12 |
unc0rr |
Fix binds loading
|
changeset |
files
|
2014-02-11 |
unc0rr |
- pas2c recognizes typecasts in initialization expressions
|
changeset |
files
|
2014-02-11 |
unc0rr |
Small fix which makes pas2c engine successfully replay demos
|
changeset |
files
|
2014-02-10 |
unc0rr |
- Pas2C: make use of 'external' function decorator
|
changeset |
files
|
2014-02-10 |
unc0rr |
Implement needed rtl functions
|
changeset |
files
|
2014-02-09 |
unc0rr |
It compiles \o/
|
changeset |
files
|
2014-02-09 |
sheepluva |
fix lq rope being always drawn on screen with same width regardless of zoom
|
changeset |
files
|
2014-02-09 |
sheepluva |
fix misleading indentation
|
changeset |
files
|
2014-02-08 |
unc0rr |
Even more explicit type conversions and other stuff to help pas2c use ansistrings
|
changeset |
files
|
2014-02-08 |
unc0rr |
Implicit type casts to help pas2c
|
changeset |
files
|
2014-02-07 |
unc0rr |
Revert 88929358d2e1 in favor of ansistrings implementation in pas2c
|
changeset |
files
|
2014-02-07 |
unc0rr |
Implement a bit of astring
|
changeset |
files
|
2014-02-07 |
unc0rr |
Pas2C recognizes ansistrings
|
changeset |
files
|
2014-02-07 |
unc0rr |
Fix build with old base package
|
changeset |
files
|
2014-02-07 |
sheepluva |
disallow sinegun to penetrate solid land
|
changeset |
files
|
2014-02-06 |
sheepluva |
fix potential buffer overflow
|
changeset |
files
|
2014-02-06 |
sheepluva |
rolling back my PChar stuff, because unC0Rr improves string handling pas2c instead <3
|
changeset |
files
|
2014-02-06 |
unc0rr |
Merge
|
changeset |
files
|
2014-02-06 |
sheepluva |
get rid of hwpow. ~so long and thanks for all the wtfish~
|
changeset |
files
|
2014-02-06 |
unc0rr |
Fix tons and tons of pas2c warnings (but still not all of them)
|
changeset |
files
|
2014-02-06 |
sheepluva |
fix indentation of previous commit and simplify rc-plane's angle-fix after portal code
|
changeset |
files
|
2014-02-06 |
unc0rr |
Drop support for other string types than string255
|
changeset |
files
|
2014-02-06 |
sheepluva |
simplify rc-plane's angle-adjustment-after-wrap code
|
changeset |
files
|
2014-02-04 |
unc0rr |
CMake checks for haskell modules needed
|
changeset |
files
|
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
|
changeset |
files
|
2014-02-04 |
sheepluva |
whoops, lost a space
|
changeset |
files
|
2014-02-04 |
sheepluva |
fix a relevant warning I caused by accident
|
changeset |
files
|
2014-02-04 |
sheepluva |
fixing the remaining PChar issues pas2c ran into to this point, now it stops because of being unable to deal with "set of char"
|
changeset |
files
|
2014-02-04 |
sheepluva |
yo dawg, I herd you like PChar...
|
changeset |
files
|
2014-02-04 |
sheepluva |
remove obsolete type conversions that messed with pas2c
|
changeset |
files
|
2014-02-04 |
sheepluva |
fix some string related pas2c issues
|
changeset |
files
|
2014-02-04 |
sheepluva |
use uConsts rather than including config.inc more than once
|
changeset |
files
|
2014-02-04 |
sheepluva |
add travis dependencies
|
changeset |
files
|
2014-02-03 |
sheepluva |
fix for Issue 777 (IceGun: Segfault when freezing water, with rqBlurryLand enabled)
|
changeset |
files
|
2014-02-03 |
unc0rr |
- Cut actions array instead of performing full copy, when it is possible
|
changeset |
files
|
2014-02-03 |
unc0rr |
Tiny optimization
|
changeset |
files
|
2014-02-02 |
nemo |
don't allow getting 2nd copy of wep you already have, prevent gaining banned weps even if set to infinite in scheme.
|
changeset |
files
|
2014-02-01 |
unc0rr |
Actually do some actions when flood detected
|
changeset |
files
|
2014-01-31 |
unc0rr |
Define some boundaries to detect events
|
changeset |
files
|
2014-01-31 |
unc0rr |
More work on flood detector
|
changeset |
files
|
2014-01-31 |
unc0rr |
Fix build
|
changeset |
files
|
2014-01-30 |
unc0rr |
Official racer challenge #2
|
changeset |
files
|
2014-01-29 |
unc0rr |
- Start work on flood detector
|
changeset |
files
|
2014-01-29 |
nemo |
aaaand remove switch
|
changeset |
files
|
2014-01-29 |
nemo |
tweaks
|
changeset |
files
|
2014-01-28 |
unc0rr |
Implement kick voting
|
changeset |
files
|
2014-01-28 |
unc0rr |
This should help server bypass malformed replays
|
changeset |
files
|
2014-01-28 |
nemo |
remove a few weps I missed. forgot I'd uncommented prior to a diff I'd done earlier
|
changeset |
files
|