Tue, 29 Apr 2014 10:20:45 +0400 Merge
unc0rr [Tue, 29 Apr 2014 10:20:45 +0400] rev 10233
Merge
Mon, 28 Apr 2014 21:01:39 +0200 don't search for lua 5.1 anymore
sheepluva [Mon, 28 Apr 2014 21:01:39 +0200] rev 10232
don't search for lua 5.1 anymore
Mon, 28 Apr 2014 19:01:08 +0400 Don't activate invulnerability/vampirism between shots of multiattack weapon
unc0rr [Mon, 28 Apr 2014 19:01:08 +0400] rev 10231
Don't activate invulnerability/vampirism between shots of multiattack weapon
Mon, 28 Apr 2014 16:52:00 +0200 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
sheepluva [Mon, 28 Apr 2014 16:52:00 +0200] rev 10230
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
Fri, 25 Apr 2014 23:17:49 +0400 Fix typo leading to crashes
unc0rr [Fri, 25 Apr 2014 23:17:49 +0400] rev 10229
Fix typo leading to crashes
Fri, 25 Apr 2014 16:52:04 +0400 Add race type detection
unc0rr [Fri, 25 Apr 2014 16:52:04 +0400] rev 10228
Add race type detection
Fri, 25 Apr 2014 14:22:59 +0400 - Fix bug with infinite rounds in racer when a team quits mid-game
unc0rr [Fri, 25 Apr 2014 14:22:59 +0400] rev 10227
- Fix bug with infinite rounds in racer when a team quits mid-game - Don't allow placing waypoint right on top of previous one, prevents accidental double waypoints - Don't limit maps on number of embedded waypoints
Wed, 16 Apr 2014 11:18:39 +0400 Fix new generator on 32 bit arch
unc0rr [Wed, 16 Apr 2014 11:18:39 +0400] rev 10226
Fix new generator on 32 bit arch
Tue, 15 Apr 2014 22:36:44 +0400 No more occasional long straight edges
unc0rr [Tue, 15 Apr 2014 22:36:44 +0400] rev 10225
No more occasional long straight edges
Mon, 28 Apr 2014 16:49:29 -0400 Spelling corrections
tomasstraupis [Mon, 28 Apr 2014 16:49:29 -0400] rev 10224
Spelling corrections
Tue, 15 Apr 2014 21:46:08 +0400 Optimize out path closing point for one point paths
unc0rr [Tue, 15 Apr 2014 21:46:08 +0400] rev 10223
Optimize out path closing point for one point paths
Mon, 14 Apr 2014 13:46:46 +0400 Racer challenge map #7
unc0rr [Mon, 14 Apr 2014 13:46:46 +0400] rev 10222
Racer challenge map #7
Fri, 04 Apr 2014 12:32:15 +0400 Official racer challenge map #6
unc0rr [Fri, 04 Apr 2014 12:32:15 +0400] rev 10221
Official racer challenge map #6
Sat, 29 Mar 2014 14:02:05 -0400 merge
nemo [Sat, 29 Mar 2014 14:02:05 -0400] rev 10220
merge
Sat, 29 Mar 2014 13:57:46 -0400 param for original highlander mode - right now just allows getting another copy of a weapon you already had, but had used that turn.
nemo [Sat, 29 Mar 2014 13:57:46 -0400] rev 10219
param for original highlander mode - right now just allows getting another copy of a weapon you already had, but had used that turn.
Fri, 28 Mar 2014 23:04:23 +0400 Send updated info on map switched by voting
unc0rr [Fri, 28 Mar 2014 23:04:23 +0400] rev 10218
Send updated info on map switched by voting
Fri, 28 Mar 2014 21:20:25 +0400 Fix condition
unc0rr [Fri, 28 Mar 2014 21:20:25 +0400] rev 10217
Fix condition
Fri, 28 Mar 2014 11:02:06 +0400 Fix build
unc0rr [Fri, 28 Mar 2014 11:02:06 +0400] rev 10216
Fix build
Thu, 27 Mar 2014 23:25:31 +0400 - Fix applying vote result
unc0rr [Thu, 27 Mar 2014 23:25:31 +0400] rev 10215
- Fix applying vote result - Votes expiring (I'm sure it doesn't even build, but my ghc is broken for now, hoping for the best)
Mon, 24 Mar 2014 21:32:24 +0400 Fix script
unc0rr [Mon, 24 Mar 2014 21:32:24 +0400] rev 10214
Fix script
Mon, 24 Mar 2014 16:51:39 +0400 Racer challenge #5
unc0rr [Mon, 24 Mar 2014 16:51:39 +0400] rev 10213
Racer challenge #5
Sun, 23 Mar 2014 23:35:33 +0400 Some fixes to voting + small refactoring
unc0rr [Sun, 23 Mar 2014 23:35:33 +0400] rev 10212
Some fixes to voting + small refactoring
Thu, 20 Mar 2014 22:14:30 +0400 Better detection
unc0rr [Thu, 20 Mar 2014 22:14:30 +0400] rev 10211
Better detection
Thu, 20 Mar 2014 13:12:05 -0400 hm. I think I forgot to commit this when adding speech bubble change
nemo [Thu, 20 Mar 2014 13:12:05 -0400] rev 10210
hm. I think I forgot to commit this when adding speech bubble change
Thu, 20 Mar 2014 17:14:25 +0400 Fix warnings
unc0rr [Thu, 20 Mar 2014 17:14:25 +0400] rev 10209
Fix warnings
Thu, 20 Mar 2014 17:04:49 +0400 - Limit outline to leftX/rightX/topY instead of LAND_WIDTH/LAND_HEIGHT
unc0rr [Thu, 20 Mar 2014 17:04:49 +0400] rev 10208
- Limit outline to leftX/rightX/topY instead of LAND_WIDTH/LAND_HEIGHT - Fix most of templates which could produce self-intersecting polyline as a start for distortion - Fix parsing in templates editor
Thu, 20 Mar 2014 00:59:15 +0400 - Make sure distortion doesn't move fill point to other side of segment, this prevents corrupted maps
unc0rr [Thu, 20 Mar 2014 00:59:15 +0400] rev 10207
- Make sure distortion doesn't move fill point to other side of segment, this prevents corrupted maps - Some adjustments/comments
Wed, 19 Mar 2014 18:45:20 +0400 Process segments from last to first point too
unc0rr [Wed, 19 Mar 2014 18:45:20 +0400] rev 10206
Process segments from last to first point too
Wed, 19 Mar 2014 12:53:07 +0400 Prevent intersections with segment from last to first point, adjust size of details
unc0rr [Wed, 19 Mar 2014 12:53:07 +0400] rev 10205
Prevent intersections with segment from last to first point, adjust size of details
Wed, 19 Mar 2014 11:54:09 +0400 Fix div by zero error in new generator
unc0rr [Wed, 19 Mar 2014 11:54:09 +0400] rev 10204
Fix div by zero error in new generator
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip