2014-12-08 init timer to 0
nemo [Mon, 08 Dec 2014 10:30:20 -0500] rev 10637
init timer to 0
2014-12-08 meh. will persevere. DeleteGear can't call that much stuff...
nemo [Mon, 08 Dec 2014 10:24:06 -0500] rev 10636
meh. will persevere. DeleteGear can't call that much stuff...
2014-12-08 nil out CurrentHedgehog in FreeModule, add a test for nil'd CurrentHedgehog in DelCI since I'd still like to use DeleteGear for the other stuff it does. Move some variable initialiasations in AI Misc to hopefully avoid some uninit val errors.
nemo [Mon, 08 Dec 2014 10:14:47 -0500] rev 10635
nil out CurrentHedgehog in FreeModule, add a test for nil'd CurrentHedgehog in DelCI since I'd still like to use DeleteGear for the other stuff it does. Move some variable initialiasations in AI Misc to hopefully avoid some uninit val errors.
2014-12-08 Use FreeAndNil across the board. Even if we are immediately assigning after, probably avoids accidental mistakes. Also free neglected owner tex on shutdown, and delete hog gears using the normal deletion procedure if for any reason they still exist (EndGame call?).
nemo [Mon, 08 Dec 2014 09:35:14 -0500] rev 10634
Use FreeAndNil across the board. Even if we are immediately assigning after, probably avoids accidental mistakes. Also free neglected owner tex on shutdown, and delete hog gears using the normal deletion procedure if for any reason they still exist (EndGame call?).
2014-12-07 Add that "make screenshots of Land/LandPixels" thing for map creators
nemo [Sun, 07 Dec 2014 14:36:28 -0500] rev 10633
Add that "make screenshots of Land/LandPixels" thing for map creators
2014-12-06 pretty sure the other teams need stats at 0 for the graph to look right
nemo [Sat, 06 Dec 2014 10:41:33 -0500] rev 10632
pretty sure the other teams need stats at 0 for the graph to look right
2014-12-05 make BasketballField available as regular map. maybe should make it destructable when not in mission mode *shrugs*
sheepluva [Fri, 05 Dec 2014 15:30:34 +0100] rev 10631
make BasketballField available as regular map. maybe should make it destructable when not in mission mode *shrugs*
2014-12-05 Add another (test) map
mikade <redgrinner@gmail.com> [Fri, 05 Dec 2014 23:01:27 +0900] rev 10630
Add another (test) map
2014-12-05 some translation tweaks
sheepluva [Fri, 05 Dec 2014 02:39:25 +0100] rev 10629
some translation tweaks
2014-12-05 better initial camera position
sheepluva [Fri, 05 Dec 2014 02:21:35 +0100] rev 10628
better initial camera position
2014-12-05 darken wrapped world etc. some more
sheepluva [Fri, 05 Dec 2014 02:20:33 +0100] rev 10627
darken wrapped world etc. some more
2014-12-05 adjust position of world edges (at 150 px away from outmost land collision, or less if land array ends earlier)
sheepluva [Fri, 05 Dec 2014 02:19:30 +0100] rev 10626
adjust position of world edges (at 150 px away from outmost land collision, or less if land array ends earlier)
2014-12-04 flake FrameTicks value of 0 now indicades that the frame should not be changed
sheepluva [Thu, 04 Dec 2014 20:15:03 +0100] rev 10625
flake FrameTicks value of 0 now indicades that the frame should not be changed
2014-12-04
nemo [Thu, 04 Dec 2014 11:19:38 -0500] rev 10624
2014-12-04 Skip frame increments if FrameTicks is over 1000 seconds per frame, probably indicating static at that point.
nemo [Thu, 04 Dec 2014 11:11:17 -0500] rev 10623
Skip frame increments if FrameTicks is over 1000 seconds per frame, probably indicating static at that point.
2014-12-03 pas2c-whoops
sheepluva [Wed, 03 Dec 2014 18:49:10 +0100] rev 10622
pas2c-whoops
2014-12-03 add warning to logs when tests terminates prematurely
sheepluva [Wed, 03 Dec 2014 18:32:37 +0100] rev 10621
add warning to logs when tests terminates prematurely
2014-12-03 oops, didn't mean to commit that
sheepluva [Wed, 03 Dec 2014 18:22:57 +0100] rev 10620
oops, didn't mean to commit that
2014-12-03 unexpected return from lua test should not return exit status 0
sheepluva [Wed, 03 Dec 2014 18:18:37 +0100] rev 10619
unexpected return from lua test should not return exit status 0
2014-12-03 tweaking the lua test function thingy
sheepluva [Wed, 03 Dec 2014 17:59:31 +0100] rev 10618
tweaking the lua test function thingy
2014-12-03 set globals in commandline lua
nemo [Wed, 03 Dec 2014 11:32:18 -0500] rev 10617
set globals in commandline lua
2014-12-17 Schemes list combobox with their names qmlfrontend
unc0rr [Thu, 18 Dec 2014 00:03:53 +0300] rev 10616
Schemes list combobox with their names
2014-12-03 fix some things I messed up with the drawing functions
sheepluva [Wed, 03 Dec 2014 17:09:04 +0100] rev 10615
fix some things I messed up with the drawing functions
2014-12-07 More complete fix for FULLMAPCONFIG message, also add new known protocol versions qmlfrontend
unc0rr [Sun, 07 Dec 2014 22:22:39 +0300] rev 10614
More complete fix for FULLMAPCONFIG message, also add new known protocol versions
2014-12-02 update changelog
sheepluva [Tue, 02 Dec 2014 23:55:20 +0100] rev 10613
update changelog
2014-12-03 Script combobox.wiki qmlfrontend
unc0rr [Thu, 04 Dec 2014 00:34:40 +0300] rev 10612
Script combobox.wiki
2014-12-02 move functionality of Draw.lua into engine
sheepluva [Tue, 02 Dec 2014 23:33:28 +0100] rev 10611
move functionality of Draw.lua into engine
2014-12-03 Finish combobox implementation (except for visual part) qmlfrontend
unc0rr [Wed, 03 Dec 2014 23:36:18 +0300] rev 10610
Finish combobox implementation (except for visual part)
2014-12-02 make tests use Draw.lua for now too
sheepluva [Tue, 02 Dec 2014 22:11:22 +0100] rev 10609
make tests use Draw.lua for now too
2014-12-02 Some more progress at custom combobox qmlfrontend
unc0rr [Wed, 03 Dec 2014 00:20:21 +0300] rev 10608
Some more progress at custom combobox
2014-12-02 forgot this one.
nemo [Tue, 02 Dec 2014 16:45:26 -0500] rev 10607
forgot this one.
2014-12-02 merge default qmlfrontend
unc0rr [Wed, 03 Dec 2014 00:07:33 +0300] rev 10606
merge default
2014-12-02 oops, IOResult is a function in pascal, but not in pas2c
sheepluva [Tue, 02 Dec 2014 20:20:04 +0100] rev 10605
oops, IOResult is a function in pascal, but not in pas2c
2014-12-02 Sheepluva thought this was worth adding.
nemo [Tue, 02 Dec 2014 14:26:16 -0500] rev 10604
Sheepluva thought this was worth adding.
2014-12-02 switch mapgen to enum. should still try and make sure the values are backwards compatible if possible.
nemo [Tue, 02 Dec 2014 13:29:06 -0500] rev 10603
switch mapgen to enum. should still try and make sure the values are backwards compatible if possible.
2014-12-02 Fix FULLMAPCONFIG message
unC0Rr [Tue, 02 Dec 2014 12:02:20 +0300] rev 10602
Fix FULLMAPCONFIG message
2014-12-01 update land texture /after/ smoothing
sheepluva [Mon, 01 Dec 2014 23:09:35 +0100] rev 10601
update land texture /after/ smoothing
2014-12-01 fix despeckle
sheepluva [Mon, 01 Dec 2014 19:24:40 +0100] rev 10600
fix despeckle
2014-12-01 weapon set: Shoppa Pro
sheepluva [Mon, 01 Dec 2014 17:55:09 +0100] rev 10599
weapon set: Shoppa Pro
2014-12-01 This should probably fix multiplayer desync, but is the result of fiddling while pretty sick/feverish so, needs testing, and the water/scaling stuff is disabled.
nemo [Mon, 01 Dec 2014 11:11:19 -0500] rev 10598
This should probably fix multiplayer desync, but is the result of fiddling while pretty sick/feverish so, needs testing, and the water/scaling stuff is disabled.
2014-12-01 oops
unC0Rr [Mon, 01 Dec 2014 13:07:42 +0300] rev 10597
oops
2014-12-01 some friendly updates to TechRacer
mikade <redgrinner@gmail.com> [Mon, 01 Dec 2014 11:37:28 +0900] rev 10596
some friendly updates to TechRacer
2014-11-30 turns out IOResult is actually IOResult() - a function that clears its result after each call
sheepluva [Sun, 30 Nov 2014 23:32:55 +0100] rev 10595
turns out IOResult is actually IOResult() - a function that clears its result after each call
2014-11-30 oops, fix logging. had = instead of <> in an error check
sheepluva [Sun, 30 Nov 2014 22:48:28 +0100] rev 10594
oops, fix logging. had = instead of <> in an error check
2014-11-30 *sigh*
nemo [Sun, 30 Nov 2014 16:18:19 -0500] rev 10593
*sigh*
2014-11-30 stricter skip
nemo [Sun, 30 Nov 2014 16:06:39 -0500] rev 10592
stricter skip
2014-11-30 Limit fire particles speed to 2
unc0rr [Sun, 30 Nov 2014 23:36:22 +0300] rev 10591
Limit fire particles speed to 2
2014-11-30 fix for Issue 840: Basic Training - Grenade is failing to dismiss team
sheepluva [Sun, 30 Nov 2014 21:32:24 +0100] rev 10590
fix for issue #840: Basic Training - Grenade is failing to dismiss team
2014-11-30 expose FlightTime to lua, disable in-air flame harming moving hogs ☹ aaaand override that in ClimbHome ☺
nemo [Sun, 30 Nov 2014 15:30:51 -0500] rev 10589
expose FlightTime to lua, disable in-air flame harming moving hogs ☹ aaaand override that in ClimbHome ☺
2014-11-30 don't forbid running regular chat commands during turns of other teams. that was probably only meant for emotes to begin with
sheepluva [Sun, 30 Nov 2014 21:15:46 +0100] rev 10588
don't forbid running regular chat commands during turns of other teams. that was probably only meant for emotes to begin with
2014-11-30 delay cake boom until it has walked a little bit. also fix accidental drowning of watergods in last commit
nemo [Sun, 30 Nov 2014 15:12:59 -0500] rev 10587
delay cake boom until it has walked a little bit. also fix accidental drowning of watergods in last commit
2014-11-30 add a half-second flighttime delay to flamethrower flames so they can leave the "barrel" of the flamethrower without burning the hog
nemo [Sun, 30 Nov 2014 15:07:01 -0500] rev 10586
add a half-second flighttime delay to flamethrower flames so they can leave the "barrel" of the flamethrower without burning the hog
2014-11-30 Should prevent desync hopefully. Thanks unc0rr
nemo [Sun, 30 Nov 2014 14:41:40 -0500] rev 10585
Should prevent desync hopefully. Thanks unc0rr
2014-11-30 fix copypasta-fail that would cause splashes to use invalid sprite data pointer. should fix issue 838
sheepluva [Sun, 30 Nov 2014 17:20:37 +0100] rev 10584
fix copypasta-fail that would cause splashes to use invalid sprite data pointer. should fix issue #838
2014-11-30 oh right, forgot sheepluva had fixed ice
nemo [Sat, 29 Nov 2014 21:29:32 -0500] rev 10583
oh right, forgot sheepluva had fixed ice
2014-11-30 give sea world edges some icegun love
sheepluva [Sun, 30 Nov 2014 02:41:49 +0100] rev 10582
give sea world edges some icegun love
2014-11-30 Wuzzy's changes to climbhome w/ some tweaks by me
nemo [Sat, 29 Nov 2014 21:29:11 -0500] rev 10581
Wuzzy's changes to climbhome w/ some tweaks by me
2014-11-29 Reset max team health after script may have screwed with it on start. Maybe a script max health reset function could be useful too. Set climbhome hogs to invulnerable while not their turn if needed to avoid accidental mine/dead hog damage. Tweak cake fire boom a bit.
nemo [Sat, 29 Nov 2014 15:30:33 -0500] rev 10580
Reset max team health after script may have screwed with it on start. Maybe a script max health reset function could be useful too. Set climbhome hogs to invulnerable while not their turn if needed to avoid accidental mine/dead hog damage. Tweak cake fire boom a bit.
2014-11-29 Move cake FollowGear to Attack like most others, remove the gmAttack clearing which is also done in Attack.
nemo [Sat, 29 Nov 2014 14:57:07 -0500] rev 10579
Move cake FollowGear to Attack like most others, remove the gmAttack clearing which is also done in Attack.
2014-11-29 duplicate the ammoshove block into the falling fire area - this will make falling flames take out hogs in saucers, on rope, etc. no more dodging your own napalm strike by taking to the skies...
nemo [Sat, 29 Nov 2014 14:00:40 -0500] rev 10578
duplicate the ammoshove block into the falling fire area - this will make falling flames take out hogs in saucers, on rope, etc. no more dodging your own napalm strike by taking to the skies...
2014-11-29 don't drown unplaced hedgehogs. thanks to zimmux and Wohlstand for reporting
sheepluva [Sat, 29 Nov 2014 18:56:42 +0100] rev 10577
don't drown unplaced hedgehogs. thanks to zimmux and Wohlstand for reporting
2014-11-29 some moar mergin'
sheepluva [Sat, 29 Nov 2014 18:14:49 +0100] rev 10576
some moar mergin'
2014-11-29 super-filthy hack to allow pas2c to fallback to writing to stderr.
sheepluva [Sat, 29 Nov 2014 18:13:49 +0100] rev 10575
super-filthy hack to allow pas2c to fallback to writing to stderr.
2014-11-29 oops. no need to (re)open stderr I guess
sheepluva [Sat, 29 Nov 2014 17:33:51 +0100] rev 10574
oops. no need to (re)open stderr I guess
2014-11-29 make the code, which was supposed to iterate file log number (if no access) and fallback to stderr in worst case rather than segfault, actually work
sheepluva [Sat, 29 Nov 2014 15:38:28 +0100] rev 10573
make the code, which was supposed to iterate file log number (if no access) and fallback to stderr in worst case rather than segfault, actually work
2014-11-29 give variable with unit-wide scope a better name than just 'f'
sheepluva [Sat, 29 Nov 2014 15:25:09 +0100] rev 10572
give variable with unit-wide scope a better name than just 'f'
2014-11-29 Mix up the quick game terrain a bit.
nemo [Sat, 29 Nov 2014 09:45:02 -0500] rev 10571
Mix up the quick game terrain a bit.
2014-11-29 mergeception
sheepluva [Sat, 29 Nov 2014 14:37:31 +0100] rev 10570
mergeception
2014-11-29 merge
nemo [Sat, 29 Nov 2014 09:39:35 -0500] rev 10569
merge
2014-11-29 merge
sheepluva [Sat, 29 Nov 2014 05:25:34 +0100] rev 10568
merge
2014-11-28 Merge pull request #21 from LocutusOfBorg/exclude-git
sheepluva <sheepluva@users.noreply.github.com> [Fri, 28 Nov 2014 18:11:31 +0100] rev 10567
Merge pull request #21 from LocutusOfBorg/exclude-git Excluding .git directory from the source tarball creation
2014-11-29 map halt(t) to exit(t) rather than assert(0). all test cases except gravity pass with pas2c now
sheepluva [Sat, 29 Nov 2014 05:24:47 +0100] rev 10566
map halt(t) to exit(t) rather than assert(0). all test cases except gravity pass with pas2c now
2014-11-28 Excluding .git directory from the source tarball creation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Fri, 28 Nov 2014 18:09:12 +0100] rev 10565
Excluding .git directory from the source tarball creation
2014-11-29 more fixing and allow pas2c to run tests. they will still fail though - engine does not exit with the specified exit codes, also data types are messed up
sheepluva [Sat, 29 Nov 2014 05:15:27 +0100] rev 10564
more fixing and allow pas2c to run tests. they will still fail though - engine does not exit with the specified exit codes, also data types are messed up
2014-11-28 Merge pull request #20 from LocutusOfBorg/tests
sheepluva <sheepluva@users.noreply.github.com> [Fri, 28 Nov 2014 17:38:18 +0100] rev 10563
Merge pull request #20 from LocutusOfBorg/tests pull request merge: add testsuite, exclude pas2c build from testing for now
2014-11-29 some more fixing
sheepluva [Sat, 29 Nov 2014 03:13:06 +0100] rev 10562
some more fixing
2014-11-28 Disable testing if BUILD_ENGINE_C=ON (they fail)
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Fri, 28 Nov 2014 16:03:35 +0100] rev 10561
Disable testing if BUILD_ENGINE_C=ON (they fail)
2014-11-29 fix some pas2c related issues
sheepluva [Sat, 29 Nov 2014 01:19:29 +0100] rev 10560
fix some pas2c related issues
2014-11-26 Verbose tests
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Wed, 26 Nov 2014 13:10:09 +0100] rev 10559
Verbose tests
2014-11-29 fix invulnerability check for shotgun
nemo [Fri, 28 Nov 2014 21:30:36 -0500] rev 10558
fix invulnerability check for shotgun
2014-11-25 Add testsuite
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Tue, 25 Nov 2014 12:09:15 +0100] rev 10557
Add testsuite
2014-11-28 zopfli compression for images where the win was 10+% and the files would be included in the release
nemo [Fri, 28 Nov 2014 14:58:33 -0500] rev 10556
zopfli compression for images where the win was 10+% and the files would be included in the release
2014-11-27 finnish translation fixes
Janne Uusitupa [Thu, 27 Nov 2014 22:06:51 +0100] rev 10555
finnish translation fixes
2014-11-27 Added TechRacer (still needs a lot of love), updated changelog
mikade <redgrinner@gmail.com> [Thu, 27 Nov 2014 22:32:03 +0900] rev 10554
Added TechRacer (still needs a lot of love), updated changelog
2014-11-27 new implementation for Lua API DismissTeam. all hedgehogs of the team are now removed without using teamgone
sheepluva [Thu, 27 Nov 2014 13:20:52 +0100] rev 10553
new implementation for Lua API DismissTeam. all hedgehogs of the team are now removed without using teamgone
2014-11-26 move fixed test case out of 'todo'
sheepluva [Wed, 26 Nov 2014 14:20:53 +0100] rev 10552
move fixed test case out of 'todo'
2014-11-25 Skip checkin on collision for frequently spammed gear types if collision gets huge instead of trying to delete mines.
nemo [Tue, 25 Nov 2014 16:46:44 -0500] rev 10551
Skip checkin on collision for frequently spammed gear types if collision gets huge instead of trying to delete mines.
2014-11-25 move failing test into "todo" folder so that it can be excluded with ctest -E '^todo/'
sheepluva [Tue, 25 Nov 2014 15:20:06 +0100] rev 10550
move failing test into "todo" folder so that it can be excluded with ctest -E '^todo/'
2014-11-25 Add scheme and weaponset for Construction Mode.
mikade <redgrinner@gmail.com> [Tue, 25 Nov 2014 22:38:19 +0900] rev 10549
Add scheme and weaponset for Construction Mode.
2014-11-24 test case that spawns 2000 mines in a pit. run with ctest -R mines # only works if cmake was ran after pulling this commit
sheepluva [Mon, 24 Nov 2014 22:33:44 +0100] rev 10548
test case that spawns 2000 mines in a pit. run with ctest -R mines # only works if cmake was ran after pulling this commit
2014-11-24 fix for Issue 828: Manual placement animation is drawn twice
sheepluva [Mon, 24 Nov 2014 20:44:45 +0100] rev 10547
fix for issue #828: Manual placement animation is drawn twice
2014-11-24 merge
sheepluva [Mon, 24 Nov 2014 04:16:28 +0100] rev 10546
merge
2014-11-23 make seduction thaw a frozen hog.
nemo [Sun, 23 Nov 2014 18:25:11 -0500] rev 10545
make seduction thaw a frozen hog.
2014-11-23 prevent seduction of frozen hogs
nemo [Sun, 23 Nov 2014 18:10:15 -0500] rev 10544
prevent seduction of frozen hogs
2014-11-24 finnish translation update
Janne Uusitupa [Mon, 24 Nov 2014 04:14:06 +0100] rev 10543
finnish translation update
2014-11-23 small cleanup
sheepluva [Sun, 23 Nov 2014 18:38:49 +0100] rev 10542
small cleanup
2014-11-23 Lua API:
sheepluva [Sun, 23 Nov 2014 18:16:54 +0100] rev 10541
Lua API: onSpritePlacement(spriteId, centerX, centerY) onGirderPlacement(frameIdx, centerX, centerY) onRubberPlacement(frameIdx, centerX, centerY)
2014-11-23 add translation for "New Account" and strip trailing whitespaces
sheepluva [Sun, 23 Nov 2014 16:13:35 +0100] rev 10540
add translation for "New Account" and strip trailing whitespaces
2014-11-23 finnish translation update
Janne Uusitupa [Sun, 23 Nov 2014 15:53:10 +0100] rev 10539
finnish translation update
2014-11-23 update german translation
sheepluva [Sun, 23 Nov 2014 15:40:42 +0100] rev 10538
update german translation
2014-11-23 this string was untranslatable. thanks to siilimestari for pointing that out
sheepluva [Sun, 23 Nov 2014 15:40:13 +0100] rev 10537
this string was untranslatable. thanks to siilimestari for pointing that out
2014-11-23 don't flash frontend on hilight - while in-game
sheepluva [Sun, 23 Nov 2014 05:03:11 +0100] rev 10536
don't flash frontend on hilight - while in-game
2014-11-23 fix pas2c(?)
sheepluva [Sun, 23 Nov 2014 03:58:56 +0100] rev 10535
fix pas2c(?)
2014-11-23 remove unimplemented ban action from user context menu
sheepluva [Sun, 23 Nov 2014 03:53:25 +0100] rev 10534
remove unimplemented ban action from user context menu
2014-11-23 fix some indentation
sheepluva [Sun, 23 Nov 2014 03:41:37 +0100] rev 10533
fix some indentation
2014-11-23 fix view limits in stereo 3d
sheepluva [Sun, 23 Nov 2014 03:38:15 +0100] rev 10532
fix view limits in stereo 3d
2014-11-23 fix for issue 234 - the framebuffers for side-by-side and top/bottom had alpha channels. so when sprites with alpha were blended into the framebuffer it would blend the sprite pixel alpha with the fb pixel alpha
sheepluva [Sun, 23 Nov 2014 02:15:57 +0100] rev 10531
fix for issue #234 - the framebuffers for side-by-side and top/bottom had alpha channels. so when sprites with alpha were blended into the framebuffer it would blend the sprite pixel alpha with the fb pixel alpha
2014-11-22 display airplane altitude indicator also with drill strike and air attack - when more-wind is activated
sheepluva [Sat, 22 Nov 2014 22:35:21 +0100] rev 10530
display airplane altitude indicator also with drill strike and air attack - when more-wind is activated
2014-11-22 crate hat. partly based on Hadashi's draft
sheepluva [Sat, 22 Nov 2014 21:31:09 +0100] rev 10529
crate hat. partly based on Hadashi's draft
2014-11-22 changelog
sheepluva [Sat, 22 Nov 2014 18:06:44 +0100] rev 10528
changelog
2014-11-22 desync fix for Continental Supplies
Vatten [Sat, 22 Nov 2014 17:46:04 +0100] rev 10527
desync fix for Continental Supplies
2014-11-22 Avoid promoting violence to hedgehogs. At least once a year.
nemo [Sat, 22 Nov 2014 10:22:07 -0500] rev 10526
Avoid promoting violence to hedgehogs. At least once a year.
2014-11-22 tomato hat
sheepluva [Sat, 22 Nov 2014 04:15:16 +0100] rev 10525
tomato hat
2014-11-21 password flag was the wrong way around
sheepluva [Fri, 21 Nov 2014 19:09:45 +0100] rev 10524
password flag was the wrong way around
2014-11-21 fix some nasty rendering issues reported by Nexia - thanks a lot!
sheepluva [Fri, 21 Nov 2014 02:03:19 +0100] rev 10523
fix some nasty rendering issues reported by Nexia - thanks a lot!
2014-11-20 policegirl hat
Wohlstand [Thu, 20 Nov 2014 16:38:43 +0100] rev 10522
policegirl hat
2014-11-19 add feature size slider to disable list
nemo [Wed, 19 Nov 2014 14:43:57 -0500] rev 10521
add feature size slider to disable list
2014-11-19 tweaking changelog
sheepluva [Wed, 19 Nov 2014 02:48:11 +0100] rev 10520
tweaking changelog
2014-11-21 Attempt on a custom combobox qmlfrontend
unc0rr [Sat, 22 Nov 2014 00:55:01 +0300] rev 10519
Attempt on a custom combobox
2014-11-19 make gear ability to speak somewhat less ironic
sheepluva [Wed, 19 Nov 2014 02:00:47 +0100] rev 10518
make gear ability to speak somewhat less ironic
2014-11-18 getScriptsList implementation qmlfrontend
unc0rr [Wed, 19 Nov 2014 00:38:14 +0300] rev 10517
getScriptsList implementation
2014-11-19 update changelog a little
sheepluva [Wed, 19 Nov 2014 01:36:59 +0100] rev 10516
update changelog a little
2014-11-18 merge default qmlfrontend
unc0rr [Tue, 18 Nov 2014 23:39:30 +0300] rev 10515
merge default
2014-11-18 chat: fix some glitches, add /togglechat command for changing chat visibility
sheepluva [Tue, 18 Nov 2014 02:57:47 +0100] rev 10514
chat: fix some glitches, add /togglechat command for changing chat visibility
2014-11-18 fixes to chat input history: remember all inputs, don not remember duplicates
sheepluva [Tue, 18 Nov 2014 01:51:40 +0100] rev 10513
fixes to chat input history: remember all inputs, don not remember duplicates
2014-11-17 fix underwater-skipping bug and make air-strike missiles submersible when fired from within weSea
sheepluva [Mon, 17 Nov 2014 23:23:10 +0100] rev 10512
fix underwater-skipping bug and make air-strike missiles submersible when fired from within weSea
2014-11-17 This should work, can't test: room flags passed in room info message instead of just 'in-game' state, including 'in-game', 'restricted joins', 'registered only' and 'passworded' flags
unc0rr [Tue, 18 Nov 2014 00:32:39 +0300] rev 10511
This should work, can't test: room flags passed in room info message instead of just 'in-game' state, including 'in-game', 'restricted joins', 'registered only' and 'passworded' flags
2014-11-17 some whitespace fixes
sheepluva [Mon, 17 Nov 2014 15:25:24 +0100] rev 10510
some whitespace fixes
2014-11-16 some gravity script fixes
sheepluva [Sun, 16 Nov 2014 22:23:28 +0100] rev 10509
some gravity script fixes
2014-11-16 add bounce effect to bouncy world edges
sheepluva [Sun, 16 Nov 2014 17:56:27 +0100] rev 10508
add bounce effect to bouncy world edges
2014-11-16 I'm such a dirty boi... cleaning up my own mess a little
sheepluva [Sun, 16 Nov 2014 17:23:58 +0100] rev 10507
I'm such a dirty boi... cleaning up my own mess a little
2014-11-16 fix health crate collision
sheepluva [Sun, 16 Nov 2014 17:07:13 +0100] rev 10506
fix health crate collision
2014-11-15 This helps too
unc0rr [Sun, 16 Nov 2014 00:57:05 +0300] rev 10505
This helps too
2014-11-15 hmpf
unc0rr [Sat, 15 Nov 2014 23:56:32 +0300] rev 10504
hmpf
2014-11-15 Oops
unc0rr [Sat, 15 Nov 2014 23:56:08 +0300] rev 10503
Oops
2014-11-15 Fix difference in map generation between fpc and pas2c engine
unc0rr [Sat, 15 Nov 2014 22:19:38 +0300] rev 10502
Fix difference in map generation between fpc and pas2c engine
2014-11-15 per template dab vals
nemo [Sat, 15 Nov 2014 09:43:21 -0500] rev 10501
per template dab vals
2014-11-15 oups
nemo [Sat, 15 Nov 2014 09:38:51 -0500] rev 10500
oups
2014-11-15 modestly randomise dab, bump points again.
nemo [Sat, 15 Nov 2014 09:26:08 -0500] rev 10499
modestly randomise dab, bump points again.
2014-11-15 Model file for coverity checks
unc0rr [Sat, 15 Nov 2014 13:52:07 +0300] rev 10498
Model file for coverity checks
2014-11-15 [PAS2C] Don't generate result variable for trivial functions consisting of single exit() call
unc0rr [Sat, 15 Nov 2014 13:39:58 +0300] rev 10497
[PAS2C] Don't generate result variable for trivial functions consisting of single exit() call
2014-11-15 Fix use of uninitialized variable
unc0rr [Sat, 15 Nov 2014 12:21:43 +0300] rev 10496
Fix use of uninitialized variable
2014-11-14 - Comment out getrandom in addgear for hedgehog, causes preview-game desync
unc0rr [Sat, 15 Nov 2014 01:30:40 +0300] rev 10495
- Comment out getrandom in addgear for hedgehog, causes preview-game desync - New formula for minDistance - Some trials on dab formula, commented
2014-11-14 Fix warnings given by 32-bit fpc
unC0Rr [Fri, 14 Nov 2014 17:00:47 +0300] rev 10494
Fix warnings given by 32-bit fpc
2014-11-12 oops
mikade <redgrinner@gmail.com> [Wed, 12 Nov 2014 22:47:43 +0900] rev 10493
oops
2014-11-11 lfObjMask is only used when flood filling
nemo [Tue, 11 Nov 2014 17:25:47 -0500] rev 10492
lfObjMask is only used when flood filling
2014-11-11 flip slider for perlin
nemo [Tue, 11 Nov 2014 17:00:34 -0500] rev 10491
flip slider for perlin
2014-11-11 Fix some stuff from coverity
unc0rr [Tue, 11 Nov 2014 23:57:46 +0300] rev 10490
Fix some stuff from coverity
2014-11-11 check for new Qt req in cmake files
sheepluva [Tue, 11 Nov 2014 21:55:38 +0100] rev 10489
check for new Qt req in cmake files
2014-11-11 automatic RTL based on locale
Safa [Tue, 11 Nov 2014 21:46:17 +0100] rev 10488
automatic RTL based on locale
2014-11-11 raise/fix build reqs
sheepluva [Tue, 11 Nov 2014 21:45:20 +0100] rev 10487
raise/fix build reqs
2014-11-11 fix one of my translation related brainfarts
sheepluva [Tue, 11 Nov 2014 21:22:23 +0100] rev 10486
fix one of my translation related brainfarts
2014-11-10 You can't just exit function which is supposed to do copy
unc0rr [Mon, 10 Nov 2014 21:57:44 +0300] rev 10485
You can't just exit function which is supposed to do copy
2014-11-10 strip styling for the slider, since it won't be put over the button
nemo [Mon, 10 Nov 2014 13:54:57 -0500] rev 10484
strip styling for the slider, since it won't be put over the button
2014-11-10 Since unc0rr is quiet, try to avoid the assert
nemo [Mon, 10 Nov 2014 10:22:03 -0500] rev 10483
Since unc0rr is quiet, try to avoid the assert
2014-11-09 - Not only that, nemo, not only that (.cpp)
unc0rr [Mon, 10 Nov 2014 01:05:36 +0300] rev 10482
- Not only that, nemo, not only that (.cpp) - Also less confusion (.hs)
2014-11-09 oh. one more param
nemo [Sun, 09 Nov 2014 17:01:05 -0500] rev 10481
oh. one more param
2014-11-09 Copypasta to hopefully hook up net sync correctly.
nemo [Sun, 09 Nov 2014 16:38:26 -0500] rev 10480
Copypasta to hopefully hook up net sync correctly.
2014-11-09 hookup perlin
nemo [Sun, 09 Nov 2014 15:52:09 -0500] rev 10479
hookup perlin
2014-11-09 Fix use of uninitialized variables (fixes straight lines in maze gen aswell)
unc0rr [Sun, 09 Nov 2014 23:44:13 +0300] rev 10478
Fix use of uninitialized variables (fixes straight lines in maze gen aswell)
2014-11-09 Fiddling with slider, unbreak maze. Next to mess around w/ perlin params.
nemo [Sun, 09 Nov 2014 14:58:43 -0500] rev 10477
Fiddling with slider, unbreak maze. Next to mess around w/ perlin params.
2014-11-09 merge...
nemo [Sun, 09 Nov 2014 14:33:31 -0500] rev 10476
merge...
2014-11-08 Merge pull request #19 from LocutusOfBorg/update-translation
sheepluva <sheepluva@users.noreply.github.com> [Sat, 08 Nov 2014 15:20:54 +0100] rev 10475
Merge pull request #19 from LocutusOfBorg/update-translation Update translation
2014-11-08 Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Sat, 08 Nov 2014 14:56:21 +0100] rev 10474
Update italian translation
2014-11-08 Remove obsolete translations
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Sat, 08 Nov 2014 14:26:20 +0100] rev 10473
Remove obsolete translations
2014-11-08 Partially hook up feature size so horrorcat has something to test.
nemo [Sat, 08 Nov 2014 11:26:16 -0500] rev 10472
Partially hook up feature size so horrorcat has something to test.
2014-11-08 sheepluva and unc0rr didn't like the idea of slider over preview.
nemo [Sat, 08 Nov 2014 10:11:16 -0500] rev 10471
sheepluva and unc0rr didn't like the idea of slider over preview.
2014-11-08 Merge pull request #13 from LocutusOfBorg/fix-license
sheepluva <sheepluva@users.noreply.github.com> [Sat, 08 Nov 2014 12:19:35 +0100] rev 10470
Merge pull request #13 from LocutusOfBorg/fix-license Fixed many license problems, spotted by licensecheck program
2014-11-08 Forgot the mission description.
nemo [Sat, 08 Nov 2014 09:44:02 -0500] rev 10469
Forgot the mission description.
2014-11-08 Merge pull request #14 from LocutusOfBorg/fix-desktop
sheepluva <sheepluva@users.noreply.github.com> [Sat, 08 Nov 2014 12:10:37 +0100] rev 10468
Merge pull request #14 from LocutusOfBorg/fix-desktop Fixed desktop file https://wiki.debian.org/Games/JessieReleaseGoal
2014-11-07 Merge pull request #18 from LocutusOfBorg/update-translation
sheepluva <sheepluva@users.noreply.github.com> [Sat, 08 Nov 2014 00:17:57 +0100] rev 10467
Merge pull request #18 from LocutusOfBorg/update-translation Update italian translation
2014-11-03 swap off/on
nemo [Mon, 03 Nov 2014 07:26:47 -0500] rev 10466
swap off/on
2014-11-03 Merge of unc0rr's last change against default.
nemo [Mon, 03 Nov 2014 07:22:21 -0500] rev 10465
Merge of unc0rr's last change against default.
2014-02-07 Added two copyrights on gameServer
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Fri, 07 Feb 2014 11:39:31 +0100] rev 10464
Added two copyrights on gameServer
2014-11-02 Fix map preview desync
unC0Rr [Sun, 02 Nov 2014 23:36:01 +0300] rev 10463
Fix map preview desync
2014-11-01 A slider for controlling things like bumpiness of map and tunnel sizes.
nemo [Sat, 01 Nov 2014 11:20:37 -0400] rev 10462
A slider for controlling things like bumpiness of map and tunnel sizes.
2014-10-31 Update italian translation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Fri, 31 Oct 2014 19:35:55 +0100] rev 10461
Update italian translation
2014-01-24 Added copyrights to gameServer directory
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Fri, 24 Jan 2014 12:05:39 +0100] rev 10460
Added copyrights to gameServer directory
2014-01-24 Fixed desktop file By adding an xpm icon
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Fri, 24 Jan 2014 15:37:40 +0100] rev 10459
Fixed desktop file By adding an xpm icon
2014-11-09 Scripts list module qmlfrontend
unc0rr [Sun, 09 Nov 2014 23:02:21 +0300] rev 10458
Scripts list module
2014-10-30 Updates to german translation
wuzzy [Thu, 30 Oct 2014 18:47:51 -0400] rev 10457
Updates to german translation
2014-11-03 Theme can be changed qmlfrontend
unc0rr [Mon, 03 Nov 2014 23:56:51 +0300] rev 10456
Theme can be changed
2014-10-30 Add Auto Camera messages to localisation
nemo [Thu, 30 Oct 2014 15:09:49 -0400] rev 10455
Add Auto Camera messages to localisation
2014-11-03 Allow using right button or wheel to change team color qmlfrontend
unc0rr [Mon, 03 Nov 2014 23:36:53 +0300] rev 10454
Allow using right button or wheel to change team color
2014-10-28 Remove loc() called with a variable.
nemo [Tue, 28 Oct 2014 10:27:35 -0400] rev 10453
Remove loc() called with a variable.
2014-11-02 Show team color in teams list widget, also allow to change it on mouse click qmlfrontend
unc0rr [Mon, 03 Nov 2014 00:01:02 +0300] rev 10452
Show team color in teams list widget, also allow to change it on mouse click
2014-10-28 Update Qt strings too
nemo [Tue, 28 Oct 2014 10:17:49 -0400] rev 10451
Update Qt strings too
2014-11-01 - Store index of color instead of its value qmlfrontend
unc0rr [Sat, 01 Nov 2014 22:51:07 +0300] rev 10450
- Store index of color instead of its value - Reset game config when switching pages
2014-10-28 Update locale to latest strings. This does NOT include the string format improvement.
nemo [Tue, 28 Oct 2014 09:56:28 -0400] rev 10449
Update locale to latest strings. This does NOT include the string format improvement.
2014-10-31 - Allow to delete teams from config qmlfrontend
unc0rr [Sat, 01 Nov 2014 00:23:22 +0300] rev 10448
- Allow to delete teams from config - Manage team colors (internally, no gui so far) - 'Play' button on local game page (works!)
2014-10-27 Add Construction Mode (probably needs testing / fixing)
mikade <redgrinner@gmail.com> [Mon, 27 Oct 2014 21:24:55 +0900] rev 10447
Add Construction Mode (probably needs testing / fixing)
2014-10-30 Perform some checks on team add qmlfrontend
unc0rr [Fri, 31 Oct 2014 00:36:08 +0300] rev 10446
Perform some checks on team add
2014-10-25 cosmetic disabling of clouds with sea edges and underwater theme
nemo [Sat, 25 Oct 2014 15:17:02 -0400] rev 10445
cosmetic disabling of clouds with sea edges and underwater theme
2014-10-24 Teams widget now allows to add and remove teams (basic implementation, no checks performed, no colors, no hedgehogs) qmlfrontend
unc0rr [Sat, 25 Oct 2014 00:31:10 +0400] rev 10444
Teams widget now allows to add and remove teams (basic implementation, no checks performed, no colors, no hedgehogs)
2014-10-25 Remove switching of hog's hat to chef. do it in draw instead.
nemo [Sat, 25 Oct 2014 11:29:45 -0400] rev 10443
Remove switching of hog's hat to chef. do it in draw instead.
2014-10-20 Load and show local teams list qmlfrontend
unc0rr [Mon, 20 Oct 2014 22:55:12 +0400] rev 10442
Load and show local teams list
2014-10-25 Revert hog tinting from rdb65298717da since it wasn't sufficiently complete for a release. More sprites need converting, and there's a slight bug in hog tinting, for away hogs with hats I believe.
nemo [Sat, 25 Oct 2014 10:42:30 -0400] rev 10441
Revert hog tinting from rdb65298717da since it wasn't sufficiently complete for a release. More sprites need converting, and there's a slight bug in hog tinting, for away hogs with hats I believe.
2014-10-13 - Implement getTeamsList (not tested) qmlfrontend
unc0rr [Mon, 13 Oct 2014 23:46:49 +0400] rev 10440
- Implement getTeamsList (not tested) - Some small fixes
2014-10-20 allow toggling ammo menu while NoTeamOrHH, as suggested by unC0Rr
sheepluva [Mon, 20 Oct 2014 19:50:46 +0200] rev 10439
allow toggling ammo menu while NoTeamOrHH, as suggested by unC0Rr
2014-10-01 Filter out garbage from themes list qmlfrontend
unc0rr [Thu, 02 Oct 2014 00:48:14 +0400] rev 10438
Filter out garbage from themes list
2014-10-20 find and add lua tests automagically
sheepluva [Mon, 20 Oct 2014 15:31:44 +0200] rev 10437
find and add lua tests automagically
2014-09-30 flib provides theme icons, qmlFrontend shows them qmlfrontend
unc0rr [Wed, 01 Oct 2014 01:20:05 +0400] rev 10436
flib provides theme icons, qmlFrontend shows them
2014-10-19 allow hogs to repeatedly enter portals placed on the ground
nemo [Sun, 19 Oct 2014 15:46:09 -0400] rev 10435
allow hogs to repeatedly enter portals placed on the ground
2014-09-29 Themes model, also add some files I forgot to add previously qmlfrontend
unc0rr [Tue, 30 Sep 2014 00:54:04 +0400] rev 10434
Themes model, also add some files I forgot to add previously
2014-10-09 some unfinished stuff
unc0rr [Thu, 09 Oct 2014 22:14:55 +0400] rev 10433
some unfinished stuff
2014-09-28 Quick Game PoC qmlfrontend
unc0rr [Sun, 28 Sep 2014 21:33:14 +0400] rev 10432
Quick Game PoC
2014-10-02 another small rendering tweak/fix
sheepluva [Thu, 02 Oct 2014 18:04:14 +0200] rev 10431
another small rendering tweak/fix
2014-09-27 Getter and setter for seed qmlfrontend
unc0rr [Sun, 28 Sep 2014 01:17:55 +0400] rev 10430
Getter and setter for seed
2014-10-02 simplify {$IF that pas2c did not seem to understand
sheepluva [Thu, 02 Oct 2014 13:44:54 +0200] rev 10429
simplify {$IF that pas2c did not seem to understand
2014-09-27 More refactoring: move PoC preview getting code into flib qmlfrontend
unc0rr [Sun, 28 Sep 2014 00:49:04 +0400] rev 10428
More refactoring: move PoC preview getting code into flib
2014-10-02 also fix top/bottom and side-by-side rendering (got also broken in webgl branch)
sheepluva [Thu, 02 Oct 2014 13:18:58 +0200] rev 10427
also fix top/bottom and side-by-side rendering (got also broken in webgl branch)
2014-09-27 Some refactoring qmlfrontend
unc0rr [Sun, 28 Sep 2014 00:18:01 +0400] rev 10426
Some refactoring
2014-10-02 fix stereoscopic rendering leading to screen "running away to the left" since webgl merge (due to bug in webgl branch). reason was incomplete change of name/scope of variable stereoDepth -> cStereoDepth
sheepluva [Thu, 02 Oct 2014 13:01:18 +0200] rev 10425
fix stereoscopic rendering leading to screen "running away to the left" since webgl merge (due to bug in webgl branch). reason was incomplete change of name/scope of variable stereoDepth -> cStereoDepth
2014-09-27 - Get rid of engine's PathPrefix and UserPathPrefix qmlfrontend
unc0rr [Sat, 27 Sep 2014 12:49:08 +0400] rev 10424
- Get rid of engine's PathPrefix and UserPathPrefix - Some refactoring
2014-10-02 fix mapgen of other scripts too
sheepluva [Thu, 02 Oct 2014 12:08:22 +0200] rev 10423
fix mapgen of other scripts too
2014-09-25 - Pages qmlfrontend
unc0rr [Fri, 26 Sep 2014 00:56:36 +0400] rev 10422
- Pages - Animations on buttons hovering
2014-10-01 use constants for mapgen, expose those to lua
sheepluva [Thu, 02 Oct 2014 00:40:25 +0200] rev 10421
use constants for mapgen, expose those to lua
2014-09-21 flib: qmlfrontend
unc0rr [Mon, 22 Sep 2014 02:10:39 +0400] rev 10420
flib: - Ability to pass raw data via IPC qmlfrontend: - Pass message received by callback through event loop to handle it in main thread - Get preview image from engine on button click and render it in Image object
2014-10-01 some more splash code tweaking/fixing
sheepluva [Thu, 02 Oct 2014 00:06:59 +0200] rev 10419
some more splash code tweaking/fixing
2014-09-20 Move away from passing shortstrings into C code, now IPC works qmlfrontend
unc0rr [Sun, 21 Sep 2014 00:37:50 +0400] rev 10418
Move away from passing shortstrings into C code, now IPC works
2014-10-01 tweak splash position
sheepluva [Wed, 01 Oct 2014 22:46:58 +0200] rev 10417
tweak splash position
2014-09-19 - Remove --port command qmlfrontend
unc0rr [Sat, 20 Sep 2014 00:56:54 +0400] rev 10416
- Remove --port command - Some refactoring here and there - Try to get preview from engine, which doesn't work due to some ABI mismatch, probably shouldn't try to pass string255 to pascal
2014-10-01
nemo [Wed, 01 Oct 2014 15:51:17 -0400] rev 10415
2014-09-19 Strip some HWLIBRARY ifdefs qmlfrontend
unc0rr [Fri, 19 Sep 2014 14:27:41 +0400] rev 10414
Strip some HWLIBRARY ifdefs
2014-09-27 climb home training/multiplayer
nemo [Fri, 26 Sep 2014 22:20:12 -0400] rev 10413
climb home training/multiplayer
2014-09-18 - More flib IPC routines qmlfrontend
unc0rr [Thu, 18 Sep 2014 23:02:05 +0400] rev 10412
- More flib IPC routines - Rework engine's uIO to use new IPC mechanism
2014-09-18 Make it a bit easier/safer to build ice bridges
nemo [Wed, 17 Sep 2014 23:03:24 -0400] rev 10411
Make it a bit easier/safer to build ice bridges
2014-09-17 Some work on new IPC, built with the use of mutexes and condition variables qmlfrontend
unc0rr [Thu, 18 Sep 2014 00:19:05 +0400] rev 10410
Some work on new IPC, built with the use of mutexes and condition variables
2014-09-09 update manpage
sheepluva [Tue, 09 Sep 2014 10:48:11 +0200] rev 10409
update manpage
2014-09-16 Some more of ignoration qmlfrontend
unc0rr [Tue, 16 Sep 2014 12:46:58 +0400] rev 10408
Some more of ignoration
2014-09-08 mention the hwplay:// thing in --help
sheepluva [Mon, 08 Sep 2014 18:53:34 +0200] rev 10407
mention the hwplay:// thing in --help
2014-09-16 Basic layout of frontlib, some more sdl bindings qmlfrontend
unc0rr [Tue, 16 Sep 2014 12:47:39 +0400] rev 10406
Basic layout of frontlib, some more sdl bindings
2014-09-08 fix for < LocutusOfBorg1> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760776
sheepluva [Mon, 08 Sep 2014 18:12:13 +0200] rev 10405
fix for < LocutusOfBorg1> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760776
2014-09-12 - Fix arguments parsing in engine assuming paramcount > 0 qmlfrontend
unc0rr [Sat, 13 Sep 2014 00:27:10 +0400] rev 10404
- Fix arguments parsing in engine assuming paramcount > 0 - Pass "--help" for testing
2014-09-07 update with new winners
nemo [Sun, 07 Sep 2014 15:11:08 -0400] rev 10403
update with new winners
2014-09-11 Let's get it started qmlfrontend
unc0rr [Fri, 12 Sep 2014 00:51:14 +0400] rev 10402
Let's get it started
2014-08-25 - Revert try to add local team on rejoin
unc0rr [Mon, 25 Aug 2014 22:52:59 +0400] rev 10401
- Revert try to add local team on rejoin - Don't allow more than 8 teams in local game widget
2014-08-24 This should make frontend aware of your own teams in game on rejoin
unc0rr [Mon, 25 Aug 2014 00:11:19 +0400] rev 10400
This should make frontend aware of your own teams in game on rejoin
2014-08-24 Also pass maze_size parameter to perlin generator in game mode
unc0rr [Sun, 24 Aug 2014 23:53:33 +0400] rev 10399
Also pass maze_size parameter to perlin generator in game mode
2014-08-24 Also convert the message if current team is gone
unc0rr [Sun, 24 Aug 2014 23:41:06 +0400] rev 10398
Also convert the message if current team is gone
2014-08-24 rename of variable typo for readability
nemo [Sun, 24 Aug 2014 15:18:26 -0400] rev 10397
rename of variable typo for readability
2014-08-24 ok. that's weird. I wonder if I was having non-clean build issues last time I tried messing with this. that could explain why my changing offsets didn't do anything.
nemo [Sun, 24 Aug 2014 14:51:11 -0400] rev 10396
ok. that's weird. I wonder if I was having non-clean build issues last time I tried messing with this. that could explain why my changing offsets didn't do anything.
2014-08-24 Better diagnostics in log, even though it shouldn't matter anymore
unc0rr [Sun, 24 Aug 2014 10:43:49 +0400] rev 10395
Better diagnostics in log, even though it shouldn't matter anymore
2014-08-22 Fix map contrainer widget look in russian locale
unc0rr [Fri, 22 Aug 2014 20:18:13 +0400] rev 10394
Fix map contrainer widget look in russian locale
2014-08-22 Fix issue 813
unc0rr [Fri, 22 Aug 2014 19:43:26 +0400] rev 10393
Fix issue #813
2014-08-21 - Support for pausing multiplayer games
alfadur [Fri, 22 Aug 2014 00:57:07 +0400] rev 10392
- Support for pausing multiplayer games - Some code cleanup
2014-08-21 Add separate option for perlin gen
unc0rr [Fri, 22 Aug 2014 00:37:26 +0400] rev 10391
Add separate option for perlin gen
2014-08-21 don't render crosshair/laser during kamikaze
sheepluva [Thu, 21 Aug 2014 15:01:19 +0200] rev 10390
don't render crosshair/laser during kamikaze
2014-08-15 comment out some debug output code
sheepluva [Fri, 15 Aug 2014 08:31:34 +0200] rev 10389
comment out some debug output code
2014-08-15 part of patch in issue 803 (ty) - this hopefully should fix issues with cmake Makefiles trying to run "Qt4::lrelease" in the shell
sheepluva [Fri, 15 Aug 2014 08:23:15 +0200] rev 10388
part of patch in issue #803 (ty) - this hopefully should fix issues with cmake Makefiles trying to run "Qt4::lrelease" in the shell
2014-08-13 Apply new distortion on maze gen
unc0rr [Wed, 13 Aug 2014 23:14:08 +0400] rev 10387
Apply new distortion on maze gen
2014-08-13 Smooth perlin's outline
unc0rr [Wed, 13 Aug 2014 22:31:28 +0400] rev 10386
Smooth perlin's outline
2014-08-13 add bug reference to explain the qt version check on osx
vittorio.giovara@gmail.com [Wed, 13 Aug 2014 15:39:32 +0000] rev 10385
add bug reference to explain the qt version check on osx
2014-08-13 I can't read. sry
sheepluva [Wed, 13 Aug 2014 17:25:55 +0200] rev 10384
I can't read. sry
2014-08-13 contradiction with a hint of BS
sheepluva [Wed, 13 Aug 2014 17:06:17 +0200] rev 10383
contradiction with a hint of BS
2014-08-13 this should fix the cmake 3.0 issue. thanks to Spacey for reporting
sheepluva [Wed, 13 Aug 2014 15:16:33 +0200] rev 10382
this should fix the cmake 3.0 issue. thanks to Spacey for reporting
2014-08-13 tweak test
sheepluva [Wed, 13 Aug 2014 14:50:13 +0200] rev 10381
tweak test
2014-08-13 add test I used for bisecting
sheepluva [Wed, 13 Aug 2014 13:41:19 +0200] rev 10380
add test I used for bisecting
2014-08-13 I a recent commit I caused flames to use uninitialized values. that lead to fire burning slow and desyncs. this commit fixes/reverts this
sheepluva [Wed, 13 Aug 2014 13:36:35 +0200] rev 10379
I a recent commit I caused flames to use uninitialized values. that lead to fire burning slow and desyncs. this commit fixes/reverts this
2014-08-12 Fix PlaceSprite
unc0rr [Tue, 12 Aug 2014 17:58:36 +0400] rev 10378
Fix PlaceSprite
2014-08-12 Challenge map #12
unc0rr [Tue, 12 Aug 2014 13:21:32 +0400] rev 10377
Challenge map #12
2014-08-11 text visibility "fix"
nemo [Mon, 11 Aug 2014 08:31:57 -0400] rev 10376
text visibility "fix"
2014-08-10 do not render chat if HUD is hidden
sheepluva [Sun, 10 Aug 2014 17:03:02 +0200] rev 10375
do not render chat if HUD is hidden
2014-08-02 Oops
unc0rr [Sat, 02 Aug 2014 15:11:13 +0400] rev 10374
Oops
2014-08-02 fix flake angles
sheepluva [Sat, 02 Aug 2014 02:42:12 +0200] rev 10373
fix flake angles
2014-08-02 "fix" sinegun
sheepluva [Sat, 02 Aug 2014 02:20:48 +0200] rev 10372
"fix" sinegun
2014-07-28 should be RGBA, not RGB
nemo [Mon, 28 Jul 2014 15:46:15 -0400] rev 10371
should be RGBA, not RGB
2014-07-28 Using blended makes smilies and CJK less hideous.
nemo [Sun, 27 Jul 2014 22:47:52 -0400] rev 10370
Using blended makes smilies and CJK less hideous.
2014-07-25 One more map
unc0rr [Fri, 25 Jul 2014 20:42:06 +0400] rev 10369
One more map
2014-07-25 Forced sprites placing mode, exposed to scripts (not tested at all)
unc0rr [Fri, 25 Jul 2014 20:41:52 +0400] rev 10368
Forced sprites placing mode, exposed to scripts (not tested at all)
2014-07-25 Oops
unc0rr [Fri, 25 Jul 2014 14:16:33 +0400] rev 10367
Oops
2014-07-25 Official racer map #11
unc0rr [Fri, 25 Jul 2014 14:00:51 +0400] rev 10366
Official racer map #11
2014-07-10 Racer challenge map #10
unc0rr [Thu, 10 Jul 2014 13:40:49 +0400] rev 10365
Racer challenge map #10
2014-07-07 burst drowning gears into bubbles after timeout
sheepluva [Mon, 07 Jul 2014 16:07:49 +0200] rev 10364
burst drowning gears into bubbles after timeout
2014-07-07 drowning tweaks
sheepluva [Mon, 07 Jul 2014 15:43:48 +0200] rev 10363
drowning tweaks
2014-07-06 cont.
sheepluva [Mon, 07 Jul 2014 00:48:12 +0200] rev 10362
cont.
2014-07-06 simplifying some code
sheepluva [Mon, 07 Jul 2014 00:37:10 +0200] rev 10361
simplifying some code
2014-07-06 some adjustments and support for mirrored world rendering. disabled atm though, I think it is more confusing than helping
sheepluva [Sun, 06 Jul 2014 19:20:43 +0200] rev 10360
some adjustments and support for mirrored world rendering. disabled atm though, I think it is more confusing than helping
2014-07-06 one finger ought to be enough for everybody
sheepluva [Sun, 06 Jul 2014 12:19:24 +0200] rev 10359
one finger ought to be enough for everybody
2014-07-06 tweaks
sheepluva [Sun, 06 Jul 2014 12:02:55 +0200] rev 10358
tweaks
2014-07-05 merge (even although I rebased... ok)
sheepluva [Sat, 05 Jul 2014 22:54:58 +0200] rev 10357
merge (even although I rebased... ok)
2014-07-05 for real this time
sheepluva [Sat, 05 Jul 2014 21:22:42 +0200] rev 10356
for real this time
2014-07-05 fix pas2c build
sheepluva [Sat, 05 Jul 2014 20:27:42 +0200] rev 10355
fix pas2c build
2014-07-05 WIP: weSea tweaks, functional and visual
sheepluva [Sat, 05 Jul 2014 20:15:56 +0200] rev 10354
WIP: weSea tweaks, functional and visual
2014-07-05 Treat "out" as "var"
unc0rr [Sun, 06 Jul 2014 00:26:55 +0400] rev 10353
Treat "out" as "var"
2014-07-05 simplify some code
sheepluva [Sat, 05 Jul 2014 18:51:45 +0200] rev 10352
simplify some code
2014-07-05 Restore teams in teams list on rejoin, should fix issues with second rejoin.
unc0rr [Sat, 05 Jul 2014 15:28:32 +0400] rev 10351
Restore teams in teams list on rejoin, should fix issues with second rejoin.
2014-07-04 Don't pick up own team if only recieved synced teamback message. Fixes second rejoin desync (untested).
unc0rr [Fri, 04 Jul 2014 22:45:59 +0400] rev 10350
Don't pick up own team if only recieved synced teamback message. Fixes second rejoin desync (untested).
2014-07-02 Fix some issues with rejoining (rejoining client still desyncs though)
unc0rr [Wed, 02 Jul 2014 23:55:00 +0400] rev 10349
Fix some issues with rejoining (rejoining client still desyncs though)
2014-07-02 cpack: do not exclude liblua from release tarball
koda [Wed, 02 Jul 2014 11:40:57 -0400] rev 10348
cpack: do not exclude liblua from release tarball It was inadvertedly removed in rb769a8e38cbd.
2014-07-01 add assignment I forgot
sheepluva [Tue, 01 Jul 2014 12:39:06 +0200] rev 10347
add assignment I forgot
2014-07-01 lua api: allow to specify layer when adding visual gear
sheepluva [Tue, 01 Jul 2014 12:30:36 +0200] rev 10346
lua api: allow to specify layer when adding visual gear
2014-06-29 Make team disappear after 3 turns in 'gone' state
unc0rr [Mon, 30 Jun 2014 00:07:03 +0400] rev 10345
Make team disappear after 3 turns in 'gone' state
2014-06-29 Fix issues with unsynced F and G messages being lost if current team which is supposed to convert them to synced f/g quits
unc0rr [Sun, 29 Jun 2014 22:50:21 +0400] rev 10344
Fix issues with unsynced F and G messages being lost if current team which is supposed to convert them to synced f/g quits
2014-06-28 Finish implementation of ability to take control over your team after being disconnected. Completely untested.
unc0rr [Sat, 28 Jun 2014 14:51:45 +0400] rev 10343
Finish implementation of ability to take control over your team after being disconnected. Completely untested.
2014-06-26 Fix build, and also make protocol a bit more consistent and flexible (only in docs though, to be implemented)
unc0rr [Thu, 26 Jun 2014 21:43:36 +0400] rev 10342
Fix build, and also make protocol a bit more consistent and flexible (only in docs though, to be implemented)
2014-06-25 Ukrainian translation update
Igor Paliychuk [Thu, 26 Jun 2014 00:48:44 +0400] rev 10341
Ukrainian translation update
2014-06-24 2x2 to avoid engine bug
nemo [Tue, 24 Jun 2014 09:24:37 -0400] rev 10340
2x2 to avoid engine bug
2014-06-24 couple of custom sprites for mikade to override in a lua sidecar if he wants to
nemo [Tue, 24 Jun 2014 08:49:09 -0400] rev 10339
couple of custom sprites for mikade to override in a lua sidecar if he wants to
2014-06-23 Inform engine if player is back after being disconnected
unc0rr [Mon, 23 Jun 2014 23:50:08 +0400] rev 10338
Inform engine if player is back after being disconnected
2014-06-23 Allow server admins to join room of another protocol version
unc0rr [Mon, 23 Jun 2014 22:22:29 +0400] rev 10337
Allow server admins to join room of another protocol version
2014-06-19 Fix issue #791:
unc0rr [Thu, 19 Jun 2014 23:32:11 +0400] rev 10336
Fix issue #791: - Send drawn map data on room creation - Don't use MAP parameter to deduce mapgen when it is one of "+rnd+", "+drawn+", "+maze+"
2014-06-19 Racer challenge map #9
unc0rr [Thu, 19 Jun 2014 15:29:31 +0400] rev 10335
Racer challenge map #9
2014-06-18 merge time. it's been a while
sheepluva [Thu, 19 Jun 2014 00:36:11 +0200] rev 10334
merge time. it's been a while
2014-06-18 fix search&replace whoopsy
sheepluva [Thu, 19 Jun 2014 00:23:03 +0200] rev 10333
fix search&replace whoopsy
2014-06-18 fix camera now being centered on land when game starts
sheepluva [Thu, 19 Jun 2014 00:16:58 +0200] rev 10332
fix camera now being centered on land when game starts
2014-06-18 cleanup and lol
sheepluva [Thu, 19 Jun 2014 00:09:03 +0200] rev 10331
cleanup and lol
2014-06-18 move DrawWaves to uRender
sheepluva [Wed, 18 Jun 2014 23:57:51 +0200] rev 10330
move DrawWaves to uRender
2014-06-18 Compressing and encoding
unc0rr [Wed, 18 Jun 2014 23:53:11 +0400] rev 10329
Compressing and encoding
2014-06-18 more tweaking
sheepluva [Wed, 18 Jun 2014 17:23:43 +0200] rev 10328
more tweaking
2014-06-18 reuse buffers
sheepluva [Wed, 18 Jun 2014 17:06:40 +0200] rev 10327
reuse buffers
2014-06-18 render tweaks
sheepluva [Wed, 18 Jun 2014 16:34:36 +0200] rev 10326
render tweaks
2014-06-18 tweak/refactor how water is drawn
sheepluva [Wed, 18 Jun 2014 15:42:01 +0200] rev 10325
tweak/refactor how water is drawn
2014-06-17 tweak code of DrawTextureFromRectDir a bit, removing issue with different x offset depending on dir. also removing the workaround wrt that issue in the frozen hog code
sheepluva [Wed, 18 Jun 2014 01:37:28 +0200] rev 10324
tweak code of DrawTextureFromRectDir a bit, removing issue with different x offset depending on dir. also removing the workaround wrt that issue in the frozen hog code
2014-06-18 Code drawn map in haskell \o/
unc0rr [Wed, 18 Jun 2014 17:36:46 +0400] rev 10323
Code drawn map in haskell \o/ (not finished, todo: compressing and base64 encoding)
2014-06-17 fix typo that caused visual glitch in water body (e.g. visible on that particular screenie on bottom right corner)
sheepluva [Tue, 17 Jun 2014 23:53:59 +0200] rev 10322
fix typo that caused visual glitch in water body (e.g. visible on that particular screenie on bottom right corner)
2014-06-17 "documentation"
sheepluva [Tue, 17 Jun 2014 20:09:11 +0200] rev 10321
"documentation"
2014-06-17 fix some (newly introduces) glitches with normal water
sheepluva [Tue, 17 Jun 2014 16:10:43 +0200] rev 10320
fix some (newly introduces) glitches with normal water
2014-06-17 fix pas2c build
sheepluva [Tue, 17 Jun 2014 15:39:29 +0200] rev 10319
fix pas2c build
2014-06-17 little visual tweak to weSea rendering
sheepluva [Tue, 17 Jun 2014 15:18:07 +0200] rev 10318
little visual tweak to weSea rendering
2014-06-16 adding some arrow
sheepluva [Tue, 17 Jun 2014 00:41:49 +0200] rev 10317
adding some arrow
2014-06-16 speed up tests
sheepluva [Mon, 16 Jun 2014 23:46:22 +0200] rev 10316
speed up tests
2014-06-16 Qt-Frontend: update description of findhh to better reflect current behavior. thanks to the friendly reminder in issue 805
sheepluva [Mon, 16 Jun 2014 19:07:11 +0200] rev 10315
Qt-Frontend: update description of findhh to better reflect current behavior. thanks to the friendly reminder in issue #805
2014-06-16 remove unneeded import
sheepluva [Mon, 16 Jun 2014 13:47:27 +0200] rev 10314
remove unneeded import
2014-06-16 tweaking hogpointer position again
sheepluva [Mon, 16 Jun 2014 02:41:03 +0200] rev 10313
tweaking hogpointer position again
2014-06-16 various tweaks
sheepluva [Mon, 16 Jun 2014 02:23:37 +0200] rev 10312
various tweaks
2014-06-15 tweak engine segfault capabilities
sheepluva [Sun, 15 Jun 2014 23:48:06 +0200] rev 10311
tweak engine segfault capabilities
2014-06-15 Revert all recent sheepluva's work
unc0rr [Mon, 16 Jun 2014 00:24:26 +0400] rev 10310
Revert all recent sheepluva's work
2014-06-15 fix videorec build
sheepluva [Sun, 15 Jun 2014 13:42:34 +0200] rev 10309
fix videorec build
2014-06-15 whoops. an "end" moved there
sheepluva [Sun, 15 Jun 2014 04:46:34 +0200] rev 10308
whoops. an "end" moved there
2014-06-15 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...
sheepluva [Sun, 15 Jun 2014 04:33:54 +0200] rev 10307
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...
2014-06-14 clean up halting a little
sheepluva [Sun, 15 Jun 2014 00:02:25 +0200] rev 10306
clean up halting a little
2014-06-14 enforce style on message boxes some more
sheepluva [Sat, 14 Jun 2014 23:59:20 +0200] rev 10305
enforce style on message boxes some more
2014-06-14 fix gl2 build, further rendering cleanup WIP, also new chat command: /debugvl
sheepluva [Sat, 14 Jun 2014 15:49:44 +0200] rev 10304
fix gl2 build, further rendering cleanup WIP, also new chat command: /debugvl
2014-06-14 tweak how chat lines are rendered
sheepluva [Sat, 14 Jun 2014 07:12:22 +0200] rev 10303
tweak how chat lines are rendered
2014-06-14 huh? me? nono, don't mind me. I'm just here to clean up.
sheepluva [Sat, 14 Jun 2014 02:25:49 +0200] rev 10302
huh? me? nono, don't mind me. I'm just here to clean up.
2014-06-13 some rendering tweaks
sheepluva [Sat, 14 Jun 2014 00:56:11 +0200] rev 10301
some rendering tweaks
2014-06-13 make mouse cursor size same, no matter what zoom level is used...
sheepluva [Fri, 13 Jun 2014 23:43:34 +0200] rev 10300
make mouse cursor size same, no matter what zoom level is used...
2014-06-13 grmlgrmlpas2cgrmlgrml
sheepluva [Fri, 13 Jun 2014 21:17:50 +0200] rev 10299
grmlgrmlpas2cgrmlgrml
2014-06-13 make using the teleporter a bit less challenging
sheepluva [Fri, 13 Jun 2014 17:51:55 +0200] rev 10298
make using the teleporter a bit less challenging
2014-06-13 fix pas2c build for real this time...
sheepluva [Fri, 13 Jun 2014 14:55:06 +0200] rev 10297
fix pas2c build for real this time...
2014-06-13 I misscounted
sheepluva [Fri, 13 Jun 2014 13:37:39 +0200] rev 10296
I misscounted
2014-06-13 fix some pas2c related overloading issue
sheepluva [Fri, 13 Jun 2014 12:52:20 +0200] rev 10295
fix some pas2c related overloading issue
2014-06-13 whoops, pas2c I owe you
sheepluva [Fri, 13 Jun 2014 12:22:24 +0200] rev 10294
whoops, pas2c I owe you
2014-06-13 state file name and line number in lua error messages
sheepluva [Fri, 13 Jun 2014 06:26:31 +0200] rev 10293
state file name and line number in lua error messages
2014-06-13 racer: if hog starts race without any weapon selected, select whatever is first
sheepluva [Fri, 13 Jun 2014 02:31:30 +0200] rev 10292
racer: if hog starts race without any weapon selected, select whatever is first
2014-06-13 lua api: SetNextWeapon()
sheepluva [Fri, 13 Jun 2014 02:31:05 +0200] rev 10291
lua api: SetNextWeapon()
2014-06-12 lua api: DismissTeam(teamname)
sheepluva [Thu, 12 Jun 2014 21:25:39 +0200] rev 10290
lua api: DismissTeam(teamname)
2014-06-12 lua api: SetWeapon(ammoType)
sheepluva [Thu, 12 Jun 2014 20:47:11 +0200] rev 10289
lua api: SetWeapon(ammoType)
2014-06-12 fix broken speech bubble display in chat. caused by r1a6b9a98147c one line was forgotten when moving some code
sheepluva [Thu, 12 Jun 2014 19:40:45 +0200] rev 10288
fix broken speech bubble display in chat. caused by r1a6b9a98147c one line was forgotten when moving some code
2014-06-12 more of the same
sheepluva [Thu, 12 Jun 2014 18:58:40 +0200] rev 10287
more of the same
2014-06-12 fix TryPlaceOnLand's ambiguity/messup wrt to making terrain indestructible (had boolean parameter for indestructible AND landflags parameters that could contain lfIndestructibly)
sheepluva [Thu, 12 Jun 2014 15:17:53 +0200] rev 10286
fix TryPlaceOnLand's ambiguity/messup wrt to making terrain indestructible (had boolean parameter for indestructible AND landflags parameters that could contain lfIndestructibly)
2014-06-12 further WIP (better error messages)
sheepluva [Thu, 12 Jun 2014 14:42:48 +0200] rev 10285
further WIP (better error messages)
2014-06-12 placeSprite accepts any amount of landflags now; further WIP wrt cleanup/fixing
sheepluva [Thu, 12 Jun 2014 14:11:22 +0200] rev 10284
placeSprite accepts any amount of landflags now; further WIP wrt cleanup/fixing
2014-06-12 expose lfIndestructable, lfIce and lfBounce
sheepluva [Thu, 12 Jun 2014 13:43:44 +0200] rev 10283
expose lfIndestructable, lfIce and lfBounce
2014-06-12 Fix pas2c build
unc0rr [Thu, 12 Jun 2014 13:11:00 +0400] rev 10282
Fix pas2c build
2014-06-12 make enums crash-safe. and other fixes
sheepluva [Thu, 12 Jun 2014 05:40:58 +0200] rev 10281
make enums crash-safe. and other fixes
2014-06-11 WIP: PlaceSprite for lua API. also changed PlaceGirder so that it will return true/false for whether placing was successful too
sheepluva [Thu, 12 Jun 2014 00:37:52 +0200] rev 10280
WIP: PlaceSprite for lua API. also changed PlaceGirder so that it will return true/false for whether placing was successful too
2014-06-11 fix possible engine crash that a lua script could cause by passing an invalid geartype to addgear
sheepluva [Wed, 11 Jun 2014 19:46:37 +0200] rev 10279
fix possible engine crash that a lua script could cause by passing an invalid geartype to addgear
2014-06-11 tiny lua documentation fix
sheepluva [Wed, 11 Jun 2014 13:45:44 +0200] rev 10278
tiny lua documentation fix
2014-06-11 uWorld does not require uMatrix anymore
sheepluva [Wed, 11 Jun 2014 13:07:46 +0200] rev 10277
uWorld does not require uMatrix anymore
2014-06-11 fix hint and gl2 build. NOTE: this does not change that GL2 segfaults right away. that is an issue that dates back at least 50 commits, but most likely even back to the webgl merge. I guess nobody actually tried to run hedgewars in GL2 since back then :P
sheepluva [Wed, 11 Jun 2014 12:55:24 +0200] rev 10276
fix hint and gl2 build. NOTE: this does not change that GL2 segfaults right away. that is an issue that dates back at least 50 commits, but most likely even back to the webgl merge. I guess nobody actually tried to run hedgewars in GL2 since back then :P
2014-06-10 RAR: cleaning up a bit of the IFDEF-clusterf*ck
sheepluva [Tue, 10 Jun 2014 23:21:22 +0200] rev 10275
RAR: cleaning up a bit of the IFDEF-clusterf*ck
2014-06-10 Fallback to old heuristic if not pit position
unc0rr [Wed, 11 Jun 2014 00:35:23 +0400] rev 10274
Fallback to old heuristic if not pit position
2014-06-10 update viewlimits after screen/window resize
sheepluva [Tue, 10 Jun 2014 22:35:44 +0200] rev 10273
update viewlimits after screen/window resize
2014-06-10 Allow barrels to spawn in U-shaped pits in stable position
unc0rr [Wed, 11 Jun 2014 00:28:17 +0400] rev 10272
Allow barrels to spawn in U-shaped pits in stable position
2014-06-10 whoops, forgot to include this file in commt
sheepluva [Tue, 10 Jun 2014 19:38:37 +0200] rev 10271
whoops, forgot to include this file in commt
2014-06-10 superminor tweaks
sheepluva [Tue, 10 Jun 2014 19:30:06 +0200] rev 10270
superminor tweaks
2014-06-10 <koda> wut, chats as commit mesages?
sheepluva [Tue, 10 Jun 2014 17:41:27 +0200] rev 10269
<koda> wut, chats as commit mesages?
2014-06-10 "<unC0Rr> could also refuse to update textures when land changes if the tile isn't visible"
sheepluva [Tue, 10 Jun 2014 17:34:32 +0200] rev 10268
"<unC0Rr> could also refuse to update textures when land changes if the tile isn't visible" You had me at "refuse" <3
2014-06-10 figure out visible land tiles in advance
sheepluva [Tue, 10 Jun 2014 13:26:58 +0200] rev 10267
figure out visible land tiles in advance
2014-06-10 some minor tweaks and stuff
sheepluva [Tue, 10 Jun 2014 08:47:03 +0200] rev 10266
some minor tweaks and stuff
2014-06-10 darken wrapped areas, which was a very nice suggestion by nemo
sheepluva [Tue, 10 Jun 2014 08:19:59 +0200] rev 10265
darken wrapped areas, which was a very nice suggestion by nemo
2014-06-10 use cScaleFactor where I incorrectly used the variable zoom in the past. i was young and needed the money
sheepluva [Tue, 10 Jun 2014 07:48:08 +0200] rev 10264
use cScaleFactor where I incorrectly used the variable zoom in the past. i was young and needed the money
2014-06-09 here a personal experimental mockup of how I imagine wrapping world edges should look like. bouncing one could be similar just with mirrored stuff. please test and share opinion. note: you might wanna disable auto-cam
sheepluva [Tue, 10 Jun 2014 01:15:48 +0200] rev 10263
here a personal experimental mockup of how I imagine wrapping world edges should look like. bouncing one could be similar just with mirrored stuff. please test and share opinion. note: you might wanna disable auto-cam
2014-06-09 small hat loading tweak
sheepluva [Mon, 09 Jun 2014 23:32:26 +0200] rev 10262
small hat loading tweak
2014-06-09 load the girder.png of a theme a maximum of 1 times (minimum of 0), instead of once per generated bridge
sheepluva [Mon, 09 Jun 2014 20:45:02 +0200] rev 10261
load the girder.png of a theme a maximum of 1 times (minimum of 0), instead of once per generated bridge
2014-06-09 clean up image loading a bit. gets rid of useless "Passed NULL data source" or PhysFS file not found errors
sheepluva [Mon, 09 Jun 2014 20:14:11 +0200] rev 10260
clean up image loading a bit. gets rid of useless "Passed NULL data source" or PhysFS file not found errors
2014-06-07 committing patch from issue 798, as requested by unC0Rr
sheepluva [Sat, 07 Jun 2014 16:25:40 +0200] rev 10259
committing patch from issue #798, as requested by unC0Rr
2014-06-07 fix cabal build (on linux)
sheepluva [Sat, 07 Jun 2014 16:23:12 +0200] rev 10258
fix cabal build (on linux)
2014-06-07 fix for "Unexpected semi-colons in conditional" issue, as reported by YuGiOhJCJ
sheepluva [Sat, 07 Jun 2014 16:21:21 +0200] rev 10257
fix for "Unexpected semi-colons in conditional" issue, as reported by YuGiOhJCJ (see http://www.hedgewars.org/node/5860 ) big thanks to burp for helping to identify and fix this issue
2014-06-05 Some further work on map optimizer
unc0rr [Thu, 05 Jun 2014 23:42:46 +0400] rev 10256
Some further work on map optimizer
2014-06-04 tweak untint a little (especially in connection with GrayScale)
sheepluva [Wed, 04 Jun 2014 19:39:54 +0200] rev 10255
tweak untint a little (especially in connection with GrayScale)
2014-06-03 theme configurable sudden death music. untested
nemo [Tue, 03 Jun 2014 11:09:18 -0400] rev 10254
theme configurable sudden death music. untested
2014-06-01 allow teleporting outside Land[]
nemo [Sun, 01 Jun 2014 16:13:47 -0400] rev 10253
allow teleporting outside Land[]
2014-06-01 escape info message arguments, fixes issue 801: Frontend parses INFO command output as html
sheepluva [Sun, 01 Jun 2014 15:26:03 +0200] rev 10252
escape info message arguments, fixes issue #801: Frontend parses INFO command output as html
2014-06-01 collision indicator on failed girder placement (especially useful with rubberband I guess). still needs some tweaks but I am going to bed now :P
sheepluva [Sun, 01 Jun 2014 04:17:27 +0200] rev 10251
collision indicator on failed girder placement (especially useful with rubberband I guess). still needs some tweaks but I am going to bed now :P
2014-05-31 disable these weaponset flags. they bug up highlander and otherwise have no useful impact on the script.
nemo [Sat, 31 May 2014 15:04:26 -0400] rev 10250
disable these weaponset flags. they bug up highlander and otherwise have no useful impact on the script.
2014-05-30 get rid of fpc warnings/hints
sheepluva [Sat, 31 May 2014 00:33:51 +0200] rev 10249
get rid of fpc warnings/hints
2014-05-28 Fix some of issues found by coverity
unc0rr [Wed, 28 May 2014 09:05:36 +0400] rev 10248
Fix some of issues found by coverity
2014-05-23 Official racer challenge map #8
unc0rr [Fri, 23 May 2014 13:37:34 +0400] rev 10247
Official racer challenge map #8
2014-05-19 Inform frontend of lines which didn't change anything on the map in advanced drawn maps mode
unc0rr [Mon, 19 May 2014 22:46:02 +0400] rev 10246
Inform frontend of lines which didn't change anything on the map in advanced drawn maps mode
2014-05-15 Fix some pas2c engine warnings
unc0rr [Thu, 15 May 2014 21:58:37 +0400] rev 10245
Fix some pas2c engine warnings
2014-05-14 Count number of pixels changed during draw
unc0rr [Wed, 14 May 2014 22:50:07 +0400] rev 10244
Count number of pixels changed during draw
2014-05-14 Small optimization (no need to draw last point of the path)
unc0rr [Wed, 14 May 2014 21:41:42 +0400] rev 10243
Small optimization (no need to draw last point of the path)
2014-05-13 Oops, should stop coding at night
unc0rr [Wed, 14 May 2014 01:12:21 +0400] rev 10242
Oops, should stop coding at night
2014-05-13 Fix fpcrtl_strncompareA, also replace strncmp with memcmp for more efficiency
unc0rr [Wed, 14 May 2014 01:07:43 +0400] rev 10241
Fix fpcrtl_strncompareA, also replace strncmp with memcmp for more efficiency
2014-05-09 Support OR operator in $IFDEF. Fixes pas2c builds.
unc0rr [Fri, 09 May 2014 22:36:15 +0400] rev 10240
Support OR operator in $IFDEF. Fixes pas2c builds.
2014-05-07 rolling back the rest
sheepluva [Wed, 07 May 2014 22:47:54 +0200] rev 10239
rolling back the rest
2014-05-07 rolling back (most of) lua 5.2 compatibility patches. hopefully that will unbreak unC0Rr's lua issues for now.
sheepluva [Wed, 07 May 2014 19:26:05 +0200] rev 10238
rolling back (most of) lua 5.2 compatibility patches. hopefully that will unbreak unC0Rr's lua issues for now.
2014-05-06 sekret feature (test commit)
unc0rr [Wed, 07 May 2014 00:04:02 +0400] rev 10237
sekret feature (test commit)
2014-05-06 - Increase limits on number of mines and explosives in game scheme
unc0rr [Tue, 06 May 2014 23:16:35 +0400] rev 10236
- Increase limits on number of mines and explosives in game scheme - Stop trying to place mines/explosives after 4 fails to place in row
2014-04-30 Drawn maps optimizer - first steps:
unc0rr [Wed, 30 Apr 2014 15:26:50 +0400] rev 10235
Drawn maps optimizer - first steps: - Break paths into segments
2014-04-30 Fix crashers in rc plane code
unc0rr [Wed, 30 Apr 2014 14:17:06 +0400] rev 10234
Fix crashers in rc plane code
2014-04-29 Merge
unc0rr [Tue, 29 Apr 2014 10:20:45 +0400] rev 10233
Merge
2014-04-28 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
2014-04-28 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
2014-04-28 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
2014-04-25 Fix typo leading to crashes
unc0rr [Fri, 25 Apr 2014 23:17:49 +0400] rev 10229
Fix typo leading to crashes
2014-04-25 Add race type detection
unc0rr [Fri, 25 Apr 2014 16:52:04 +0400] rev 10228
Add race type detection
2014-04-25 - 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
2014-04-16 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
2014-04-15 No more occasional long straight edges
unc0rr [Tue, 15 Apr 2014 22:36:44 +0400] rev 10225
No more occasional long straight edges
2014-04-28 Spelling corrections
tomasstraupis [Mon, 28 Apr 2014 16:49:29 -0400] rev 10224
Spelling corrections
2014-04-15 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
2014-04-14 Racer challenge map #7
unc0rr [Mon, 14 Apr 2014 13:46:46 +0400] rev 10222
Racer challenge map #7
2014-04-04 Official racer challenge map #6
unc0rr [Fri, 04 Apr 2014 12:32:15 +0400] rev 10221
Official racer challenge map #6
2014-03-29 merge
nemo [Sat, 29 Mar 2014 14:02:05 -0400] rev 10220
merge
2014-03-29 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.
2014-03-28 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
2014-03-28 Fix condition
unc0rr [Fri, 28 Mar 2014 21:20:25 +0400] rev 10217
Fix condition
2014-03-28 Fix build
unc0rr [Fri, 28 Mar 2014 11:02:06 +0400] rev 10216
Fix build
2014-03-27 - 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)
2014-03-24 Fix script
unc0rr [Mon, 24 Mar 2014 21:32:24 +0400] rev 10214
Fix script
2014-03-24 Racer challenge #5
unc0rr [Mon, 24 Mar 2014 16:51:39 +0400] rev 10213
Racer challenge #5
2014-03-23 Some fixes to voting + small refactoring
unc0rr [Sun, 23 Mar 2014 23:35:33 +0400] rev 10212
Some fixes to voting + small refactoring
2014-03-20 Better detection
unc0rr [Thu, 20 Mar 2014 22:14:30 +0400] rev 10211
Better detection
2014-03-20 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
2014-03-20 Fix warnings
unc0rr [Thu, 20 Mar 2014 17:14:25 +0400] rev 10209
Fix warnings
2014-03-20 - 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
2014-03-19 - 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
2014-03-19 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
2014-03-19 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
2014-03-19 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
2014-03-18 Greedy approach: divide while it divides
unc0rr [Wed, 19 Mar 2014 00:34:14 +0400] rev 10203
Greedy approach: divide while it divides
2014-03-18 No self intersections, except for weirdness between first and last point
unc0rr [Wed, 19 Mar 2014 00:28:52 +0400] rev 10202
No self intersections, except for weirdness between first and last point
2014-03-17 Fix detection of intersections, still need to check if passing any point in move, but result is already okayish
unc0rr [Tue, 18 Mar 2014 00:01:52 +0400] rev 10201
Fix detection of intersections, still need to check if passing any point in move, but result is already okayish
2014-03-16 More math, implementation is nearly complete, just still have an issue to resolve
unc0rr [Mon, 17 Mar 2014 00:41:45 +0400] rev 10200
More math, implementation is nearly complete, just still have an issue to resolve
2014-03-15 Some progress on new generator
unc0rr [Sun, 16 Mar 2014 00:47:18 +0400] rev 10199
Some progress on new generator
2014-03-14 Move template-based generator into its own file
unc0rr [Fri, 14 Mar 2014 19:59:34 +0400] rev 10198
Move template-based generator into its own file
2014-03-14 Some optimizations
unc0rr [Fri, 14 Mar 2014 16:00:36 +0400] rev 10197
Some optimizations
2014-03-14 Fix perlin gen on 32 bit arch
unc0rr [Fri, 14 Mar 2014 13:59:39 +0400] rev 10196
Fix perlin gen on 32 bit arch
2014-03-13 - Room save/load into/from file
unc0rr [Fri, 14 Mar 2014 00:42:04 +0400] rev 10195
- Room save/load into/from file - Vote on map (not complete implementation, also voting itself is still buggy)
2014-03-13 Allow to save and delete room config in room
unc0rr [Thu, 13 Mar 2014 23:25:31 +0400] rev 10194
Allow to save and delete room config in room
2014-03-13 By request. Allow lua to make random things "talk". I'm not sure if this is a good idea, buuuut.
nemo [Wed, 12 Mar 2014 22:40:49 -0400] rev 10193
By request. Allow lua to make random things "talk". I'm not sure if this is a good idea, buuuut.
2014-03-12 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
nemo [Tue, 11 Mar 2014 22:49:01 -0400] rev 10192
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
2014-03-12 this is fine right?
nemo [Tue, 11 Mar 2014 22:32:48 -0400] rev 10191
this is fine right?
2014-03-10 Tweaks and tweaks
unc0rr [Tue, 11 Mar 2014 00:59:42 +0400] rev 10190
Tweaks and tweaks
2014-03-10 - Rework FillLand
unc0rr [Mon, 10 Mar 2014 22:47:29 +0400] rev 10189
- Rework FillLand - Optimize fade() function a bit, don't call min() function - Only leave parts of land which touch bottom border in perlin mapgen
2014-03-10 as suggested, precompute to avoid use of double
nemo [Sun, 09 Mar 2014 20:53:11 -0400] rev 10188
as suggested, precompute to avoid use of double
2014-03-08 Experiment: enforce a plate at bottom so the map generated is more connected
unc0rr [Sat, 08 Mar 2014 23:51:50 +0400] rev 10187
Experiment: enforce a plate at bottom so the map generated is more connected
2014-03-08 Some optimizations
unc0rr [Sat, 08 Mar 2014 23:00:03 +0400] rev 10186
Some optimizations
2014-03-08 Strip Z axis from calculations
unc0rr [Sat, 08 Mar 2014 22:49:13 +0400] rev 10185
Strip Z axis from calculations
2014-03-08 Setup leftX, rightX and topY
unc0rr [Sat, 08 Mar 2014 13:50:50 +0400] rev 10184
Setup leftX, rightX and topY
2014-03-07 Some tweaks to perlin generator
unc0rr [Sat, 08 Mar 2014 00:19:24 +0400] rev 10183
Some tweaks to perlin generator
2014-03-07 Add randomness
unc0rr [Fri, 07 Mar 2014 23:59:04 +0400] rev 10182
Add randomness
2014-03-07 Perlin noise generator untweaked, temporarily replacing maze generator
unc0rr [Fri, 07 Mar 2014 23:36:56 +0400] rev 10181
Perlin noise generator untweaked, temporarily replacing maze generator
2014-03-06 Racer challenge map #4
unc0rr [Thu, 06 Mar 2014 14:17:44 +0400] rev 10180
Racer challenge map #4
2014-03-05 merge
unc0rr [Thu, 06 Mar 2014 00:19:50 +0400] rev 10179
merge
2014-03-05 don't stack bye/teleport sounds of hogs (when a team is gone)
sheepluva [Wed, 05 Mar 2014 12:38:01 +0100] rev 10178
don't stack bye/teleport sounds of hogs (when a team is gone)
2014-03-05 Don't run two engine threads simultaneously
unc0rr [Thu, 06 Mar 2014 00:18:51 +0400] rev 10177
Don't run two engine threads simultaneously
2014-03-04 Don't call halt()
unc0rr [Wed, 05 Mar 2014 00:53:08 +0400] rev 10176
Don't call halt()
2014-03-03 Remove game/preview functions split in library mode, just let normal procedure run instead:
unc0rr [Tue, 04 Mar 2014 00:40:23 +0400] rev 10175
Remove game/preview functions split in library mode, just let normal procedure run instead: - Remove tons of HWLIBRARY ifdefs - Override ParamCount and ParamStr to let GetParams work - Small fixes here and there
2014-03-03 - Fix crasher in doStepSniperRifleShot
unc0rr [Mon, 03 Mar 2014 22:36:30 +0400] rev 10174
- Fix crasher in doStepSniperRifleShot - Fix hwLibrary.pas dependencies list
2014-03-01 Make it build as library
unc0rr [Sun, 02 Mar 2014 00:34:18 +0400] rev 10173
Make it build as library
2014-03-01 Only draw border for solid land
nemo [Sat, 01 Mar 2014 15:04:38 -0500] rev 10172
Only draw border for solid land
2014-03-01 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.
nemo [Sat, 01 Mar 2014 14:52:36 -0500] rev 10171
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.
2014-03-01 merge
unc0rr [Sat, 01 Mar 2014 23:37:59 +0400] rev 10170
merge
2014-03-01 always update. a bit inefficient, but scripts do weird things.
nemo [Sat, 01 Mar 2014 14:37:06 -0500] rev 10169
always update. a bit inefficient, but scripts do weird things.
2014-03-01 Fix "don't know how to make hwengine.pas" error
unc0rr [Sat, 01 Mar 2014 23:37:01 +0400] rev 10168
Fix "don't know how to make hwengine.pas" error
2014-03-01 no idea what happened to this image... it seems like I'm reverting to most recent revision O_o
nemo [Sat, 01 Mar 2014 13:59:12 -0500] rev 10167
no idea what happened to this image... it seems like I'm reverting to most recent revision O_o
2014-03-01 pass --prefix to previews too
nemo [Sat, 01 Mar 2014 13:41:19 -0500] rev 10166
pass --prefix to previews too
2014-02-28 Use all pixels, not only 8x8 areas
unc0rr [Fri, 28 Feb 2014 14:03:21 +0400] rev 10165
Use all pixels, not only 8x8 areas
2014-02-28 AI doesn't skip till action on the map stops (mostly dedicated to highlander) + various small tweaks
unc0rr [Fri, 28 Feb 2014 13:55:16 +0400] rev 10164
AI doesn't skip till action on the map stops (mostly dedicated to highlander) + various small tweaks
2014-02-27 Oops, remove debug stuff which hid the feature
unc0rr [Thu, 27 Feb 2014 12:48:27 +0400] rev 10163
Oops, remove debug stuff which hid the feature
2014-02-26 Add alpha channel to preview
unc0rr [Wed, 26 Feb 2014 23:43:42 +0400] rev 10162
Add alpha channel to preview
2014-02-26 Move preview rendering into HWMap
unc0rr [Wed, 26 Feb 2014 23:07:55 +0400] rev 10161
Move preview rendering into HWMap
2014-02-25 - Make world wrap edges not depend on gear radius
unc0rr [Wed, 26 Feb 2014 00:28:27 +0400] rev 10160
- Make world wrap edges not depend on gear radius - Camera jumps on wrap such that gear position on the screen doesn't change - Small fix to cmake script
2014-02-24 move the freeModule too, couple of style tweaks
nemo [Mon, 24 Feb 2014 13:41:32 -0500] rev 10159
move the freeModule too, couple of style tweaks
2014-02-23 fix molotov sprite too
sheepluva [Sun, 23 Feb 2014 22:25:52 +0100] rev 10158
fix molotov sprite too
2014-02-23 tweak dynamite sprite (pixels at frame border, leading to visible filtering artifacts when zoomed)
sheepluva [Sun, 23 Feb 2014 21:55:08 +0100] rev 10157
tweak dynamite sprite (pixels at frame border, leading to visible filtering artifacts when zoomed)
2014-02-23 merge
nemo [Sun, 23 Feb 2014 13:50:58 -0500] rev 10156
merge
2014-02-23 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
sheepluva [Sun, 23 Feb 2014 19:15:39 +0100] rev 10155
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
2014-02-23 minor comments fix
sheepluva [Sun, 23 Feb 2014 19:08:37 +0100] rev 10154
minor comments fix
2014-02-23 add preview init to tunnels too
nemo [Sun, 23 Feb 2014 13:49:44 -0500] rev 10153
add preview init to tunnels too
2014-02-23 fix remaining alpha pixel issues (explosion landbacktex borders etc
sheepluva [Sun, 23 Feb 2014 17:31:00 +0100] rev 10152
fix remaining alpha pixel issues (explosion landbacktex borders etc
2014-02-23 use data not text, so DLC doesn't get an *
nemo [Sun, 23 Feb 2014 13:47:15 -0500] rev 10151
use data not text, so DLC doesn't get an *
2014-02-23 Allow lua drawn maps (shoppamap, tunnels, diagonal maze etc) to generate previews.
nemo [Sun, 23 Feb 2014 10:06:58 -0500] rev 10150
Allow lua drawn maps (shoppamap, tunnels, diagonal maze etc) to generate previews.
2014-02-21 Official challenge map #3 by 1937barcelona
unc0rr [Fri, 21 Feb 2014 13:31:16 +0400] rev 10149
Official challenge map #3 by 1937barcelona
2014-02-19 Don't rewrite server ini file too often
unc0rr [Thu, 20 Feb 2014 01:32:37 +0400] rev 10148
Don't rewrite server ini file too often
2014-02-19 Fix tinting of AI kills counter
unc0rr [Thu, 20 Feb 2014 00:28:49 +0400] rev 10147
Fix tinting of AI kills counter
2014-02-19 Should never use State like this, since some states aren't synced (thinking state for example)
unc0rr [Wed, 19 Feb 2014 19:10:11 +0400] rev 10146
Should never use State like this, since some states aren't synced (thinking state for example)
2014-02-18 allow switching through hogs in reverse order with PRECISE+HOGSWITCH
sheepluva [Tue, 18 Feb 2014 06:02:22 +0100] rev 10145
allow switching through hogs in reverse order with PRECISE+HOGSWITCH
2014-02-17 Fix issue 780 (copy-paste fail)
unc0rr [Tue, 18 Feb 2014 00:07:13 +0400] rev 10144
Fix issue #780 (copy-paste fail)
2014-02-16 Fix setting lc_endluatest result
unc0rr [Sun, 16 Feb 2014 22:51:25 +0400] rev 10143
Fix setting lc_endluatest result
2014-02-16 Reduce number of warnings in pas2c-generated code
unc0rr [Sun, 16 Feb 2014 22:06:55 +0400] rev 10142
Reduce number of warnings in pas2c-generated code
2014-02-16 Fix build
unc0rr [Sun, 16 Feb 2014 16:56:53 +0400] rev 10141
Fix build
2014-02-14 What about exact value?
unc0rr [Fri, 14 Feb 2014 13:55:13 +0400] rev 10140
What about exact value?
2014-02-14 In stats-only mode:
unc0rr [Fri, 14 Feb 2014 13:48:14 +0400] rev 10139
In stats-only mode: - Don't load all sprites - Don't use sdl_ttf - Don't load binds
2014-02-13 Only check alpha channel like BlitImageAndGenerateCollisionInfo does
unc0rr [Thu, 13 Feb 2014 23:53:47 +0400] rev 10138
Only check alpha channel like BlitImageAndGenerateCollisionInfo does
2014-02-13 NULL PChar is okay
unc0rr [Thu, 13 Feb 2014 23:38:16 +0400] rev 10137
NULL PChar is okay
2014-02-13 pngcrush on this file which will hopefully be cleaned up at some point
nemo [Thu, 13 Feb 2014 14:12:04 -0500] rev 10136
pngcrush on this file which will hopefully be cleaned up at some point
2014-02-13 Fix read of freed memory found with valgrind
unc0rr [Thu, 13 Feb 2014 22:04:56 +0400] rev 10135
Fix read of freed memory found with valgrind
2014-02-12 Use strchr instead of strstr with specially constructed string255 struct (not tested)
unc0rr [Wed, 12 Feb 2014 23:46:24 +0400] rev 10134
Use strchr instead of strstr with specially constructed string255 struct (not tested)
2014-02-12 - Remove few PAS2C ifdef's
unc0rr [Wed, 12 Feb 2014 23:40:35 +0400] rev 10133
- Remove few PAS2C ifdef's - Load localization
2014-02-12 Fix binds loading
unc0rr [Wed, 12 Feb 2014 22:40:35 +0400] rev 10132
Fix binds loading
2014-02-11 - pas2c recognizes typecasts in initialization expressions
unc0rr [Wed, 12 Feb 2014 00:50:15 +0400] rev 10131
- pas2c recognizes typecasts in initialization expressions - Forbid incompatible pointer types - Fixes and new functions to fpcrtl
2014-02-11 Small fix which makes pas2c engine successfully replay demos
unc0rr [Tue, 11 Feb 2014 22:05:03 +0400] rev 10130
Small fix which makes pas2c engine successfully replay demos
2014-02-10 - Pas2C: make use of 'external' function decorator
unc0rr [Tue, 11 Feb 2014 01:19:44 +0400] rev 10129
- Pas2C: make use of 'external' function decorator - Fixes to rtl - Some work here and there
2014-02-10 Implement needed rtl functions
unc0rr [Mon, 10 Feb 2014 23:02:49 +0400] rev 10128
Implement needed rtl functions
2014-02-09 It compiles \o/
unc0rr [Mon, 10 Feb 2014 00:43:03 +0400] rev 10127
It compiles \o/ Doesn't link yet though, need to implement new rtl functions
2014-02-09 fix lq rope being always drawn on screen with same width regardless of zoom
sheepluva [Sun, 09 Feb 2014 19:00:13 +0100] rev 10126
fix lq rope being always drawn on screen with same width regardless of zoom
2014-02-09 fix misleading indentation
sheepluva [Sun, 09 Feb 2014 18:35:11 +0100] rev 10125
fix misleading indentation
2014-02-08 Even more explicit type conversions and other stuff to help pas2c use ansistrings
unc0rr [Sun, 09 Feb 2014 00:44:29 +0400] rev 10124
Even more explicit type conversions and other stuff to help pas2c use ansistrings
2014-02-08 Implicit type casts to help pas2c
unc0rr [Sat, 08 Feb 2014 16:29:34 +0400] rev 10123
Implicit type casts to help pas2c
2014-02-07 Revert 88929358d2e1 in favor of ansistrings implementation in pas2c
unc0rr [Fri, 07 Feb 2014 23:57:32 +0400] rev 10122
Revert 88929358d2e1 in favor of ansistrings implementation in pas2c
2014-02-07 Implement a bit of astring
unc0rr [Fri, 07 Feb 2014 22:42:57 +0400] rev 10121
Implement a bit of astring
2014-02-07 Pas2C recognizes ansistrings
unc0rr [Fri, 07 Feb 2014 15:44:27 +0400] rev 10120
Pas2C recognizes ansistrings
2014-02-07 Fix build with old base package
unc0rr [Fri, 07 Feb 2014 14:41:49 +0400] rev 10119
Fix build with old base package
2014-02-07 disallow sinegun to penetrate solid land
sheepluva [Fri, 07 Feb 2014 10:11:10 +0100] rev 10118
disallow sinegun to penetrate solid land
2014-02-06 fix potential buffer overflow
sheepluva [Thu, 06 Feb 2014 22:13:30 +0100] rev 10117
fix potential buffer overflow
2014-02-06 rolling back my PChar stuff, because unC0Rr improves string handling pas2c instead <3
sheepluva [Thu, 06 Feb 2014 22:03:53 +0100] rev 10116
rolling back my PChar stuff, because unC0Rr improves string handling pas2c instead <3
2014-02-06 Merge
unc0rr [Fri, 07 Feb 2014 00:47:51 +0400] rev 10115
Merge
2014-02-06 get rid of hwpow. ~so long and thanks for all the wtfish~
sheepluva [Thu, 06 Feb 2014 21:07:50 +0100] rev 10114
get rid of hwpow. ~so long and thanks for all the wtfish~
2014-02-06 Fix tons and tons of pas2c warnings (but still not all of them)
unc0rr [Fri, 07 Feb 2014 00:46:49 +0400] rev 10113
Fix tons and tons of pas2c warnings (but still not all of them)
2014-02-06 fix indentation of previous commit and simplify rc-plane's angle-fix after portal code
sheepluva [Thu, 06 Feb 2014 20:18:10 +0100] rev 10112
fix indentation of previous commit and simplify rc-plane's angle-fix after portal code
2014-02-06 Drop support for other string types than string255
unc0rr [Thu, 06 Feb 2014 23:02:35 +0400] rev 10111
Drop support for other string types than string255
2014-02-06 simplify rc-plane's angle-adjustment-after-wrap code
sheepluva [Thu, 06 Feb 2014 19:05:22 +0100] rev 10110
simplify rc-plane's angle-adjustment-after-wrap code
2014-02-04 CMake checks for haskell modules needed
unc0rr [Tue, 04 Feb 2014 23:53:43 +0400] rev 10109
CMake checks for haskell modules needed
2014-02-04 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
sheepluva [Tue, 04 Feb 2014 19:45:22 +0100] rev 10108
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
2014-02-04 whoops, lost a space
sheepluva [Tue, 04 Feb 2014 17:24:32 +0100] rev 10107
whoops, lost a space
2014-02-04 fix a relevant warning I caused by accident
sheepluva [Tue, 04 Feb 2014 17:18:05 +0100] rev 10106
fix a relevant warning I caused by accident
2014-02-04 fixing the remaining PChar issues pas2c ran into to this point, now it stops because of being unable to deal with "set of char"
sheepluva [Tue, 04 Feb 2014 16:35:31 +0100] rev 10105
fixing the remaining PChar issues pas2c ran into to this point, now it stops because of being unable to deal with "set of char"
2014-02-04 yo dawg, I herd you like PChar...
sheepluva [Tue, 04 Feb 2014 15:23:37 +0100] rev 10104
yo dawg, I herd you like PChar...
2014-02-04 remove obsolete type conversions that messed with pas2c
sheepluva [Tue, 04 Feb 2014 14:04:24 +0100] rev 10103
remove obsolete type conversions that messed with pas2c
2014-02-04 fix some string related pas2c issues
sheepluva [Tue, 04 Feb 2014 13:47:43 +0100] rev 10102
fix some string related pas2c issues
2014-02-04 use uConsts rather than including config.inc more than once
sheepluva [Tue, 04 Feb 2014 13:37:12 +0100] rev 10101
use uConsts rather than including config.inc more than once
2014-02-04 add travis dependencies
sheepluva [Tue, 04 Feb 2014 12:37:26 +0100] rev 10100
add travis dependencies
2014-02-03 fix for Issue 777 (IceGun: Segfault when freezing water, with rqBlurryLand enabled)
sheepluva [Mon, 03 Feb 2014 14:06:11 +0100] rev 10099
fix for issue #777 (IceGun: Segfault when freezing water, with rqBlurryLand enabled)
2014-02-03 - Cut actions array instead of performing full copy, when it is possible
unc0rr [Mon, 03 Feb 2014 13:52:47 +0400] rev 10098
- Cut actions array instead of performing full copy, when it is possible - Fix use of uninitialized attack parameters struct (existed for years, and could maybe explain some weird ai behavior)
2014-02-03 Tiny optimization
unc0rr [Mon, 03 Feb 2014 13:32:09 +0400] rev 10097
Tiny optimization
2014-02-02 don't allow getting 2nd copy of wep you already have, prevent gaining banned weps even if set to infinite in scheme.
nemo [Sat, 01 Feb 2014 22:03:22 -0500] rev 10096
don't allow getting 2nd copy of wep you already have, prevent gaining banned weps even if set to infinite in scheme.
2014-02-01 Actually do some actions when flood detected
unc0rr [Sun, 02 Feb 2014 00:37:00 +0400] rev 10095
Actually do some actions when flood detected
2014-01-31 Define some boundaries to detect events
unc0rr [Fri, 31 Jan 2014 23:36:02 +0400] rev 10094
Define some boundaries to detect events
2014-01-31 More work on flood detector
unc0rr [Fri, 31 Jan 2014 16:51:20 +0400] rev 10093
More work on flood detector
2014-01-31 Fix build
unc0rr [Fri, 31 Jan 2014 12:45:51 +0400] rev 10092
Fix build
2014-01-30 Official racer challenge #2
unc0rr [Thu, 30 Jan 2014 16:08:05 +0400] rev 10091
Official racer challenge #2
2014-01-29 - Start work on flood detector
unc0rr [Thu, 30 Jan 2014 00:18:32 +0400] rev 10090
- Start work on flood detector - More agressive joins flood protection - Also fix some warnings
2014-01-29 aaaand remove switch
nemo [Wed, 29 Jan 2014 09:17:25 -0500] rev 10089
aaaand remove switch
2014-01-29 tweaks
nemo [Tue, 28 Jan 2014 23:14:02 -0500] rev 10088
tweaks
2014-01-28 Implement kick voting
unc0rr [Wed, 29 Jan 2014 00:26:35 +0400] rev 10087
Implement kick voting
2014-01-28 This should help server bypass malformed replays
unc0rr [Tue, 28 Jan 2014 22:29:21 +0400] rev 10086
This should help server bypass malformed replays
2014-01-28 remove a few weps I missed. forgot I'd uncommented prior to a diff I'd done earlier
nemo [Tue, 28 Jan 2014 09:09:31 -0500] rev 10085
remove a few weps I missed. forgot I'd uncommented prior to a diff I'd done earlier
2014-01-28 AI always activates invulnerability and extra damage if it has them
unc0rr [Tue, 28 Jan 2014 17:00:46 +0400] rev 10084
AI always activates invulnerability and extra damage if it has them
2014-01-28 Make highlander configurable using weapons, commit weaponset mimicking old values
nemo [Mon, 27 Jan 2014 23:44:28 -0500] rev 10083
Make highlander configurable using weapons, commit weaponset mimicking old values
2014-01-28 unbreak build. didn't test changes
nemo [Mon, 27 Jan 2014 23:42:20 -0500] rev 10082
unbreak build. didn't test changes
2014-01-27 Implement 'voted' function
unc0rr [Tue, 28 Jan 2014 00:22:49 +0400] rev 10081
Implement 'voted' function
2014-01-27 Even more love to pas2c
unc0rr [Mon, 27 Jan 2014 22:34:06 +0400] rev 10080
Even more love to pas2c
2014-01-26 Fix times
unc0rr [Mon, 27 Jan 2014 01:07:12 +0400] rev 10079
Fix times
2014-01-26 Some love to pas2c
unc0rr [Mon, 27 Jan 2014 00:33:42 +0400] rev 10078
Some love to pas2c
2014-01-26 ADMIN_ACCESS is deprecated long ago
unc0rr [Sun, 26 Jan 2014 10:20:42 +0400] rev 10077
ADMIN_ACCESS is deprecated long ago
2014-01-25 Mutual authentication: server side
unc0rr [Sun, 26 Jan 2014 02:17:04 +0400] rev 10076
Mutual authentication: server side
2014-01-25 Filter confusables to some limits
unc0rr [Sun, 26 Jan 2014 00:09:50 +0400] rev 10075
Filter confusables to some limits
2014-01-25 Mutual authentication: client side
unc0rr [Sun, 26 Jan 2014 00:08:49 +0400] rev 10074
Mutual authentication: client side
2014-01-24 Now convert to xml rules
unc0rr [Fri, 24 Jan 2014 22:38:15 +0400] rev 10073
Now convert to xml rules
2014-01-24 freaking space
koda [Fri, 24 Jan 2014 13:19:35 +0100] rev 10072
freaking space
2014-01-24 add glew and ghc-zlib dependencies for travis tests
koda [Fri, 24 Jan 2014 13:05:19 +0100] rev 10071
add glew and ghc-zlib dependencies for travis tests
2014-01-24 ghc ooops
koda [Fri, 24 Jan 2014 12:44:03 +0100] rev 10070
ghc ooops
2014-01-24 add AppData file
koda [Fri, 24 Jan 2014 11:11:39 +0100] rev 10069
add AppData file close #706
2014-01-24 use CMAKE_CURRENT_SOURCE_DIR consistently
koda [Fri, 24 Jan 2014 10:56:22 +0100] rev 10068
use CMAKE_CURRENT_SOURCE_DIR consistently
2014-01-24 Must not code at late night (fix sanity check)
unc0rr [Fri, 24 Jan 2014 10:39:41 +0400] rev 10067
Must not code at late night (fix sanity check)
2014-01-24 - Add SCHEME which is needed in room config
unc0rr [Fri, 24 Jan 2014 09:48:46 +0400] rev 10066
- Add SCHEME which is needed in room config - Fix replay of games on maze maps
2014-01-23 Some basic sanity tests for replay files
unc0rr [Fri, 24 Jan 2014 00:05:19 +0400] rev 10065
Some basic sanity tests for replay files
2014-01-23 confusables.txt to insert query converter
unc0rr [Thu, 23 Jan 2014 23:28:16 +0400] rev 10064
confusables.txt to insert query converter
2014-01-23 Handle chars and not bytes for usernames :-p
unc0rr [Thu, 23 Jan 2014 21:54:26 +0400] rev 10063
Handle chars and not bytes for usernames :-p
2014-01-23 turned out this blocked CJK characters too. stick to ASCII control char ban only, do NOT include UTF-8 control chars
sheepluva [Thu, 23 Jan 2014 14:18:06 +0100] rev 10062
turned out this blocked CJK characters too. stick to ASCII control char ban only, do NOT include UTF-8 control chars
2014-01-23 hide complete IP of other users, when non-admin requests player info. showing the first two parts of the IP was kinda pointless to begin with (what for?) and has recently lead to increased abuse and lobby flooding due to bots collecting/posting IP tracking information
sheepluva [Thu, 23 Jan 2014 13:56:53 +0100] rev 10061
hide complete IP of other users, when non-admin requests player info. showing the first two parts of the IP was kinda pointless to begin with (what for?) and has recently lead to increased abuse and lobby flooding due to bots collecting/posting IP tracking information
2014-01-23 Use zlibFormat
unc0rr [Thu, 23 Jan 2014 13:24:28 +0400] rev 10060
Use zlibFormat
2014-01-22 disallow control chars in player nicks, thanks for burp to helping making the list more complete
sheepluva [Wed, 22 Jan 2014 23:52:21 +0100] rev 10059
disallow control chars in player nicks, thanks for burp to helping making the list more complete
2014-01-22 - Implement /callvote
unc0rr [Thu, 23 Jan 2014 01:04:17 +0400] rev 10058
- Implement /callvote
2014-01-22 - Allow delegation to specific person in fixed room
unc0rr [Thu, 23 Jan 2014 00:07:27 +0400] rev 10057
- Allow delegation to specific person in fixed room - Remove redundant check in DELEGATE handler
2014-01-22 Don't delegate special room to another player when owner quits
unc0rr [Wed, 22 Jan 2014 23:42:41 +0400] rev 10056
Don't delegate special room to another player when owner quits
2014-01-22 More robust implementation of decompression
unc0rr [Wed, 22 Jan 2014 23:06:50 +0400] rev 10055
More robust implementation of decompression
2014-01-22 Small update of my voice-pack Default_ru
Wohlstand [Wed, 22 Jan 2014 19:55:52 +0100] rev 10054
Small update of my voice-pack Default_ru
2014-01-22 actual fix
sheepluva [Wed, 22 Jan 2014 18:46:15 +0100] rev 10053
actual fix
2014-01-22 fix server not building
sheepluva [Wed, 22 Jan 2014 15:53:36 +0100] rev 10052
fix server not building
2014-01-22 Show which file has failed
unc0rr [Wed, 22 Jan 2014 14:50:50 +0400] rev 10051
Show which file has failed
2014-01-22 Check if frontend was too lazy to actually send drawn map data to the server
unc0rr [Wed, 22 Jan 2014 14:45:33 +0400] rev 10050
Check if frontend was too lazy to actually send drawn map data to the server
2014-01-22 Oops, forgot this
unc0rr [Wed, 22 Jan 2014 09:19:08 +0400] rev 10049
Oops, forgot this
2014-01-22 test tweak/fix
sheepluva [Wed, 22 Jan 2014 01:16:11 +0100] rev 10048
test tweak/fix
2014-01-21 more scripts found by sheepluva
koda [Wed, 22 Jan 2014 00:37:43 +0100] rev 10047
more scripts found by sheepluva
2014-01-21 little gameServer cleanup
koda [Wed, 22 Jan 2014 00:23:08 +0100] rev 10046
little gameServer cleanup
2014-01-21 restore revinfo
koda [Tue, 21 Jan 2014 23:57:34 +0100] rev 10045
restore revinfo
2014-01-21 readd r3be36d2fdca6
koda [Tue, 21 Jan 2014 23:53:26 +0100] rev 10044
readd r3be36d2fdca6
2014-01-21 ok really restore tests
koda [Tue, 21 Jan 2014 23:46:48 +0100] rev 10043
ok really restore tests
2014-01-21 restore tests
koda [Tue, 21 Jan 2014 23:25:57 +0100] rev 10042
restore tests
2014-01-21 restore gameServer changes
koda [Tue, 21 Jan 2014 23:15:25 +0100] rev 10041
restore gameServer changes
2014-01-21 merge
koda [Tue, 21 Jan 2014 22:53:15 +0100] rev 10040
merge
2014-01-21 Halfplement voting
unc0rr [Wed, 22 Jan 2014 01:11:13 +0400] rev 10039
Halfplement voting
2014-01-21 Fix uGearsHandlersMess.pas changes lost in merge r1c02143bfe9c.
sheepluva [Tue, 21 Jan 2014 21:16:52 +0100] rev 10038
Fix uGearsHandlersMess.pas changes lost in merge r1c02143bfe9c. This seems to only include the drill rocket fixes ( re0dd66b2e73b and r8db0c56f7e2f ) as well as the initial cake push ( r8786d4ac9e0b )
2014-01-21 Fix server producing unreplayable records
unc0rr [Tue, 21 Jan 2014 22:04:40 +0400] rev 10037
Fix server producing unreplayable records
2014-01-21 use new API for changing GameFlags
sheepluva [Tue, 21 Jan 2014 18:02:37 +0100] rev 10036
use new API for changing GameFlags
2014-01-21 luaAPI:
sheepluva [Tue, 21 Jan 2014 15:56:52 +0100] rev 10035
luaAPI: * add paramater count checks to gameflag functions * add GetGameFlag(gameflag) for checking a gameflag's current state
2014-01-21 Fix detection of mapgen
unc0rr [Tue, 21 Jan 2014 11:48:43 +0400] rev 10034
Fix detection of mapgen
2014-01-21 Merge
unc0rr [Tue, 21 Jan 2014 10:59:52 +0400] rev 10033
Merge
2014-01-21 This adds idle hog tinting. Active hog tinting still needed.
nemo [Mon, 20 Jan 2014 21:16:17 -0500] rev 10032
This adds idle hog tinting. Active hog tinting still needed.
2014-01-21 let log know when a test finished properly, so that an unexpected termination (segfault, divbyzero, etc) is easier to tell apart from test fail
sheepluva [Tue, 21 Jan 2014 01:38:06 +0100] rev 10031
let log know when a test finished properly, so that an unexpected termination (segfault, divbyzero, etc) is easier to tell apart from test fail
2014-01-21 * fix divbyzero found by GetGravity test (cWindSpeed was used where cMaxWindSpeed should have been)
sheepluva [Tue, 21 Jan 2014 01:27:25 +0100] rev 10030
* fix divbyzero found by GetGravity test (cWindSpeed was used where cMaxWindSpeed should have been) * make GetGravity return same integer value that was given by SetGravity (by rounding away precision errors rather than just truncate) - a problem also identified by the test :P
2014-01-21 test for GetGravity and SetGravity
sheepluva [Tue, 21 Jan 2014 01:23:57 +0100] rev 10029
test for GetGravity and SetGravity
2014-01-20 add a test based on unC0Rr's suggestion. still a lot of mess and redundancy involved, sry :P
sheepluva [Mon, 20 Jan 2014 22:42:36 +0100] rev 10028
add a test based on unC0Rr's suggestion. still a lot of mess and redundancy involved, sry :P
2014-01-20 Implement drawnMapData function so checker could check replays with drawn maps
unc0rr [Tue, 21 Jan 2014 00:09:06 +0400] rev 10027
Implement drawnMapData function so checker could check replays with drawn maps
2014-01-20 drill rocket test
sheepluva [Mon, 20 Jan 2014 15:31:45 +0100] rev 10026
drill rocket test
2014-01-20 new cmake option NOVERSIONINFOUPDATE -- to be used if source is in a git/repo that is NOT the hedgewars repo
sheepluva [Mon, 20 Jan 2014 10:40:59 +0100] rev 10025
new cmake option NOVERSIONINFOUPDATE -- to be used if source is in a git/repo that is NOT the hedgewars repo
2014-01-20 remove DroidSans font from source dir. it is unused afaik and also wrongly included in the source tarballs
sheepluva [Mon, 20 Jan 2014 10:16:29 +0100] rev 10024
remove DroidSans font from source dir. it is unused afaik and also wrongly included in the source tarballs
2014-01-19 fix despeckle mutilating blurry land
sheepluva [Sun, 19 Jan 2014 22:39:06 +0100] rev 10023
fix despeckle mutilating blurry land
2014-01-19 - Make Racer report achievements
unc0rr [Mon, 20 Jan 2014 00:25:40 +0400] rev 10022
- Make Racer report achievements - Add official racer challenge map #1 - Helper script to detect official challenge maps by land digest
2014-01-19 no idea how I ended up forgetting about the offset I need for same position in different rows (in 1d array); also remove obsolete comment
sheepluva [Sun, 19 Jan 2014 17:53:16 +0100] rev 10021
no idea how I ended up forgetting about the offset I need for same position in different rows (in 1d array); also remove obsolete comment
2014-01-19 small tweak/hax for blurry land to make tile borders vanish (when clamping is off)
sheepluva [Sun, 19 Jan 2014 16:35:06 +0100] rev 10020
small tweak/hax for blurry land to make tile borders vanish (when clamping is off)
2014-01-21 add travis tests for the two new cmake options
koda [Tue, 21 Jan 2014 22:44:37 +0100] rev 10019
add travis tests for the two new cmake options
2014-01-19 (experimental) merging the new procedures for different pixel representations (1D/2D arrays) into a single procedure with the algorithm and two procedures for the different mapping. - because redundant code sucks (at least twice)
sheepluva [Sun, 19 Jan 2014 14:58:54 +0100] rev 10018
(experimental) merging the new procedures for different pixel representations (1D/2D arrays) into a single procedure with the algorithm and two procedures for the different mapping. - because redundant code sucks (at least twice)
2014-01-21 fixwhitespace and dos2unix
koda [Tue, 21 Jan 2014 22:43:06 +0100] rev 10017
fixwhitespace and dos2unix
2014-01-19 (experimental) make the mysterious borders around land/hats/etc that appear on zoom vanish
sheepluva [Sun, 19 Jan 2014 13:41:11 +0100] rev 10016
(experimental) make the mysterious borders around land/hats/etc that appear on zoom vanish note: not applied to everything yet note: I'll probably merge the two functions that do the same thing (one for 1darray, one for 2darray representation of pixels) into a single function
2014-01-21 partial merge of the webgl branch
koda [Tue, 21 Jan 2014 22:38:13 +0100] rev 10015
partial merge of the webgl branch This commit contains the new pas2c conversion tool, the pascal to c build structure and the opengl2 rendering backend. Patch reviewed by unC0Rr.
2014-01-18 Fix checker logon process
Wohlstand [Sun, 19 Jan 2014 00:18:28 +0400] rev 10014
Fix checker logon process
2014-01-18 changing build files without testing the change is fun, isn't it? especially for trivial things that would take less than 10 seconds to test :p
sheepluva [Sat, 18 Jan 2014 18:20:43 +0100] rev 10013
changing build files without testing the change is fun, isn't it? especially for trivial things that would take less than 10 seconds to test :p
2014-01-18 Make poison damage possibly variable (might as well since effects is a count). Scripts might find it handy.
nemo [Sat, 18 Jan 2014 08:09:55 -0500] rev 10012
Make poison damage possibly variable (might as well since effects is a count). Scripts might find it handy.
2014-01-17 Add check for gear kind of hedgehog on invulnerability effect. This probably fixes bug #766, is similar to change in previous r2a1483d91977 and was introduced by r7d925e82e572
nemo [Fri, 17 Jan 2014 16:13:10 -0500] rev 10011
Add check for gear kind of hedgehog on invulnerability effect. This probably fixes bug #766, is similar to change in previous r2a1483d91977 and was introduced by r7d925e82e572
2014-01-17 well. let's fix this at least - only apply to gears that are actually hedgehogs, not just ones associated with a hedgehog (which can be pretty much any gear since damage tracking was added)
nemo [Fri, 17 Jan 2014 15:37:24 -0500] rev 10010
well. let's fix this at least - only apply to gears that are actually hedgehogs, not just ones associated with a hedgehog (which can be pretty much any gear since damage tracking was added)
2014-01-17 Convert some ansistrings to pchars
unc0rr [Sat, 18 Jan 2014 00:10:33 +0400] rev 10009
Convert some ansistrings to pchars
2014-01-17 drop redundancies for lua and physfs
koda [Fri, 17 Jan 2014 18:17:47 +0100] rev 10008
drop redundancies for lua and physfs
2014-01-17 fix linking physfs after a run of cmake
koda [Fri, 17 Jan 2014 18:04:49 +0100] rev 10007
fix linking physfs after a run of cmake
2014-01-17 happy 10000th commit
koda [Fri, 17 Jan 2014 16:50:01 +0100] rev 10006
happy 10000th commit also fix the travis build by adding a system physfs library
2014-01-17 fix build on travis
unC0Rr [Fri, 17 Jan 2014 16:29:11 +0100] rev 10005
fix build on travis
2014-01-17 use bundled physfs on win and osx
koda [Fri, 17 Jan 2014 16:31:36 +0100] rev 10004
use bundled physfs on win and osx
2014-01-17 fix some travis BUILD_ARGS and add a new one
koda [Fri, 17 Jan 2014 16:16:28 +0100] rev 10003
fix some travis BUILD_ARGS and add a new one
2014-01-17 Merge pull request #11 from LocutusOfBorg/fix-arm
Vittorio Giovara <vittorio.giovara@gmail.com> [Fri, 17 Jan 2014 06:58:28 -0800] rev 10002
Merge pull request #11 from LocutusOfBorg/fix-arm Added cast to qreal, avoiding ftbfs due to issue #758
2014-01-17 disallow currenthh arrow to go offscreen, always point in direction of the hog - this should make the life of new players easier
sheepluva [Fri, 17 Jan 2014 15:32:50 +0100] rev 10001
disallow currenthh arrow to go offscreen, always point in direction of the hog - this should make the life of new players easier
2014-01-17 position "finger"/pointer over current hog above tags
sheepluva [Fri, 17 Jan 2014 13:51:47 +0100] rev 10000
position "finger"/pointer over current hog above tags
2014-01-17 style tweaks
sheepluva [Fri, 17 Jan 2014 01:42:12 +0100] rev 9999
style tweaks
2014-01-17 update copyright to 2014
sheepluva [Fri, 17 Jan 2014 01:06:54 +0100] rev 9998
update copyright to 2014
2014-01-16 move room state filter
sheepluva [Fri, 17 Jan 2014 00:24:23 +0100] rev 9997
move room state filter
2014-01-16 unCORr likes PChar arrays
sheepluva [Thu, 16 Jan 2014 22:38:43 +0100] rev 9996
unCORr likes PChar arrays
2014-01-16 In special rooms game starts when all players are ready
unc0rr [Thu, 16 Jan 2014 23:47:36 +0400] rev 9995
In special rooms game starts when all players are ready
2014-01-16 * allow telling cmake where to find required fonts in system when user supplies the paths, as suggested by unC0Rr, e.g. -DFONTS_DIRS='/usr/share/fonts/truetype/wqy;/usr/share/fonts/truetype/dejavu'
sheepluva [Thu, 16 Jan 2014 19:50:18 +0100] rev 9994
* allow telling cmake where to find required fonts in system when user supplies the paths, as suggested by unC0Rr, e.g. -DFONTS_DIRS='/usr/share/fonts/truetype/wqy;/usr/share/fonts/truetype/dejavu' * the build system will use the paths to lookup fonts and install those not found * the engine will load the paths into physfs (mountpoint /Fonts) to make the fonts available at runtime * overriding fonts in packages should be possible again now
2014-01-16 allow engine to use symlinked fonts. disallow packages to "overwrite" fonts
sheepluva [Thu, 16 Jan 2014 17:18:53 +0100] rev 9993
allow engine to use symlinked fonts. disallow packages to "overwrite" fonts
2014-01-16 PhysicsFS 2.0.0 seems to be sufficient; also fix a typo
sheepluva [Thu, 16 Jan 2014 12:28:41 +0100] rev 9992
PhysicsFS 2.0.0 seems to be sufficient; also fix a typo
2014-01-15 add compatibility for physicsfs 2.0
sheepluva [Wed, 15 Jan 2014 23:48:18 +0100] rev 9991
add compatibility for physicsfs 2.0
2014-01-15 oops, fix build
unc0rr [Thu, 16 Jan 2014 01:27:44 +0400] rev 9990
oops, fix build
2014-01-15 Also define default value of THEME
unc0rr [Thu, 16 Jan 2014 01:19:21 +0400] rev 9989
Also define default value of THEME
2014-01-14 simple mechanism to run lua-based test cases. experimental - I will back it out if it turns out to be nonsense
sheepluva [Tue, 14 Jan 2014 22:56:13 +0100] rev 9988
simple mechanism to run lua-based test cases. experimental - I will back it out if it turns out to be nonsense
2014-01-14 fix seteffect documentation, lua wiki misled me there
sheepluva [Tue, 14 Jan 2014 11:45:52 +0100] rev 9987
fix seteffect documentation, lua wiki misled me there
2014-01-19 ifdef for now webgl
unc0rr [Sun, 19 Jan 2014 23:57:52 +0400] rev 9986
ifdef for now
2014-01-14 GravRacer, GravHigh, GravMutant, Grav... uhm... shoppamap? Easy! Gravity script could be combined with any other script now.
unc0rr [Tue, 14 Jan 2014 12:44:29 +0400] rev 9985
GravRacer, GravHigh, GravMutant, Grav... uhm... shoppamap? Easy! Gravity script could be combined with any other script now. TODO: security concerns? script name to load is passed via game scheme.
2014-01-09 Fixed build failure to a missing math library linked with BUILD_ENGINE_C=1 and clang webgl
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Thu, 09 Jan 2014 19:10:12 +0100] rev 9984
Fixed build failure to a missing math library linked with BUILD_ENGINE_C=1 and clang
2014-01-13 Free cached ammo menu tex on quit.
nemo [Mon, 13 Jan 2014 14:40:06 -0500] rev 9983
Free cached ammo menu tex on quit.
2014-01-09 '-d' option to pas2c webgl
unc0rr [Thu, 09 Jan 2014 23:54:40 +0400] rev 9982
'-d' option to pas2c
2014-01-13 Parse " and \ escaping in binds
unc0rr [Mon, 13 Jan 2014 23:07:27 +0400] rev 9981
Parse " and \ escaping in binds
2014-01-08 rename NOPASCAL option to BUILD_ENGINE_C webgl
koda [Wed, 08 Jan 2014 23:49:08 +0100] rev 9980
rename NOPASCAL option to BUILD_ENGINE_C
2014-01-13 fix missing escape for usernick used in regexp
sheepluva [Mon, 13 Jan 2014 19:34:39 +0100] rev 9979
fix missing escape for usernick used in regexp
2014-01-08 cosmetics webgl
koda [Wed, 08 Jan 2014 16:44:23 +0100] rev 9978
cosmetics
2014-01-12 Oops, forgot 'hg add' this file
unc0rr [Sun, 12 Jan 2014 16:21:57 +0400] rev 9977
Oops, forgot 'hg add' this file
2014-01-08 call pas2c on hwengine only webgl
koda [Wed, 08 Jan 2014 16:43:49 +0100] rev 9976
call pas2c on hwengine only
2014-01-12 Allow logins at any interval, but not more than 2 logins in 30 seconds, 4 in 2 minutes and 6 in 10 minutes.
unc0rr [Sun, 12 Jan 2014 16:12:25 +0400] rev 9975
Allow logins at any interval, but not more than 2 logins in 30 seconds, 4 in 2 minutes and 6 in 10 minutes.
2014-01-08 Oops webgl
unc0rr [Wed, 08 Jan 2014 13:04:50 +0400] rev 9974
Oops
2014-01-12 Stub for joins monitor which is a replacement to plain ban for 10 seconds system after join
unc0rr [Sun, 12 Jan 2014 15:15:59 +0400] rev 9973
Stub for joins monitor which is a replacement to plain ban for 10 seconds system after join
2014-01-07 Remove X and Y from the structure since those are misaligned in c code and I failed to do anything about that and they were the last cause of desyncs and only used in 4 places and I'm too lazy webgl
unc0rr [Wed, 08 Jan 2014 01:16:20 +0400] rev 9972
Remove X and Y from the structure since those are misaligned in c code and I failed to do anything about that and they were the last cause of desyncs and only used in 4 places and I'm too lazy
2014-01-12 That check was too weird and complicated
unc0rr [Sun, 12 Jan 2014 11:07:49 +0400] rev 9971
That check was too weird and complicated
2014-01-07 Fix these too webgl
unc0rr [Wed, 08 Jan 2014 00:31:30 +0400] rev 9970
Fix these too
2014-01-10 Cake falls when loses ground
unc0rr [Fri, 10 Jan 2014 22:56:10 +0400] rev 9969
Cake falls when loses ground
2014-01-07 Fix two desync causes webgl
unc0rr [Wed, 08 Jan 2014 00:13:12 +0400] rev 9968
Fix two desync causes
2014-01-10 keep velocity from fluttering between 2 and 3px / ms when falling...
nemo [Fri, 10 Jan 2014 11:35:02 -0500] rev 9967
keep velocity from fluttering between 2 and 3px / ms when falling...
2014-01-07 pas2c engine now writes debug log webgl
unc0rr [Tue, 07 Jan 2014 22:08:02 +0400] rev 9966
pas2c engine now writes debug log
2014-01-08 fix a few uses of VERSION_* checks
koda [Wed, 08 Jan 2014 23:46:02 +0100] rev 9965
fix a few uses of VERSION_* checks
2014-01-06 Render chars as hex numbers webgl
unc0rr [Tue, 07 Jan 2014 01:58:23 +0400] rev 9964
Render chars as hex numbers
2014-01-08 drop extra spaces from a few CMakeLists.txt files
koda [Wed, 08 Jan 2014 23:39:43 +0100] rev 9963
drop extra spaces from a few CMakeLists.txt files
2014-01-06 oh those signed chars webgl
unc0rr [Tue, 07 Jan 2014 00:02:58 +0400] rev 9962
oh those signed chars
2014-01-08 consistent cmake checks
koda [Wed, 08 Jan 2014 23:29:30 +0100] rev 9961
consistent cmake checks
2014-01-05 Fix doStepHandlers confusion webgl
unc0rr [Mon, 06 Jan 2014 01:36:33 +0400] rev 9960
Fix doStepHandlers confusion
2014-01-08 use mainstream project name
koda [Wed, 08 Jan 2014 19:19:09 +0100] rev 9959
use mainstream project name
2014-01-05 - Don't define NOCONSOLE webgl
unc0rr [Sun, 05 Jan 2014 23:58:13 +0400] rev 9958
- Don't define NOCONSOLE - Fix initialization with a pointer to stack (pas2c can't handle typed consts in functions) in uMisc.initModule
2014-01-08 add other libav library versions
koda [Wed, 08 Jan 2014 18:57:23 +0100] rev 9957
add other libav library versions
2014-01-05 Prevent assertion on uninitialized variable webgl
unc0rr [Sun, 05 Jan 2014 13:08:50 +0400] rev 9956
Prevent assertion on uninitialized variable
2014-01-08 21 now
unc0rr [Wed, 08 Jan 2014 20:29:34 +0400] rev 9955
21 now
2014-01-05 - Fix build via pas2c webgl
unc0rr [Sun, 05 Jan 2014 10:54:03 +0400] rev 9954
- Fix build via pas2c - Remove pas2c hacks in uLandTemplates
2014-01-08 Ban arch.c from source tarball
unc0rr [Wed, 08 Jan 2014 19:34:12 +0400] rev 9953
Ban arch.c from source tarball
2014-01-04 Fix build (no idea what's going on in this branch btw) webgl
unc0rr [Sun, 05 Jan 2014 00:46:26 +0400] rev 9952
Fix build (no idea what's going on in this branch btw)
2014-01-07 pick random x/y prior to addgear (as generic faller does) to avoid random numbers picked out of order
nemo [Tue, 07 Jan 2014 13:56:03 -0500] rev 9951
pick random x/y prior to addgear (as generic faller does) to avoid random numbers picked out of order
2014-01-04 merge default webgl
unc0rr [Sat, 04 Jan 2014 23:55:54 +0400] rev 9950
merge default
2014-01-07 Added cast to qreal, avoiding ftbfs due to issue #758
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Tue, 07 Jan 2014 11:40:58 +0100] rev 9949
Added cast to qreal, avoiding ftbfs due to issue #758 More explanation here https://wiki.debian.org/ArmEabiFixes And on qt-project.org reference website: "Typedef for double on all platforms except for those using CPUs with ARM architectures. On ARM-based platforms, qreal is a typedef for float for performance reasons."
2014-01-04 +speedup in binds config (fixes issue 749)
unc0rr [Sat, 04 Jan 2014 23:30:52 +0400] rev 9948
+speedup in binds config (fixes issue #749)
2014-01-04 enable verbosity in travis builds
koda [Sat, 04 Jan 2014 02:41:23 +0100] rev 9947
enable verbosity in travis builds
2014-01-04 revert 58dee07f7552
koda [Sat, 04 Jan 2014 02:36:55 +0100] rev 9946
revert 58dee07f7552
2014-01-04 hwlibrary also depends on hwengine
koda [Sat, 04 Jan 2014 02:15:01 +0100] rev 9945
hwlibrary also depends on hwengine
2014-01-04 correctly set this pascal flag for future compatibility
koda [Sat, 04 Jan 2014 02:00:12 +0100] rev 9944
correctly set this pascal flag for future compatibility
2014-01-04 update copyright year (twice) for Info.plist
koda [Sat, 04 Jan 2014 01:56:22 +0100] rev 9943
update copyright year (twice) for Info.plist
2014-01-04 set common pascal library search path once
koda [Sat, 04 Jan 2014 01:55:43 +0100] rev 9942
set common pascal library search path once
2014-01-04 explicitly set linker library path for pascal when deploying an older version
koda [Sat, 04 Jan 2014 01:51:33 +0100] rev 9941
explicitly set linker library path for pascal when deploying an older version
2014-01-04 allow specifying a different CMAKE_OSX_SYSROOT
koda [Sat, 04 Jan 2014 01:50:23 +0100] rev 9940
allow specifying a different CMAKE_OSX_SYSROOT
2014-01-03 less spam
koda [Fri, 03 Jan 2014 20:15:43 +0100] rev 9939
less spam
2014-01-03 I'd meant for this to match the frontend
nemo [Fri, 03 Jan 2014 14:11:16 -0500] rev 9938
I'd meant for this to match the frontend
2014-01-03 fix git hash reporting
koda [Fri, 03 Jan 2014 19:28:14 +0100] rev 9937
fix git hash reporting
2014-01-03 enable travis bot
koda [Fri, 03 Jan 2014 19:17:42 +0100] rev 9936
enable travis bot
2014-01-03 add more travis tests
koda [Fri, 03 Jan 2014 17:20:06 +0100] rev 9935
add more travis tests
2015-06-01 Close branch 0.9.20
koda [Mon, 01 Jun 2015 14:39:25 +0200] rev 9934
Close branch
2014-01-03 have revinfo also try to pick up git hashes
koda [Fri, 03 Jan 2014 17:14:19 +0100] rev 9933
have revinfo also try to pick up git hashes
2015-06-01 Fix building on OSX when autoupdate is disabled 0.9.20
koda [Mon, 01 Jun 2015 14:30:22 +0200] rev 9932
Fix building on OSX when autoupdate is disabled
2014-01-03 Merge pull request #10 from LocutusOfBorg/fix-avwrapper2
Vittorio Giovara <vittorio.giovara@gmail.com> [Fri, 03 Jan 2014 07:50:42 -0800] rev 9931
Merge pull request #10 from LocutusOfBorg/fix-avwrapper2 Fixed commit 887b9eca023c94c26daf9607c7ac9b18172c634d
2014-03-05 don't stack bye/teleport sounds of hogs (when a team is gone) 0.9.20
sheepluva [Wed, 05 Mar 2014 12:35:51 +0100] rev 9930
don't stack bye/teleport sounds of hogs (when a team is gone)
2014-01-03 Fixed commit 887b9eca023c94c26daf9607c7ac9b18172c634d
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Fri, 03 Jan 2014 16:24:49 +0100] rev 9929
Fixed commit 887b9eca023c94c26daf9607c7ac9b18172c634d
2014-01-07 backport of r2aa9cf5badfcc978268a9bf06950942f27dfd366 0.9.20
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Tue, 07 Jan 2014 11:40:58 +0100] rev 9928
backport of r2aa9cf5badfcc978268a9bf06950942f27dfd366 Added cast to qreal, avoiding ftbfs due to issue #758 More explanation here https://wiki.debian.org/ArmEabiFixes And on qt-project.org reference website: "Typedef for double on all platforms except for those using CPUs with ARM architectures. On ARM-based platforms, qreal is a typedef for float for performance reasons."
2014-01-03 Merge pull request #8 from LocutusOfBorg/fix-avwrapper-exit-calls
Vittorio Giovara <vittorio.giovara@gmail.com> [Fri, 03 Jan 2014 07:19:04 -0800] rev 9927
Merge pull request #8 from LocutusOfBorg/fix-avwrapper-exit-calls Fixed avwrapper exit calls, fixing issue #752
2014-01-04 revert 58dee07f7552 0.9.20
koda [Sat, 04 Jan 2014 02:36:55 +0100] rev 9926
revert 58dee07f7552
2014-01-03 Fixed avwrapper exit calls, fixing issue 752
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Fri, 03 Jan 2014 14:21:39 +0100] rev 9925
Fixed avwrapper exit calls, fixing issue #752
2014-01-04 hwlibrary also depends on hwengine 0.9.20
koda [Sat, 04 Jan 2014 02:15:01 +0100] rev 9924
hwlibrary also depends on hwengine
2014-01-03 Merge pull request #7 from LocutusOfBorg/fix-FPIC
Vittorio Giovara <vittorio.giovara@gmail.com> [Fri, 03 Jan 2014 07:09:28 -0800] rev 9923
Merge pull request #7 from LocutusOfBorg/fix-FPIC Fixed fPIC link failure with arm and sparc architectures, fixing issue #757
2014-01-04 correctly set this pascal flag for future compatibility 0.9.20
koda [Sat, 04 Jan 2014 02:18:57 +0100] rev 9922
correctly set this pascal flag for future compatibility
2014-01-03 Fixed fPIC link failure with arm and sparc architectures, fixing issue #757
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Fri, 03 Jan 2014 13:07:19 +0100] rev 9921
Fixed fPIC link failure with arm and sparc architectures, fixing issue #757 Added TargetArch.cmake, from https://github.com/petroules/solar-cmake/blob/master/TargetArch.cmake
2014-01-03 unsynced remote changes...
koda [Fri, 03 Jan 2014 15:24:22 +0100] rev 9920
unsynced remote changes...
2014-01-04 update copyright year (twice) for Info.plist 0.9.20
koda [Sat, 04 Jan 2014 02:18:57 +0100] rev 9919
update copyright year (twice) for Info.plist
2014-01-03 Merge pull request #6 from LocutusOfBorg/added-travis
Vittorio Giovara <vittorio.giovara@gmail.com> [Fri, 03 Jan 2014 05:58:18 -0800] rev 9918
Merge pull request #6 from LocutusOfBorg/added-travis Added simple travis file for automated github testing
2014-01-03 tweak
nemo [Fri, 03 Jan 2014 00:31:07 -0500] rev 9917
tweak
2014-01-04 set common pascal library search path once 0.9.20
koda [Sat, 04 Jan 2014 02:18:57 +0100] rev 9916
set common pascal library search path once
2014-01-03 Added simple travis file
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Fri, 03 Jan 2014 10:41:16 +0100] rev 9915
Added simple travis file
2014-01-03 hey, if unc0rr can screw with gravity...
nemo [Thu, 02 Jan 2014 23:52:34 -0500] rev 9914
hey, if unc0rr can screw with gravity...
2014-01-04 explicitly set linker library path for pascal when deploying an older version 0.9.20
koda [Sat, 04 Jan 2014 02:18:57 +0100] rev 9913
explicitly set linker library path for pascal when deploying an older version
2014-01-03 merge cmake osx sdk changes
koda [Fri, 03 Jan 2014 01:41:32 +0100] rev 9912
merge cmake osx sdk changes
2014-01-04 allow specifying a different CMAKE_OSX_SYSROOT 0.9.20
koda [Sat, 04 Jan 2014 02:18:57 +0100] rev 9911
allow specifying a different CMAKE_OSX_SYSROOT
2014-01-02 Oops, fix message
unc0rr [Fri, 03 Jan 2014 00:46:23 +0400] rev 9910
Oops, fix message
2014-01-04 I'd meant for this to match the frontend 0.9.20
nemo [Sat, 04 Jan 2014 02:18:57 +0100] rev 9909
I'd meant for this to match the frontend
2014-01-02 - Utility script for parameters handling
unc0rr [Fri, 03 Jan 2014 00:37:48 +0400] rev 9908
- Utility script for parameters handling - Add varying gravity to Gravity script
2014-01-04 fix git hash reporting 0.9.20
koda [Sat, 04 Jan 2014 02:18:57 +0100] rev 9907
fix git hash reporting
2014-01-01 Only emit roomNameUpdated when it actually is changed
unc0rr [Wed, 01 Jan 2014 23:41:49 +0400] rev 9906
Only emit roomNameUpdated when it actually is changed
2014-01-04 have revinfo also try to pick up git hashes 0.9.20
koda [Sat, 04 Jan 2014 02:18:57 +0100] rev 9905
have revinfo also try to pick up git hashes
2014-01-01 Prepend '!' to 42nd scheme parameter in network traffic
unc0rr [Wed, 01 Jan 2014 23:28:24 +0400] rev 9904
Prepend '!' to 42nd scheme parameter in network traffic
2014-01-04 Fixed commit 887b9eca023c94c26daf9607c7ac9b18172c634d 0.9.20
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Sat, 04 Jan 2014 02:18:57 +0100] rev 9903
Fixed commit 887b9eca023c94c26daf9607c7ac9b18172c634d
2014-01-01 Special script parameter variable in game scheme
unc0rr [Wed, 01 Jan 2014 14:16:01 +0400] rev 9902
Special script parameter variable in game scheme
2014-01-04 Fixed avwrapper exit calls, fixing issue 752 0.9.20
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Sat, 04 Jan 2014 02:18:57 +0100] rev 9901
Fixed avwrapper exit calls, fixing issue #752
2014-01-01 Try to keep old weapon sets (not tested at all)
unc0rr [Wed, 01 Jan 2014 13:42:38 +0400] rev 9900
Try to keep old weapon sets (not tested at all)
2014-01-04 Fixed fPIC link failure with arm and sparc architectures, fixing issue #757 0.9.20
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Sat, 04 Jan 2014 02:18:57 +0100] rev 9899
Fixed fPIC link failure with arm and sparc architectures, fixing issue #757 Added TargetArch.cmake, from https://github.com/petroules/solar-cmake/blob/master/TargetArch.cmake
2014-01-01 Don't set gravity to normal immediately on turn end, let watchdog do its job if game gets frozen
unc0rr [Wed, 01 Jan 2014 13:22:46 +0400] rev 9898
Don't set gravity to normal immediately on turn end, let watchdog do its job if game gets frozen
2013-12-31 This is the way I like it: 0.9.20
unc0rr [Wed, 01 Jan 2014 00:45:28 +0400] rev 9897
This is the way I like it: - Only call fpc on hwengine.pas, let compiler rule the dependencies - Make hwengine.pas depend on all other source files, so 'make' always calls fpc
2014-01-01 tip is no longer .20 compatible
nemo [Wed, 01 Jan 2014 00:18:10 -0500] rev 9896
tip is no longer .20 compatible
2013-12-30 Some fixes 0.9.20
unc0rr [Tue, 31 Dec 2013 00:53:29 +0400] rev 9895
Some fixes
2013-12-31 This is the way I like it:
unc0rr [Wed, 01 Jan 2014 00:45:28 +0400] rev 9894
This is the way I like it: - Only call fpc on hwengine.pas, let compiler rule the dependencies - Make hwengine.pas depend on all other source files, so 'make' always calls fpc
2013-12-30 Not a thing which is needed in release tarball 0.9.20
unc0rr [Tue, 31 Dec 2013 00:17:58 +0400] rev 9893
Not a thing which is needed in release tarball
2013-12-31 allow SDL 1.2 to at least do a 32767 map. We probably should add a TryDo somewhere to assert that limit on SDL 1.2 to avoid overflows. Ditto int version for SDL 2
nemo [Mon, 30 Dec 2013 23:28:47 -0500] rev 9892
allow SDL 1.2 to at least do a 32767 map. We probably should add a TryDo somewhere to assert that limit on SDL 1.2 to avoid overflows. Ditto int version for SDL 2
2013-12-31 allow SDL 1.2 to at least do a 32767 map. We probably should add a TryDo somewhere to assert that limit on SDL 1.2 to avoid overflows. Ditto int version for SDL 2 0.9.20
nemo [Mon, 30 Dec 2013 23:28:47 -0500] rev 9891
allow SDL 1.2 to at least do a 32767 map. We probably should add a TryDo somewhere to assert that limit on SDL 1.2 to avoid overflows. Ditto int version for SDL 2
2013-12-31 Added tag 0.9.20-release for changeset af0520a6bf00
koda [Tue, 31 Dec 2013 04:56:16 +0100] rev 9890
Added tag 0.9.20-release for changeset af0520a6bf00
2014-01-03 remove one spurious WARNING tag from cmake message 0.9.20
koda [Fri, 03 Jan 2014 01:40:50 +0100] rev 9889
remove one spurious WARNING tag from cmake message
2013-12-31 merge from .20 again
koda [Tue, 31 Dec 2013 01:33:49 +0100] rev 9888
merge from .20 again
2014-01-03 improve OSX SDK selection when build and deploy target don't match 0.9.20
koda [Fri, 03 Jan 2014 01:40:23 +0100] rev 9887
improve OSX SDK selection when build and deploy target don't match
2013-12-30 switch every optimization from Os to O2 0.9.20 0.9.20-release
koda [Tue, 31 Dec 2013 00:32:55 +0100] rev 9886
switch every optimization from Os to O2 Also move 'disable optimizations' in the internal pascal file for debug mode.
2013-12-30 missed this in the merge. rejected the uGearsHandlersMess changes thinking they were all desyncing, but there was the function rename from uLandGraphics 0.9.20
nemo [Mon, 30 Dec 2013 18:29:23 -0500] rev 9885
missed this in the merge. rejected the uGearsHandlersMess changes thinking they were all desyncing, but there was the function rename from uLandGraphics
2013-12-30 Some fixes
unc0rr [Tue, 31 Dec 2013 00:53:29 +0400] rev 9884
Some fixes
2013-12-30 move CMAKE_Pascal_FLAGS_* flags after enabling the Pascal language or they get overwritten 0.9.20
koda [Tue, 31 Dec 2013 00:19:12 +0100] rev 9883
move CMAKE_Pascal_FLAGS_* flags after enabling the Pascal language or they get overwritten
2013-12-30 Not a thing which is needed in release tarball
unc0rr [Tue, 31 Dec 2013 00:17:58 +0400] rev 9882
Not a thing which is needed in release tarball
2013-12-30 merge safe fixes from default. physfs include order, tips file length check, server checker fixes, shoppa border fix, land drawing optimisations, physfs off by 1 (probably unused by us), rubber svg image 0.9.20
nemo [Mon, 30 Dec 2013 14:56:47 -0500] rev 9881
merge safe fixes from default. physfs include order, tips file length check, server checker fixes, shoppa border fix, land drawing optimisations, physfs off by 1 (probably unused by us), rubber svg image
2013-12-30 merge from .20
nemo [Mon, 30 Dec 2013 13:34:24 -0500] rev 9880
merge from .20
2013-12-29 merge
koda [Sun, 29 Dec 2013 12:37:05 +0100] rev 9879
merge
2013-12-29 Uberfix. TODO: ask fpc guys wtf.
unc0rr [Sun, 29 Dec 2013 15:08:52 +0400] rev 9878
Uberfix. TODO: ask fpc guys wtf.
2013-12-29 A bit of formatting
unc0rr [Sun, 29 Dec 2013 15:07:51 +0400] rev 9877
A bit of formatting
2013-12-29 Be friendly with pas2c
unc0rr [Sun, 29 Dec 2013 12:32:36 +0400] rev 9876
Be friendly with pas2c
2013-12-28 debian is pedantic and isn't aware this is just a dev comment
nemo [Sat, 28 Dec 2013 12:35:30 -0500] rev 9875
debian is pedantic and isn't aware this is just a dev comment
2013-12-28 Delete Application
nemo [Sat, 28 Dec 2013 11:01:28 -0500] rev 9874
Delete Application
2013-12-28 also make drill much much less likely to explode on shallow angles
nemo [Sat, 28 Dec 2013 08:18:41 -0500] rev 9873
also make drill much much less likely to explode on shallow angles
2013-12-28 reset X/Y too (make drill less explodey. mask fixes revealed an issue)
nemo [Fri, 27 Dec 2013 23:52:04 -0500] rev 9872
reset X/Y too (make drill less explodey. mask fixes revealed an issue)
2013-12-27 add the source image so it doesn't get misplaced again
nemo [Fri, 27 Dec 2013 17:06:21 -0500] rev 9871
add the source image so it doesn't get misplaced again
2013-12-29 merge further changes from 0.9.20
koda [Sun, 29 Dec 2013 12:36:16 +0100] rev 9870
merge further changes from 0.9.20
2013-12-30 I don't trust fpc with -O3 0.9.20
nemo [Mon, 30 Dec 2013 13:33:58 -0500] rev 9869
I don't trust fpc with -O3
2013-12-26 Store protocol number in database for replays
unc0rr [Fri, 27 Dec 2013 01:23:12 +0400] rev 9868
Store protocol number in database for replays
2013-12-29 Uberfix. TODO: ask fpc guys wtf. 0.9.20
unc0rr [Sun, 29 Dec 2013 15:08:52 +0400] rev 9867
Uberfix. TODO: ask fpc guys wtf.
2013-12-26 Heh, hardcoded paths :D
unc0rr [Fri, 27 Dec 2013 01:22:42 +0400] rev 9866
Heh, hardcoded paths :D
2013-12-28 debian is pedantic and isn't aware this is just a dev comment 0.9.20
nemo [Sat, 28 Dec 2013 12:35:30 -0500] rev 9865
debian is pedantic and isn't aware this is just a dev comment
2013-12-26 Oops, meant Land
unc0rr [Fri, 27 Dec 2013 01:22:12 +0400] rev 9864
Oops, meant Land
2013-12-28 Delete Application 0.9.20
nemo [Sat, 28 Dec 2013 11:01:28 -0500] rev 9863
Delete Application
2013-12-26 BUILD: make binary/libdir destinations modifiable 0.9.20
hasufell <hasufell@gentoo.org> [Thu, 26 Dec 2013 16:52:51 +0100] rev 9862
BUILD: make binary/libdir destinations modifiable
2013-12-26 BUILD: make binary/libdir destinations modifiable
hasufell <hasufell@gentoo.org> [Thu, 26 Dec 2013 16:52:51 +0100] rev 9861
BUILD: make binary/libdir destinations modifiable
2013-12-28 include paths before platform, move config code around 0.9.20
koda [Sat, 28 Dec 2013 22:00:57 +0100] rev 9860
include paths before platform, move config code around
2013-12-26 merge a few changes from 0.9.20
koda [Thu, 26 Dec 2013 16:51:46 +0100] rev 9859
merge a few changes from 0.9.20
2013-12-28 drop 10.4 support, needed after introduction of @rpath 0.9.20
koda [Sat, 28 Dec 2013 21:53:17 +0100] rev 9858
drop 10.4 support, needed after introduction of @rpath
2013-12-26 Added tag 0.9.20-release for changeset 2b8f928faa14
koda [Thu, 26 Dec 2013 16:51:11 +0100] rev 9857
Added tag 0.9.20-release for changeset 2b8f928faa14
2013-12-28 correctly handle @rpath 0.9.20
koda [Sat, 28 Dec 2013 21:24:23 +0100] rev 9856
correctly handle @rpath
2013-12-26 Merge pull request #5 from AMDmi3/freebsd
Vittorio Giovara <vittorio.giovara@gmail.com> [Thu, 26 Dec 2013 05:48:51 -0800] rev 9855
Merge pull request #5 from AMDmi3/freebsd Fixes required to build hw on freebsd
2013-12-26 merge 0.9.20
unc0rr [Fri, 27 Dec 2013 01:25:03 +0400] rev 9854
merge
2013-12-25 give cake a tiny initial push so it does something useful in zerog
nemo [Wed, 25 Dec 2013 08:44:39 -0500] rev 9853
give cake a tiny initial push so it does something useful in zerog
2013-12-25 Prevent div by zero
unc0rr [Wed, 25 Dec 2013 11:52:09 +0400] rev 9852
Prevent div by zero
2013-12-26 skip writing the full destination name 0.9.20
koda [Thu, 26 Dec 2013 16:18:19 +0100] rev 9851
skip writing the full destination name
2013-12-24 merge w/ 0.9.20
nemo [Tue, 24 Dec 2013 18:39:23 -0500] rev 9850
merge w/ 0.9.20
2013-12-26 copy the png library 0.9.20
koda [Thu, 26 Dec 2013 16:17:22 +0100] rev 9849
copy the png library
2013-12-24 forgot this one too 0.9.20
nemo [Tue, 24 Dec 2013 18:38:27 -0500] rev 9848
forgot this one too
2013-12-24 pick up trunk changes (AI, encoding) 0.9.20
nemo [Tue, 24 Dec 2013 17:00:17 -0500] rev 9847
pick up trunk changes (AI, encoding)
2013-12-24 I hate windows. This probably fixes text.
nemo [Tue, 24 Dec 2013 16:58:49 -0500] rev 9846
I hate windows. This probably fixes text.
2013-12-24 merge from default 0.9.20
unc0rr [Wed, 25 Dec 2013 00:56:44 +0400] rev 9845
merge from default
2013-12-24 quick sanity change for AI + zerog
nemo [Tue, 24 Dec 2013 15:55:22 -0500] rev 9844
quick sanity change for AI + zerog
2013-12-24 Bump up protocol number 0.9.20
unc0rr [Wed, 25 Dec 2013 00:55:26 +0400] rev 9843
Bump up protocol number
2013-12-24 few more changes
nemo [Tue, 24 Dec 2013 15:44:50 -0500] rev 9842
few more changes
2013-12-24 this is really annoying
unc0rr [Wed, 25 Dec 2013 00:32:41 +0400] rev 9841
this is really annoying
2013-12-24 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo [Tue, 24 Dec 2013 15:21:28 -0500] rev 9840
0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
2013-12-24 Allow skip in move
unc0rr [Wed, 25 Dec 2013 00:30:50 +0400] rev 9839
Allow skip in move
2013-12-24 merge
unc0rr [Wed, 25 Dec 2013 00:10:16 +0400] rev 9838
merge
2013-12-24 Make server aware of new versions
unc0rr [Tue, 24 Dec 2013 23:17:44 +0400] rev 9837
Make server aware of new versions
2013-12-24 Rework of No Gravity script:
unc0rr [Tue, 24 Dec 2013 22:16:07 +0400] rev 9836
Rework of No Gravity script: - Now called Gravity, gravity is derived from get away time percentage in game scheme - Watchdog which sets gravity to normal when TurnTimeLeft is frozen for more than 15 seconds
2013-12-24 Remove some wtfism that was breaking localisation
nemo [Tue, 24 Dec 2013 15:07:41 -0500] rev 9835
Remove some wtfism that was breaking localisation
2013-12-24 Recover old tips from .ts files. This addresses bug #740
nemo [Tue, 24 Dec 2013 12:52:08 -0500] rev 9834
Recover old tips from .ts files. This addresses bug #740
2013-12-24 Pick random tip from the tip file each time front page is viewed.
nemo [Tue, 24 Dec 2013 10:10:56 -0500] rev 9833
Pick random tip from the tip file each time front page is viewed.
2013-12-24 Localise tips again. Including new german contribution from bug #738. We should look into the old .ts files and see if there are translations that can be recovered.
nemo [Tue, 24 Dec 2013 09:53:08 -0500] rev 9832
Localise tips again. Including new german contribution from bug #738. We should look into the old .ts files and see if there are translations that can be recovered.
2013-12-23 typos correction
Periklis Ntanasis <pntanasis@gmail.com> [Tue, 24 Dec 2013 01:10:38 +0200] rev 9831
typos correction
2013-12-23 svg
nemo [Mon, 23 Dec 2013 15:11:55 -0500] rev 9830
svg
2013-12-23 'Open packages directory' button on dlc page
unc0rr [Mon, 23 Dec 2013 23:08:40 +0400] rev 9829
'Open packages directory' button on dlc page
2013-12-23 merge of volkan's commit followed by lupdate to pick up the new strings
nemo [Mon, 23 Dec 2013 13:51:51 -0500] rev 9828
merge of volkan's commit followed by lupdate to pick up the new strings
2013-12-23 Purely a whitespace change. Going to try to stick to consistent line endings in the future.
nemo [Mon, 23 Dec 2013 12:52:39 -0500] rev 9827
Purely a whitespace change. Going to try to stick to consistent line endings in the future.
2013-12-23 update german
wuzzy [Mon, 23 Dec 2013 12:49:45 -0500] rev 9826
update german
2013-12-23 more advbounce flagging
nemo [Mon, 23 Dec 2013 12:22:55 -0500] rev 9825
more advbounce flagging
2013-12-23 make punch usable with no gravity lua
nemo [Mon, 23 Dec 2013 00:52:02 -0500] rev 9824
make punch usable with no gravity lua
2013-12-23 code formatting/consistency
Periklis Ntanasis <pntanasis@gmail.com> [Mon, 23 Dec 2013 03:15:39 +0200] rev 9823
code formatting/consistency
2013-12-23 oops, remove debug message
Periklis Ntanasis <pntanasis@gmail.com> [Mon, 23 Dec 2013 03:11:17 +0200] rev 9822
oops, remove debug message
2013-12-23 check if save from old campaign name scheme exists and if so rename it to use _ instead of spaces -see issue 722
Periklis Ntanasis <pntanasis@gmail.com> [Mon, 23 Dec 2013 02:59:44 +0200] rev 9821
check if save from old campaign name scheme exists and if so rename it to use _ instead of spaces -see issue #722
2013-12-22 stricter check of dY and collision
nemo [Sun, 22 Dec 2013 15:49:01 -0500] rev 9820
stricter check of dY and collision
2013-12-22 Move to No_Gravity and add .cfg
unc0rr [Mon, 23 Dec 2013 00:20:02 +0400] rev 9819
Move to No_Gravity and add .cfg
2013-12-22 Default to ...
nemo [Sun, 22 Dec 2013 15:11:13 -0500] rev 9818
Default to ...
2013-12-22 allow poison clouds to flag active using tmpflag
nemo [Sun, 22 Dec 2013 14:46:30 -0500] rev 9817
allow poison clouds to flag active using tmpflag
2013-12-22 No gravity mode
unc0rr [Sun, 22 Dec 2013 23:17:42 +0400] rev 9816
No gravity mode
2013-12-22 - Fix typo in frontend debug output
unc0rr [Sun, 22 Dec 2013 23:16:55 +0400] rev 9815
- Fix typo in frontend debug output - Expose gravity to scripts (in percents, 100 = normal)
2013-12-22 Graves should not be kicked for EXPLDoNotTouchAny
nemo [Sun, 22 Dec 2013 13:44:28 -0500] rev 9814
Graves should not be kicked for EXPLDoNotTouchAny
2013-12-22 add a preliminary description
wuzzy [Sun, 22 Dec 2013 08:37:10 -0500] rev 9813
add a preliminary description
2013-12-21 redraw ownertex to fix tinting issue
nemo [Sat, 21 Dec 2013 15:39:16 -0500] rev 9812
redraw ownertex to fix tinting issue
2013-12-21 make rubber bouncy even in winter. was considering icy as well but, one, evil, two, would prob want ice sprite like girder
nemo [Fri, 20 Dec 2013 22:25:06 -0500] rev 9811
make rubber bouncy even in winter. was considering icy as well but, one, evil, two, would prob want ice sprite like girder
2013-12-21 changing math functions that may cause desyncs
Periklis Ntanasis <pntanasis@gmail.com> [Sat, 21 Dec 2013 02:18:40 +0200] rev 9810
changing math functions that may cause desyncs
2013-12-20 Fix warnings
unC0Rr [Sat, 21 Dec 2013 01:14:59 +0400] rev 9809
Fix warnings
2013-12-20 Some updates to ru localization
unc0rr [Fri, 20 Dec 2013 15:06:18 +0400] rev 9808
Some updates to ru localization
2013-12-18 christmas eve too (matches frontend)
nemo [Wed, 18 Dec 2013 18:43:43 -0500] rev 9807
christmas eve too (matches frontend)
2013-12-18 merge since this was committed prior to the hat addition
nemo [Wed, 18 Dec 2013 15:13:58 -0500] rev 9806
merge since this was committed prior to the hat addition
2013-12-18 Updated continental to the latest
Vatten [Wed, 18 Dec 2013 21:05:53 +0100] rev 9805
Updated continental to the latest
2013-12-18 New hats. Variety of authors. Collected from hats thread by Randi.
nemo [Wed, 18 Dec 2013 14:50:05 -0500] rev 9804
New hats. Variety of authors. Collected from hats thread by Randi.
2013-12-18 merge
unc0rr [Wed, 18 Dec 2013 16:10:22 +0400] rev 9803
merge
2013-12-18 desert01 fixed destructible terrain marks and cosmos marks for completed main missions
Periklis Ntanasis <pntanasis@gmail.com> [Wed, 18 Dec 2013 03:06:37 +0200] rev 9802
desert01 fixed destructible terrain marks and cosmos marks for completed main missions
2013-12-25 Move physfs includes before all others
Dmitry Marakasov <amdmi3@amdmi3.ru> [Wed, 25 Dec 2013 23:25:25 +0400] rev 9801
Move physfs includes before all others This prevents system physfs includes from being picked up when bundled physfs is used
2013-12-17 No idea what this is doing, seems to allow recorder instance to not block further engine starts while it is doing its job.
unc0rr [Wed, 18 Dec 2013 01:05:15 +0400] rev 9800
No idea what this is doing, seems to allow recorder instance to not block further engine starts while it is doing its job.
2013-12-25 Fix off-by-one in physfs
Dmitry Marakasov <amdmi3@amdmi3.ru> [Wed, 25 Dec 2013 23:23:48 +0400] rev 9799
Fix off-by-one in physfs This change was integrated into physfs upstream as baecd71ae0e7
2013-12-16 merge default here sdl2transition
unc0rr [Tue, 17 Dec 2013 00:02:52 +0400] rev 9798
merge default here
2013-12-15 remove state from check, just to see if this was why we just desynced
nemo [Sun, 15 Dec 2013 14:05:42 -0500] rev 9797
remove state from check, just to see if this was why we just desynced
2013-12-14 state too "why not"
nemo [Sat, 14 Dec 2013 14:29:14 -0500] rev 9796
state too "why not"
2013-12-14 clear gstCollision from doStepFallingGear once I'm done with it. hog "physics" doesn't use it, and was screwing up labels
nemo [Sat, 14 Dec 2013 14:24:03 -0500] rev 9795
clear gstCollision from doStepFallingGear once I'm done with it. hog "physics" doesn't use it, and was screwing up labels
2013-12-13 merge
unc0rr [Sat, 14 Dec 2013 01:03:10 +0400] rev 9794
merge
2013-12-13 lupdate-qt4
nemo [Fri, 13 Dec 2013 13:52:10 -0500] rev 9793
lupdate-qt4
2013-12-13 This seems to be enough to fix the bug with sprGirder rendered in stripe
unc0rr [Sat, 14 Dec 2013 01:00:26 +0400] rev 9792
This seems to be enough to fix the bug with sprGirder rendered in stripe
2013-12-13 Display team owner in teams widget (addresses issue 174)
unc0rr [Fri, 13 Dec 2013 22:38:09 +0400] rev 9791
Display team owner in teams widget (addresses issue #174)
2013-12-13 - /owner command to specify team owner
unc0rr [Fri, 13 Dec 2013 22:14:02 +0400] rev 9790
- /owner command to specify team owner - Move team-related handlers to uTeams
2013-12-13 merge
unc0rr [Fri, 13 Dec 2013 21:55:19 +0400] rev 9789
merge
2013-12-13 add SetHogTeamName
cairo [Fri, 13 Dec 2013 11:49:00 -0500] rev 9788
add SetHogTeamName
2013-12-12 - /greeting command for room greeting message
unc0rr [Fri, 13 Dec 2013 00:16:02 +0400] rev 9787
- /greeting command for room greeting message - Remove some obsolete stuff, some fixes to special rooms
2013-12-12 - Remove obsolete protocol message
unc0rr [Fri, 13 Dec 2013 00:00:49 +0400] rev 9786
- Remove obsolete protocol message - Fix some warnings
2013-12-12 More sane default weapons: remove rc, freezer, portals and landspray
unc0rr [Thu, 12 Dec 2013 22:57:51 +0400] rev 9785
More sane default weapons: remove rc, freezer, portals and landspray
2013-12-12 reduce # of freezers to 1
nemo [Thu, 12 Dec 2013 13:33:33 -0500] rev 9784
reduce # of freezers to 1
2013-12-13 changed some things about checkpoints and battle events in desert01,fixes turn interruption when battle one or two is triggered
Periklis Ntanasis <pntanasis@gmail.com> [Fri, 13 Dec 2013 13:50:14 +0200] rev 9783
changed some things about checkpoints and battle events in desert01,fixes turn interruption when battle one or two is triggered
2013-12-12 fixed getting device crates with rc plane,end game when device crates destroyed,save/load hero position for checkpoint 5 in desert01
Periklis Ntanasis <pntanasis@gmail.com> [Thu, 12 Dec 2013 02:52:37 +0200] rev 9782
fixed getting device crates with rc plane,end game when device crates destroyed,save/load hero position for checkpoint 5 in desert01
2013-12-11 removed bouncy terrain, added visual mark on non-portal/indestructible areas, changed map so only way to win is by using the portal gun
Periklis Ntanasis <pntanasis@gmail.com> [Wed, 11 Dec 2013 17:58:32 +0200] rev 9781
removed bouncy terrain, added visual mark on non-portal/indestructible areas, changed map so only way to win is by using the portal gun
2013-12-10 make the rubber band a "flat" surface so bounce is a bit more predictable. This is mostly just for testing. It looks a bit odd walking on it, and unpredictable bounce might even be just fine...
nemo [Tue, 10 Dec 2013 13:43:13 -0500] rev 9780
make the rubber band a "flat" surface so bounce is a bit more predictable. This is mostly just for testing. It looks a bit odd walking on it, and unpredictable bounce might even be just fine...
2013-12-10 oups. accidentally commented out both lines
nemo [Tue, 10 Dec 2013 13:26:42 -0500] rev 9779
oups. accidentally commented out both lines
2013-12-10 Better diagnostic message when failing to load theme.cfg
unc0rr [Tue, 10 Dec 2013 22:09:57 +0400] rev 9778
Better diagnostic message when failing to load theme.cfg
2013-12-10 can't use parsecommand since it does sendipc
nemo [Tue, 10 Dec 2013 00:20:53 -0500] rev 9777
can't use parsecommand since it does sendipc
2013-12-10 fix for fail to place using ammo
nemo [Tue, 10 Dec 2013 00:05:27 -0500] rev 9776
fix for fail to place using ammo
2013-12-10 match girder on this one.
nemo [Mon, 09 Dec 2013 23:30:41 -0500] rev 9775
match girder on this one.
2013-12-10 clear hat if load fails
nemo [Mon, 09 Dec 2013 23:13:47 -0500] rev 9774
clear hat if load fails
2013-12-10 set holiday hats for nohat hogs
cairo [Mon, 09 Dec 2013 23:13:17 -0500] rev 9773
set holiday hats for nohat hogs
2013-12-10 moon02 fixes: bug that didn't called win(), changed map so blue hog not placed on edges, teleport animations, removed amSkip, also error when drow hero and enemy seems fixed
Periklis Ntanasis <pntanasis@gmail.com> [Tue, 10 Dec 2013 02:30:53 +0200] rev 9772
moon02 fixes: bug that didn't called win(), changed map so blue hog not placed on edges, teleport animations, removed amSkip, also error when drow hero and enemy seems fixed
2013-12-09 Don't send empty theme in config
unc0rr [Tue, 10 Dec 2013 00:00:08 +0400] rev 9771
Don't send empty theme in config
2013-12-09 - Restrict game config changes in special rooms
unc0rr [Mon, 09 Dec 2013 23:32:57 +0400] rev 9770
- Restrict game config changes in special rooms - /unfix command
2013-12-09 Experiment in adding a "boing" graphic for bouncing. It has no text right now (was thinking l10n) and colour is fixed.
nemo [Mon, 09 Dec 2013 10:59:38 -0500] rev 9769
Experiment in adding a "boing" graphic for bouncing. It has no text right now (was thinking l10n) and colour is fixed.
2013-12-08 Add rubber utility. Graphics are still incomplete. Also flag snow/ice in theme config.
nemo [Sun, 08 Dec 2013 16:04:40 -0500] rev 9768
Add rubber utility. Graphics are still incomplete. Also flag snow/ice in theme config.
2013-12-08 Add missing gstCollision bug #725
nemo [Sun, 08 Dec 2013 13:49:11 -0500] rev 9767
Add missing gstCollision bug #725
2013-12-08 fix Issue #724: Bee sound never stops (underwater when timer is 0)
sheepluva [Sun, 08 Dec 2013 17:58:45 +0100] rev 9766
fix issue #724: Bee sound never stops (underwater when timer is 0) also: instead of flowers add bubbles while underwater
2013-12-08 string/typo fixes
sheepluva [Sun, 08 Dec 2013 12:19:30 +0100] rev 9765
string/typo fixes
2013-12-08 revert r938d1c08d0d1 in favour of putting it in the chat log. I think this addresses main concern about missing text. There've been complaints in past too about conversation in bubbles not being visible in history. If the objection is that r938d1c08d0d1 offers a more æsthetic solution, I think it should augment this, be flagged, and fix the visual issues first.
nemo [Sat, 07 Dec 2013 22:09:55 -0500] rev 9764
revert r938d1c08d0d1 in favour of putting it in the chat log. I think this addresses main concern about missing text. There've been complaints in past too about conversation in bubbles not being visible in history. If the objection is that r938d1c08d0d1 offers a more æsthetic solution, I think it should augment this, be flagged, and fix the visual issues first.
2013-12-08 use a variable that allows negative values instead.
nemo [Sat, 07 Dec 2013 21:41:34 -0500] rev 9763
use a variable that allows negative values instead.
2013-12-08 disallow speech bubbles to go offscreen
sheepluva [Sun, 08 Dec 2013 02:43:06 +0100] rev 9762
disallow speech bubbles to go offscreen no tint or tail-directio adjustments for indicating it's offscreen yet though
2013-12-08 fix speechbubbles assigning negative values to a Longword value, overflowing it
sheepluva [Sun, 08 Dec 2013 02:36:14 +0100] rev 9761
fix speechbubbles assigning negative values to a Longword value, overflowing it
2013-12-06 It seems that at the current state it is necessary to protect sending stats/ending game from multiple execution,
sheepluva [Fri, 06 Dec 2013 23:53:35 +0100] rev 9760
It seems that at the current state it is necessary to protect sending stats/ending game from multiple execution, as that can happen if you e.g. fail a mission more than once in the same tick (e.g. destroying two essential crates at the same time) Otherwise you can get a blank / stuck frontend (e.g. when using deagle to shoot the two last crates at the same time)! the best approach might be to never call the function that sends stats and ends game from any event handler directly, but instead have a flag 'isFailed' that is set to true when any of the possible fails happen and to check that flag every tick to send stats and end game if true
2013-12-06 * turned out the no-flight zone is also a no-climb-and-progress zone
sheepluva [Fri, 06 Dec 2013 22:48:30 +0100] rev 9759
* turned out the no-flight zone is also a no-climb-and-progress zone * also changed it to not completely nullify velocity (otherwise cliffjumpers can get stuck in midair), just make sure dy is not negative
2013-12-06 some more campaign string tweaks
sheepluva [Fri, 06 Dec 2013 20:38:48 +0100] rev 9758
some more campaign string tweaks
2013-12-06 string tweaks and whitespace fixes
sheepluva [Fri, 06 Dec 2013 17:01:40 +0100] rev 9757
string tweaks and whitespace fixes
2013-12-06 german translation updates
sheepluva [Fri, 06 Dec 2013 15:37:15 +0100] rev 9756
german translation updates
2013-12-06 don't allow autocamera to mess with targetting when e.g. spamming air-attacks in inf attack mode
sheepluva [Fri, 06 Dec 2013 10:22:33 +0100] rev 9755
don't allow autocamera to mess with targetting when e.g. spamming air-attacks in inf attack mode
2013-12-06 fix buggy win conditions and stats in death01
Periklis Ntanasis <pntanasis@gmail.com> [Fri, 06 Dec 2013 09:30:07 +0200] rev 9754
fix buggy win conditions and stats in death01
2013-12-04 - Special rooms which stay even when last player quits. Not useful for now, and can't be removed at all.
unc0rr [Thu, 05 Dec 2013 00:51:27 +0400] rev 9753
- Special rooms which stay even when last player quits. Not useful for now, and can't be removed at all. - Define default value for SCRIPT in room config - Allow server admins to join 'registered users only' room
2013-12-04 here have some lua love: make parameter count error messages more helpful to lua devs
sheepluva [Wed, 04 Dec 2013 12:28:04 +0100] rev 9752
here have some lua love: make parameter count error messages more helpful to lua devs (also: some whitespace cleanups)
2013-12-04 lua call SetAmmoDelay(ammotype, delay). note: as the engine does not yet support per-clan/team/hog ammo delay values, lua scripters will have to keep track of individual delays and set them accordingly before a hedgehog's turn (if they want usage cool-down behavior)
sheepluva [Wed, 04 Dec 2013 10:47:15 +0100] rev 9751
lua call SetAmmoDelay(ammotype, delay). note: as the engine does not yet support per-clan/team/hog ammo delay values, lua scripters will have to keep track of individual delays and set them accordingly before a hedgehog's turn (if they want usage cool-down behavior)
2013-12-04 fix misspelled variable name (cosmetic change)
sheepluva [Wed, 04 Dec 2013 09:54:16 +0100] rev 9750
fix misspelled variable name (cosmetic change)
2013-12-04 make the team association with hog before calling gear creation. makes some lua a little easier
nemo [Tue, 03 Dec 2013 22:53:45 -0500] rev 9749
make the team association with hog before calling gear creation. makes some lua a little easier
2013-12-04 sethogname/hat need to wrap entire operation around test of hog/gear
nemo [Tue, 03 Dec 2013 22:48:21 -0500] rev 9748
sethogname/hat need to wrap entire operation around test of hog/gear
2013-12-04 adjusting the wind in fruit02
Periklis Ntanasis <pntanasis@gmail.com> [Wed, 04 Dec 2013 02:08:46 +0200] rev 9747
adjusting the wind in fruit02
2013-12-03 fixed wrong saved positions, illegal crate destroying and killing cap.Lime early in fruit02
Periklis Ntanasis <pntanasis@gmail.com> [Wed, 04 Dec 2013 00:46:04 +0200] rev 9746
fixed wrong saved positions, illegal crate destroying and killing cap.Lime early in fruit02
2013-12-03 Load themes lazily
unc0rr [Wed, 04 Dec 2013 00:19:42 +0400] rev 9745
Load themes lazily
2013-12-03 Be lazy in loading maps list
unc0rr [Tue, 03 Dec 2013 23:54:58 +0400] rev 9744
Be lazy in loading maps list
2013-12-03 make all objects depend on .inc files (which are not correctly positioned in list, because cmake can't deal with that
sheepluva [Tue, 03 Dec 2013 18:09:54 +0100] rev 9743
make all objects depend on .inc files (which are not correctly positioned in list, because cmake can't deal with that
2013-12-03 Remove turntimeleft/hog gear check from smine if infinite attack is enabled. just use the flightime for that.
nemo [Tue, 03 Dec 2013 12:10:51 -0500] rev 9742
Remove turntimeleft/hog gear check from smine if infinite attack is enabled. just use the flightime for that.
2013-12-03 make source files objects depend on their predecessors in list
sheepluva [Tue, 03 Dec 2013 17:39:07 +0100] rev 9741
make source files objects depend on their predecessors in list
2013-12-03 fixed user gain control of npc, rope cheat and overlapping bubbles in fruit01
Periklis Ntanasis <pntanasis@gmail.com> [Tue, 03 Dec 2013 17:06:40 +0200] rev 9740
fixed user gain control of npc, rope cheat and overlapping bubbles in fruit01
2013-12-02 make lazy loading of map preview a little bit less of a hack
sheepluva [Mon, 02 Dec 2013 20:25:15 +0100] rev 9739
make lazy loading of map preview a little bit less of a hack
2013-12-02 Load hats into the model lazily
unc0rr [Mon, 02 Dec 2013 23:20:07 +0400] rev 9738
Load hats into the model lazily
2013-12-02 fix for: uCollisions.pas(63,50) Hint: Unit "uGearsList" not used in uCollisions
sheepluva [Mon, 02 Dec 2013 17:13:22 +0100] rev 9737
fix for: uCollisions.pas(63,50) Hint: Unit "uGearsList" not used in uCollisions
2013-12-02 add missing initializers for 'dlc' variables for the 3 default generated map types (fixes 3 clang warnings)
sheepluva [Mon, 02 Dec 2013 16:52:15 +0100] rev 9736
add missing initializers for 'dlc' variables for the 3 default generated map types (fixes 3 clang warnings)
2013-12-02 don't generate any map previews until they are actually visible. this should improve hedgewars startup performance on weak machines
sheepluva [Mon, 02 Dec 2013 12:40:16 +0100] rev 9735
don't generate any map previews until they are actually visible. this should improve hedgewars startup performance on weak machines
2013-12-02 fixed moving npc and flying in forbidden area in ice01
Periklis Ntanasis <pntanasis@gmail.com> [Mon, 02 Dec 2013 04:35:02 +0200] rev 9734
fixed moving npc and flying in forbidden area in ice01
2013-12-02 fixed overlapping bubbles and wrong dialog triggering in moon01
Periklis Ntanasis <pntanasis@gmail.com> [Mon, 02 Dec 2013 03:07:28 +0200] rev 9733
fixed overlapping bubbles and wrong dialog triggering in moon01
2013-12-01 don't abort changeammo on attacking/attacked in infattack mode, keep scrolling through slot after setweap even if a multishoot was aborted triggering gstattacked, to ensure proper ammo gets set for next turn
nemo [Sun, 01 Dec 2013 13:22:06 -0500] rev 9732
don't abort changeammo on attacking/attacked in infattack mode, keep scrolling through slot after setweap even if a multishoot was aborted triggering gstattacked, to ensure proper ammo gets set for next turn
2013-12-01 Make sticky mine respect lfBouncy, make hogs do same, kinda... make uCollisions return land w/ mask, restrict bouncy to advbounce gears only, which means piano doesn't bounce anymore
nemo [Sat, 30 Nov 2013 22:34:39 -0500] rev 9731
Make sticky mine respect lfBouncy, make hogs do same, kinda... make uCollisions return land w/ mask, restrict bouncy to advbounce gears only, which means piano doesn't bounce anymore
2013-11-30 Fix erroneous message in console debug
unc0rr [Sat, 30 Nov 2013 20:53:54 +0400] rev 9730
Fix erroneous message in console debug
2013-11-30 Show "incompatible version" message instead of "no such room" on try to join room with another protocol version
unc0rr [Sat, 30 Nov 2013 17:43:58 +0400] rev 9729
Show "incompatible version" message instead of "no such room" on try to join room with another protocol version
2013-11-30 fix for regression issue 669 "Lobby: User context-menu of offline user shows all options as if user was still online"
sheepluva [Sat, 30 Nov 2013 14:36:41 +0100] rev 9728
fix for regression issue #669 "Lobby: User context-menu of offline user shows all options as if user was still online"
2013-11-30 small cleanup etc
sheepluva [Sat, 30 Nov 2013 14:33:23 +0100] rev 9727
small cleanup etc
2013-11-30 don't show 'follow' entry for players that are in lobby
sheepluva [Sat, 30 Nov 2013 14:05:22 +0100] rev 9726
don't show 'follow' entry for players that are in lobby
2013-11-30 regression fix: reallow offline players to be added to friendslist/ignore list
sheepluva [Sat, 30 Nov 2013 13:42:14 +0100] rev 9725
regression fix: reallow offline players to be added to friendslist/ignore list
2013-11-30 fixing position of spawning sparkles of target gears by applying a filthy workaround for a filthy bug in the filthy filthy doStepCase handler.
sheepluva [Sat, 30 Nov 2013 11:14:32 +0100] rev 9724
fixing position of spawning sparkles of target gears by applying a filthy workaround for a filthy bug in the filthy filthy doStepCase handler. please read issue #721 ps: filthy.
2013-11-29 whip: visual enhancements (hat'n'dust) as suggested by nemo
sheepluva [Fri, 29 Nov 2013 18:46:32 +0100] rev 9723
whip: visual enhancements (hat'n'dust) as suggested by nemo
2013-11-29 Quick and simple dynamite AI without precalculated retreat and without accurate dynamite physics model (no bounce). Still does pretty well, using it mostly off cliffs.
unc0rr [Fri, 29 Nov 2013 15:53:46 +0400] rev 9722
Quick and simple dynamite AI without precalculated retreat and without accurate dynamite physics model (no bounce). Still does pretty well, using it mostly off cliffs.
2013-11-29 Initial pass at bounciness. To try it out, or lfBouncy on girder in uLandGraphics (search for the word graphically)
nemo [Thu, 28 Nov 2013 21:13:49 -0500] rev 9721
Initial pass at bounciness. To try it out, or lfBouncy on girder in uLandGraphics (search for the word graphically)
2013-11-27 Animate hedgehogs healths inside team health bar. Proper animation for the case when max team health grows is lost though.
unc0rr [Thu, 28 Nov 2013 00:41:35 +0400] rev 9720
Animate hedgehogs healths inside team health bar. Proper animation for the case when max team health grows is lost though.
2013-11-27 update credits
sheepluva [Wed, 27 Nov 2013 19:10:53 +0100] rev 9719
update credits
2013-11-25 unbreak various parts of campaign variable loading/saving
sheepluva [Mon, 25 Nov 2013 22:09:42 +0100] rev 9718
unbreak various parts of campaign variable loading/saving
2013-11-25 don't let (am)Nothing change allowed aiming angles. e.g. fixes aiming problems when on last rope. please test for possible side effects (flying saucer and whatnot)
sheepluva [Mon, 25 Nov 2013 10:12:18 +0100] rev 9717
don't let (am)Nothing change allowed aiming angles. e.g. fixes aiming problems when on last rope. please test for possible side effects (flying saucer and whatnot)
2013-11-25 *grumble grumble*
nemo [Sun, 24 Nov 2013 22:12:23 -0500] rev 9716
*grumble grumble*
2013-11-24 Forbid /delegate to room admin
unc0rr [Mon, 25 Nov 2013 01:03:14 +0400] rev 9715
Forbid /delegate to room admin
2013-11-25 fix tag toggling. I think...
nemo [Sun, 24 Nov 2013 22:11:55 -0500] rev 9714
fix tag toggling. I think...
2013-11-24 another broken element
nemo [Sun, 24 Nov 2013 14:03:33 -0500] rev 9713
another broken element
2013-11-24 fix translation xml
nemo [Sun, 24 Nov 2013 14:00:24 -0500] rev 9712
fix translation xml
2013-12-14 To prevent that weird crash, you need to initialize SDL before Qt sdl2transition
unc0rr [Sat, 14 Dec 2013 21:16:20 +0400] rev 9711
To prevent that weird crash, you need to initialize SDL before Qt
2013-11-24 Fix typo reported by MK
unc0rr [Sun, 24 Nov 2013 13:07:55 +0400] rev 9710
Fix typo reported by MK
2013-12-05 Qt and SDL2 do not play nice on osx apparently sdl2transition
koda [Fri, 06 Dec 2013 00:56:56 +0100] rev 9709
Qt and SDL2 do not play nice on osx apparently
2013-11-22 gear deletion called inappropriately.
nemo [Fri, 22 Nov 2013 15:23:28 -0500] rev 9708
gear deletion called inappropriately.
2013-12-05 use clang on mavericks sdl2transition
koda [Fri, 06 Dec 2013 00:45:32 +0100] rev 9707
use clang on mavericks
2013-11-20 return land word from uCollisions to make decisions based on it. Should be handy for trampoline.
nemo [Tue, 19 Nov 2013 22:15:40 -0500] rev 9706
return land word from uCollisions to make decisions based on it. Should be handy for trampoline.
2013-12-05 fix linking on osx by hardcoding the default library output path sdl2transition
koda [Fri, 06 Dec 2013 00:28:55 +0100] rev 9705
fix linking on osx by hardcoding the default library output path
2013-11-18 german translation update
Wuzzy [Mon, 18 Nov 2013 22:14:16 +0100] rev 9704
german translation update PS: * I also merged in the typo fixes by nemo and hasufell * Sorry it took so looooong for this to actually get committed -sheepluva
2013-12-05 use NOSDL2 for consistency sdl2transition
koda [Fri, 06 Dec 2013 00:02:10 +0100] rev 9703
use NOSDL2 for consistency
2013-11-17 - Column for script in rooms list
unc0rr [Mon, 18 Nov 2013 00:44:30 +0400] rev 9702
- Column for script in rooms list - Get rid of scheme and weapons filters
2013-11-10 Frontend builds sdl2transition
unc0rr [Mon, 11 Nov 2013 00:15:20 +0400] rev 9701
Frontend builds
2013-11-15 Fix .desktop conformance warnings
Mailaender [Fri, 15 Nov 2013 14:41:36 -0500] rev 9700
Fix .desktop conformance warnings
2013-11-10 Accept SDL_TEXTINPUT events for chat (why first and only first chat invocation receives event for 't' key?) sdl2transition
unc0rr [Sun, 10 Nov 2013 14:04:15 +0400] rev 9699
Accept SDL_TEXTINPUT events for chat (why first and only first chat invocation receives event for 't' key?)
2013-11-14 Make birdy fly away if hog gear is deleted.
nemo [Thu, 14 Nov 2013 12:47:22 -0500] rev 9698
Make birdy fly away if hog gear is deleted.
2013-11-09 All I want is to receive some events... sdl2transition
unc0rr [Sun, 10 Nov 2013 01:45:43 +0400] rev 9697
All I want is to receive some events...
2013-11-13 bug #695 add left tex to stop repeating sun
almikes [Wed, 13 Nov 2013 09:35:52 -0500] rev 9696
bug #695 add left tex to stop repeating sun
2013-11-12 added campaigns_el.txt
Periklis Ntanasis <pntanasis@gmail.com> [Wed, 13 Nov 2013 00:57:41 +0200] rev 9695
added campaigns_el.txt
2013-11-08 - Keyboard bindings seem to work fully sdl2transition
unc0rr [Fri, 08 Nov 2013 17:53:02 +0400] rev 9694
- Keyboard bindings seem to work fully - Catch mouse wheel event (bindings don't work for unknown reason)
2013-11-13 Delete now toggles hiding team area
nemo [Tue, 12 Nov 2013 22:34:54 -0500] rev 9693
Delete now toggles hiding team area
2013-11-11 typo correction
Periklis Ntanasis <pntanasis@gmail.com> [Tue, 12 Nov 2013 00:37:37 +0200] rev 9692
typo correction
2013-11-08 Use scancodes. Most bindings work now. sdl2transition
unc0rr [Fri, 08 Nov 2013 14:22:22 +0400] rev 9691
Use scancodes. Most bindings work now.
2013-11-12 Handle absence of "SCRIPT" in replay
unc0rr [Tue, 12 Nov 2013 15:38:45 +0400] rev 9690
Handle absence of "SCRIPT" in replay
2013-11-11 missions_el added
Periklis Ntanasis <pntanasis@gmail.com> [Tue, 12 Nov 2013 00:34:56 +0200] rev 9689
missions_el added
2013-11-07 - Fix TryPut, so really large maps could load sdl2transition
unc0rr [Thu, 07 Nov 2013 22:51:34 +0400] rev 9688
- Fix TryPut, so really large maps could load - Revert improper fix to sound issue
2013-11-09 merge
nemo [Fri, 08 Nov 2013 23:11:27 -0500] rev 9687
merge
2013-11-07 Sounds can be heard now sdl2transition
unc0rr [Thu, 07 Nov 2013 21:15:36 +0400] rev 9686
Sounds can be heard now
2013-11-09 Tweak trophyrace to work better w/ skip (probably, needs testing), drop Invulnerable in favour of effects - heInvulnerable is already in effects,
nemo [Fri, 08 Nov 2013 23:11:13 -0500] rev 9685
Tweak trophyrace to work better w/ skip (probably, needs testing), drop Invulnerable in favour of effects - heInvulnerable is already in effects, might as well use it. And we weren't making any other gears invulnerable anyway.
2013-11-07 Fix SDL_GL_SwapWindow, engine renders graphics now sdl2transition
unc0rr [Thu, 07 Nov 2013 21:10:17 +0400] rev 9684
Fix SDL_GL_SwapWindow, engine renders graphics now
2013-11-08 just an experiment. make these offset 2 as well on X
nemo [Thu, 07 Nov 2013 23:08:28 -0500] rev 9683
just an experiment. make these offset 2 as well on X
2013-11-07 Provide more information to SDLTry sdl2transition
unc0rr [Thu, 07 Nov 2013 21:06:30 +0400] rev 9682
Provide more information to SDLTry
2013-11-08 fiddle with shift of hog gear collision. need some ropers to try them out
nemo [Thu, 07 Nov 2013 22:23:34 -0500] rev 9681
fiddle with shift of hog gear collision. need some ropers to try them out
2013-11-08 Fix chat yet again
unc0rr [Fri, 08 Nov 2013 12:00:47 +0400] rev 9680
Fix chat yet again
2013-11-05 some improvements for sdl2 building (not complete nor clean) sdl2transition
koda [Tue, 05 Nov 2013 23:33:23 +0100] rev 9679
some improvements for sdl2 building (not complete nor clean)
2013-11-06 fix f10 default if no team binds
nemo [Wed, 06 Nov 2013 09:26:14 -0500] rev 9678
fix f10 default if no team binds
(0) -10000 -3000 -1000 -960 +960 +1000 +3000 tip