2014-04-25 |
unc0rr |
Fix typo leading to crashes
|
changeset |
files
|
2014-04-25 |
unc0rr |
Add race type detection
|
changeset |
files
|
2014-04-25 |
unc0rr |
- Fix bug with infinite rounds in racer when a team quits mid-game
|
changeset |
files
|
2014-04-16 |
unc0rr |
Fix new generator on 32 bit arch
|
changeset |
files
|
2014-04-15 |
unc0rr |
No more occasional long straight edges
|
changeset |
files
|
2014-04-28 |
tomasstraupis |
Spelling corrections
|
changeset |
files
|
2014-04-15 |
unc0rr |
Optimize out path closing point for one point paths
|
changeset |
files
|
2014-04-14 |
unc0rr |
Racer challenge map #7
|
changeset |
files
|
2014-04-04 |
unc0rr |
Official racer challenge map #6
|
changeset |
files
|
2014-03-29 |
nemo |
merge
|
changeset |
files
|
2014-03-29 |
nemo |
param for original highlander mode - right now just allows getting another copy of a weapon you already had, but had used that turn.
|
changeset |
files
|
2014-03-28 |
unc0rr |
Send updated info on map switched by voting
|
changeset |
files
|
2014-03-28 |
unc0rr |
Fix condition
|
changeset |
files
|
2014-03-28 |
unc0rr |
Fix build
|
changeset |
files
|
2014-03-27 |
unc0rr |
- Fix applying vote result
|
changeset |
files
|
2014-03-24 |
unc0rr |
Fix script
|
changeset |
files
|
2014-03-24 |
unc0rr |
Racer challenge #5
|
changeset |
files
|
2014-03-23 |
unc0rr |
Some fixes to voting + small refactoring
|
changeset |
files
|
2014-03-20 |
unc0rr |
Better detection
|
changeset |
files
|
2014-03-20 |
nemo |
hm. I think I forgot to commit this when adding speech bubble change
|
changeset |
files
|
2014-03-20 |
unc0rr |
Fix warnings
|
changeset |
files
|
2014-03-20 |
unc0rr |
- Limit outline to leftX/rightX/topY instead of LAND_WIDTH/LAND_HEIGHT
|
changeset |
files
|
2014-03-19 |
unc0rr |
- Make sure distortion doesn't move fill point to other side of segment, this prevents corrupted maps
|
changeset |
files
|
2014-03-19 |
unc0rr |
Process segments from last to first point too
|
changeset |
files
|
2014-03-19 |
unc0rr |
Prevent intersections with segment from last to first point, adjust size of details
|
changeset |
files
|
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
|