Sun, 11 Sep 2011 15:38:45 +0200 make "All Files" file filter in file dialog actually display all files rather then just those with a dot in their name
sheepluva [Sun, 11 Sep 2011 15:38:45 +0200] rev 5850
make "All Files" file filter in file dialog actually display all files rather then just those with a dot in their name
Sun, 11 Sep 2011 15:18:46 +0200 fix for issue #269
sheepluva [Sun, 11 Sep 2011 15:18:46 +0200] rev 5849
fix for issue #269
Sun, 11 Sep 2011 08:54:21 -0400 Try the same offsetting as X - I think it helps w/ mikade's Space Invasion camera problem
nemo [Sun, 11 Sep 2011 08:54:21 -0400] rev 5848
Try the same offsetting as X - I think it helps w/ mikade's Space Invasion camera problem
Sat, 10 Sep 2011 22:55:31 -0400 fix for issue #276
sheepluva [Sat, 10 Sep 2011 22:55:31 -0400] rev 5847
fix for issue #276
Sun, 11 Sep 2011 04:22:57 +0200 german lua translations
sheepluva [Sun, 11 Sep 2011 04:22:57 +0200] rev 5846
german lua translations
Sun, 11 Sep 2011 04:08:50 +0200 Substitute broken Tumbler-based GaudyRacer with generic, map independant Racer.
mikade [Sun, 11 Sep 2011 04:08:50 +0200] rev 5845
Substitute broken Tumbler-based GaudyRacer with generic, map independant Racer. More changes/updates on this script to come.
Sat, 10 Sep 2011 21:23:12 -0400 A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo [Sat, 10 Sep 2011 21:23:12 -0400] rev 5844
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
Sat, 10 Sep 2011 21:02:34 -0400 For better or for worse. Add sheepluva's forcing of clean on engine subdirectory. This works around a bug in fpc 2.4-2.6 that appears to generate incorrect inlining of loops on 2nd build. -B avoids this, but without a clean, the -B never got called. Also restore options, which I had confused w/ config. my bad.
nemo [Sat, 10 Sep 2011 21:02:34 -0400] rev 5843
For better or for worse. Add sheepluva's forcing of clean on engine subdirectory. This works around a bug in fpc 2.4-2.6 that appears to generate incorrect inlining of loops on 2nd build. -B avoids this, but without a clean, the -B never got called. Also restore options, which I had confused w/ config. my bad.
Sun, 11 Sep 2011 02:24:46 +0200 fix timebox (differently), support for more players, remove version numbers,
mikade [Sun, 11 Sep 2011 02:24:46 +0200] rev 5842
fix timebox (differently), support for more players, remove version numbers, enable limited sudden death. Also: using Skip Go generates as many points as you would have gotten had you sat and waited.
Sun, 11 Sep 2011 00:36:47 +0200 some portal love for deagle/etc shots
sheepluva [Sun, 11 Sep 2011 00:36:47 +0200] rev 5841
some portal love for deagle/etc shots
Sat, 10 Sep 2011 11:40:37 -0400 tone flash waaaaay down when zoomed out
nemo [Sat, 10 Sep 2011 11:40:37 -0400] rev 5840
tone flash waaaaay down when zoomed out
Sat, 10 Sep 2011 16:21:38 +0200 fix: let's use less random code for drawing the bullet trajectory
sheepluva [Sat, 10 Sep 2011 16:21:38 +0200] rev 5839
fix: let's use less random code for drawing the bullet trajectory
Sat, 10 Sep 2011 10:13:19 -0400 This condition should have been removed when I was changing targetting
nemo [Sat, 10 Sep 2011 10:13:19 -0400] rev 5838
This condition should have been removed when I was changing targetting
Sat, 10 Sep 2011 14:43:16 +0200 translation fail/typo
sheepluva [Sat, 10 Sep 2011 14:43:16 +0200] rev 5837
translation fail/typo
Sat, 10 Sep 2011 14:10:14 +0200 some sniper training improvements and few german lua translations
sheepluva [Sat, 10 Sep 2011 14:10:14 +0200] rev 5836
some sniper training improvements and few german lua translations
Sat, 10 Sep 2011 04:08:15 +0200 actual rope fix for hogs getting stuck on walls
sheepluva [Sat, 10 Sep 2011 04:08:15 +0200] rev 5835
actual rope fix for hogs getting stuck on walls
Sat, 10 Sep 2011 03:27:47 +0200 rollin' back my silly hack ( rea4d1fe665d7 )
sheepluva [Sat, 10 Sep 2011 03:27:47 +0200] rev 5834
rollin' back my silly hack ( rea4d1fe665d7 )
Sat, 10 Sep 2011 01:05:01 +0200 Fix preview of ruler map. Thanks to Randy for pointing out it was incorrect.
sheepluva [Sat, 10 Sep 2011 01:05:01 +0200] rev 5833
Fix preview of ruler map. Thanks to Randy for pointing out it was incorrect.
Fri, 09 Sep 2011 18:30:40 -0400 Remove some unused variables and options.inc which uFloat doesn't use, probably should never use, and was getting in the way of my testcase - but most importantly, remove the inline on hwSqrt which was causing very bad math on my compiler/machine. We may have to remove more inlining. A pity.
nemo [Fri, 09 Sep 2011 18:30:40 -0400] rev 5832
Remove some unused variables and options.inc which uFloat doesn't use, probably should never use, and was getting in the way of my testcase - but most importantly, remove the inline on hwSqrt which was causing very bad math on my compiler/machine. We may have to remove more inlining. A pity.
Fri, 09 Sep 2011 21:31:39 +0200 monkey task: always log to userpath
sheepluva [Fri, 09 Sep 2011 21:31:39 +0200] rev 5831
monkey task: always log to userpath
Fri, 09 Sep 2011 20:17:50 +0200 move hedgehogs out of walls
sheepluva [Fri, 09 Sep 2011 20:17:50 +0200] rev 5830
move hedgehogs out of walls
Fri, 09 Sep 2011 22:04:40 +0400 Don't test for hasGone in unapproved places. Now any possibility of desync on player quit is ruled out. Not tested at all.
unc0rr [Fri, 09 Sep 2011 22:04:40 +0400] rev 5829
Don't test for hasGone in unapproved places. Now any possibility of desync on player quit is ruled out. Not tested at all.
Fri, 16 Sep 2011 17:36:05 +0200 Changed firebutton, parameters in uTouch might need to be tweaked some more hedgeroid
Xeli [Fri, 16 Sep 2011 17:36:05 +0200] rev 5828
Changed firebutton, parameters in uTouch might need to be tweaked some more
Fri, 09 Sep 2011 15:52:59 +0200 we don't need trailing whitespaces... I guess :P
sheepluva [Fri, 09 Sep 2011 15:52:59 +0200] rev 5827
we don't need trailing whitespaces... I guess :P
Wed, 14 Sep 2011 18:43:16 +0200 Fix to enable compiling for something else than arm, the compiler for x64_86 didn't recognize Int32 etc.. hedgeroid
Xeli [Wed, 14 Sep 2011 18:43:16 +0200] rev 5826
Fix to enable compiling for something else than arm, the compiler for x64_86 didn't recognize Int32 etc..
Fri, 09 Sep 2011 15:36:30 +0200 Scripting: Update screen dimensions on screen resize and introduce onScreenResize() event.
sheepluva [Fri, 09 Sep 2011 15:36:30 +0200] rev 5825
Scripting: Update screen dimensions on screen resize and introduce onScreenResize() event. I implemented that event in Tumber and Space Invasion already in order to update HUD locations properly. (mikade: deal with it $
Fri, 09 Sep 2011 05:15:45 +0200 merge hedgeroid
Xeli [Fri, 09 Sep 2011 05:15:45 +0200] rev 5824
merge
Fri, 09 Sep 2011 03:57:45 +0200 merge
mikade [Fri, 09 Sep 2011 03:57:45 +0200] rev 5823
merge Disable SuddenDeath on Missions Fix hats for Missions Add achievement "Lively Lifeguard" for "That Sinking Feeling"
Fri, 09 Sep 2011 03:22:08 +0200 merge
mikade [Fri, 09 Sep 2011 03:22:08 +0200] rev 5822
merge
Fri, 09 Sep 2011 03:21:16 +0200 Allow limited form of SuddenDeath (WaterRise = 0) in both CTF modes
mikade [Fri, 09 Sep 2011 03:21:16 +0200] rev 5821
Allow limited form of SuddenDeath (WaterRise = 0) in both CTF modes Fix missing case of support for more players in CTF_Blizzard
Thu, 08 Sep 2011 21:20:12 -0400 er. let's reference the right gear, shall we?
nemo [Thu, 08 Sep 2011 21:20:12 -0400] rev 5820
er. let's reference the right gear, shall we?
Fri, 09 Sep 2011 03:00:03 +0200 Add support for more players.
mikade [Fri, 09 Sep 2011 03:00:03 +0200] rev 5819
Add support for more players. (Hopefully) prevent Time-Box (or is that Time Box?) ruining my life.
Thu, 08 Sep 2011 21:18:44 -0400 There. Push this back on to unc0rr. This effect can still desync, 'cause it always could, but at least now the two are linked w/o argument I think.
nemo [Thu, 08 Sep 2011 21:18:44 -0400] rev 5818
There. Push this back on to unc0rr. This effect can still desync, 'cause it always could, but at least now the two are linked w/o argument I think.
Fri, 09 Sep 2011 02:11:51 +0200 For now, don't spawn anything other than health crates.
mikade [Fri, 09 Sep 2011 02:11:51 +0200] rev 5817
For now, don't spawn anything other than health crates.
Fri, 09 Sep 2011 03:04:15 +0200 "fix" for a screen scaling problem I had after resizing to odd width number values
sheepluva [Fri, 09 Sep 2011 03:04:15 +0200] rev 5816
"fix" for a screen scaling problem I had after resizing to odd width number values
Fri, 09 Sep 2011 01:25:21 +0200 * ShoppaKing/TrophyRace maps updated by wolfmarc
sheepluva [Fri, 09 Sep 2011 01:25:21 +0200] rev 5815
* ShoppaKing/TrophyRace maps updated by wolfmarc * post new resolution in console on resize
Fri, 09 Sep 2011 00:22:48 +0200 change minimum resolution back to 640x480 (full weapon menu too big for smaller screens)
sheepluva [Fri, 09 Sep 2011 00:22:48 +0200] rev 5814
change minimum resolution back to 640x480 (full weapon menu too big for smaller screens)
Thu, 08 Sep 2011 13:03:58 -0400 oops
nemo [Thu, 08 Sep 2011 13:03:58 -0400] rev 5813
oops
Thu, 08 Sep 2011 13:01:20 -0400 Restore hog on team gone
nemo [Thu, 08 Sep 2011 13:01:20 -0400] rev 5812
Restore hog on team gone
Thu, 08 Sep 2011 17:44:51 +0200 fix knight hat
sheepluva [Thu, 08 Sep 2011 17:44:51 +0200] rev 5811
fix knight hat
Thu, 08 Sep 2011 17:59:19 +0400 Fix loading from save desync
unc0rr [Thu, 08 Sep 2011 17:59:19 +0400] rev 5810
Fix loading from save desync
Thu, 08 Sep 2011 15:39:30 +0400 Remove unnecessary and wrong check
unc0rr [Thu, 08 Sep 2011 15:39:30 +0400] rev 5809
Remove unnecessary and wrong check
Wed, 07 Sep 2011 11:19:10 +0400 Replace tab with space
unc0rr [Wed, 07 Sep 2011 11:19:10 +0400] rev 5808
Replace tab with space
Thu, 08 Sep 2011 08:44:17 -0400 Define 2 script callbacks to notify of hog vanishment
nemo [Thu, 08 Sep 2011 08:44:17 -0400] rev 5807
Define 2 script callbacks to notify of hog vanishment
Thu, 08 Sep 2011 00:29:01 -0400 remove debug message, clear a couple of global gear references if appropriate, fix control script
nemo [Thu, 08 Sep 2011 00:29:01 -0400] rev 5806
remove debug message, clear a couple of global gear references if appropriate, fix control script
Wed, 07 Sep 2011 20:54:32 -0400 Add flickery ghost grave
nemo [Wed, 07 Sep 2011 20:54:32 -0400] rev 5805
Add flickery ghost grave
Wed, 07 Sep 2011 20:53:45 -0400 Since shakes are still proving unsafe until camera is reworked, try a mild flash instead
nemo [Wed, 07 Sep 2011 20:53:45 -0400] rev 5804
Since shakes are still proving unsafe until camera is reworked, try a mild flash instead
Wed, 07 Sep 2011 20:35:24 -0400 Revert camera shake. Now to make sure we don't desync anymore.
nemo [Wed, 07 Sep 2011 20:35:24 -0400] rev 5803
Revert camera shake. Now to make sure we don't desync anymore.
Wed, 07 Sep 2011 20:13:14 -0400 updated hat
Star [Wed, 07 Sep 2011 20:13:14 -0400] rev 5802
updated hat
Sat, 08 Oct 2011 16:45:52 +0200 merge
jose1711 [Sat, 08 Oct 2011 16:45:52 +0200] rev 5801
merge
Wed, 07 Sep 2011 20:12:20 -0400 NEEDS TESTING. Try reenabling camera shake based on unc0rr's comment.
nemo [Wed, 07 Sep 2011 20:12:20 -0400] rev 5800
NEEDS TESTING. Try reenabling camera shake based on unc0rr's comment.
Wed, 07 Sep 2011 15:06:42 -0400 svg export darkened the upper white band a bit too much for my tastes
nemo [Wed, 07 Sep 2011 15:06:42 -0400] rev 5799
svg export darkened the upper white band a bit too much for my tastes
Wed, 07 Sep 2011 15:03:26 -0400 new countries
nemo [Wed, 07 Sep 2011 15:03:26 -0400] rev 5798
new countries
Tue, 06 Sep 2011 17:14:29 -0400 fix hat name
nemo [Tue, 06 Sep 2011 17:14:29 -0400] rev 5797
fix hat name
Tue, 06 Sep 2011 17:10:03 -0400 Another mass hat rename, because people were just about finished fixing their teams.
nemo [Tue, 06 Sep 2011 17:10:03 -0400] rev 5796
Another mass hat rename, because people were just about finished fixing their teams.
Tue, 06 Sep 2011 21:15:01 +0400 - Don't generate seed twice
unc0rr [Tue, 06 Sep 2011 21:15:01 +0400] rev 5795
- Don't generate seed twice - Also update preview of missions when new one is chosen
Tue, 06 Sep 2011 21:10:02 +0400 Send mapgen for static maps
unc0rr [Tue, 06 Sep 2011 21:10:02 +0400] rev 5794
Send mapgen for static maps
Tue, 06 Sep 2011 20:53:26 +0400 This should be a real fix (7643cbb88f09 reverted). Not tested.
unc0rr [Tue, 06 Sep 2011 20:53:26 +0400] rev 5793
This should be a real fix (7643cbb88f09 reverted). Not tested.
Tue, 06 Sep 2011 10:40:32 -0400 translation update
tsleon [Tue, 06 Sep 2011 10:40:32 -0400] rev 5792
translation update
Tue, 06 Sep 2011 10:37:32 -0400 translation update
szczur [Tue, 06 Sep 2011 10:37:32 -0400] rev 5791
translation update
Tue, 06 Sep 2011 13:36:10 +0400 Fix link again (changed libraries order)
unc0rr [Tue, 06 Sep 2011 13:36:10 +0400] rev 5790
Fix link again (changed libraries order)
Mon, 05 Sep 2011 16:20:35 -0400 Don't set index if using static map - avoids desync where map name is passed and list is set, but then index is set to 0
nemo [Mon, 05 Sep 2011 16:20:35 -0400] rev 5789
Don't set index if using static map - avoids desync where map name is passed and list is set, but then index is set to 0
Mon, 05 Sep 2011 15:48:46 -0400 Add update preview when picking random static
nemo [Mon, 05 Sep 2011 15:48:46 -0400] rev 5788
Add update preview when picking random static
Mon, 05 Sep 2011 15:32:58 -0400 Add a fade out when in lag for snow.
nemo [Mon, 05 Sep 2011 15:32:58 -0400] rev 5787
Add a fade out when in lag for snow.
Mon, 05 Sep 2011 15:05:46 -0400 check for turn over (infinite attack)
nemo [Mon, 05 Sep 2011 15:05:46 -0400] rev 5786
check for turn over (infinite attack)
Mon, 05 Sep 2011 21:45:28 +0400 Fix linking in windows
unC0Rr [Mon, 05 Sep 2011 21:45:28 +0400] rev 5785
Fix linking in windows
Mon, 05 Sep 2011 21:12:22 +0400 Add zlib headers (library itself is included to Qt)
unC0Rr [Mon, 05 Sep 2011 21:12:22 +0400] rev 5784
Add zlib headers (library itself is included to Qt)
Mon, 05 Sep 2011 16:04:05 +0200 3 more user hats, fixed by "Star and Moon", thank you!
sheepluva [Mon, 05 Sep 2011 16:04:05 +0200] rev 5783
3 more user hats, fixed by "Star and Moon", thank you!
Mon, 05 Sep 2011 15:11:46 +0200 fix gas mask hat
sheepluva [Mon, 05 Sep 2011 15:11:46 +0200] rev 5782
fix gas mask hat
Mon, 05 Sep 2011 15:51:32 +0400 Don't refuse to create save file when a game loaded from save interrupts
unc0rr [Mon, 05 Sep 2011 15:51:32 +0400] rev 5781
Don't refuse to create save file when a game loaded from save interrupts
Mon, 05 Sep 2011 15:49:14 +0400 Support Qt version which have no qHash(QUrl)
unc0rr [Mon, 05 Sep 2011 15:49:14 +0400] rev 5780
Support Qt version which have no qHash(QUrl)
Sun, 04 Sep 2011 17:26:38 -0400 Move a few more, exclude NoHat and team hats from animation
nemo [Sun, 04 Sep 2011 17:26:38 -0400] rev 5779
Move a few more, exclude NoHat and team hats from animation
Sun, 04 Sep 2011 17:15:09 -0400 Load list of hats dynamically.
nemo [Sun, 04 Sep 2011 17:15:09 -0400] rev 5778
Load list of hats dynamically.
Sun, 04 Sep 2011 16:42:51 -0400 Add check on amNothing
nemo [Sun, 04 Sep 2011 16:42:51 -0400] rev 5777
Add check on amNothing
Sun, 04 Sep 2011 16:35:27 -0400 Break a bunch of teams by reorganising hats so that similar ones are found together. Hat groupings by Star
nemo [Sun, 04 Sep 2011 16:35:27 -0400] rev 5776
Break a bunch of teams by reorganising hats so that similar ones are found together. Hat groupings by Star
Sun, 04 Sep 2011 14:05:11 -0400 copy/paste fail
nemo [Sun, 04 Sep 2011 14:05:11 -0400] rev 5775
copy/paste fail
Sun, 04 Sep 2011 13:54:24 -0400 make pickhammer and blowtorch burn time for infinite attack mode
nemo [Sun, 04 Sep 2011 13:54:24 -0400] rev 5774
make pickhammer and blowtorch burn time for infinite attack mode
Sun, 04 Sep 2011 21:40:47 +0400 Some renaming
unc0rr [Sun, 04 Sep 2011 21:40:47 +0400] rev 5773
Some renaming
Sun, 04 Sep 2011 21:39:50 +0400 Replace iterators with simple declarative foreach (not tested if it works)
unc0rr [Sun, 04 Sep 2011 21:39:50 +0400] rev 5772
Replace iterators with simple declarative foreach (not tested if it works)
Sun, 04 Sep 2011 13:36:59 -0400 by request of shoppa player, remove land spray from shoppa wep set
nemo [Sun, 04 Sep 2011 13:36:59 -0400] rev 5771
by request of shoppa player, remove land spray from shoppa wep set
Sun, 04 Sep 2011 13:13:51 -0400 load mask from user path as well
nemo [Sun, 04 Sep 2011 13:13:51 -0400] rev 5770
load mask from user path as well
Sun, 04 Sep 2011 21:03:06 +0400 Prevent runtime warning
unc0rr [Sun, 04 Sep 2011 21:03:06 +0400] rev 5769
Prevent runtime warning
Sun, 04 Sep 2011 20:51:54 +0400 Only prepend hedgewars.org if the url is relative
unc0rr [Sun, 04 Sep 2011 20:51:54 +0400] rev 5768
Only prepend hedgewars.org if the url is relative
Sun, 04 Sep 2011 12:47:10 -0400 remove dupe
nemo [Sun, 04 Sep 2011 12:47:10 -0400] rev 5767
remove dupe
Sun, 04 Sep 2011 12:34:43 -0400 oops
nemo [Sun, 04 Sep 2011 12:34:43 -0400] rev 5766
oops
Sun, 04 Sep 2011 20:21:08 +0400 Allow surfing, download and extract only .zip files
unc0rr [Sun, 04 Sep 2011 20:21:08 +0400] rev 5765
Allow surfing, download and extract only .zip files
Sun, 04 Sep 2011 12:19:31 -0400 truncate page on comment tags, as suggested by unc0rr
nemo [Sun, 04 Sep 2011 12:19:31 -0400] rev 5764
truncate page on comment tags, as suggested by unc0rr
Sun, 04 Sep 2011 12:06:10 -0400 Add a crappy button to encourage artists to make another one. Restore Info page.
nemo [Sun, 04 Sep 2011 12:06:10 -0400] rev 5763
Add a crappy button to encourage artists to make another one. Restore Info page.
Sun, 04 Sep 2011 19:04:36 +0400 Extract to cfgdir
unc0rr [Sun, 04 Sep 2011 19:04:36 +0400] rev 5762
Extract to cfgdir
Sun, 04 Sep 2011 10:54:00 -0400 update animation page. remove test image
nemo [Sun, 04 Sep 2011 10:54:00 -0400] rev 5761
update animation page. remove test image
Sun, 04 Sep 2011 10:47:44 -0400 Add a bunch of new hats from the hats thread. There are still 20 or so that need pixel fixes that are not in this list.
nemo [Sun, 04 Sep 2011 10:47:44 -0400] rev 5760
Add a bunch of new hats from the hats thread. There are still 20 or so that need pixel fixes that are not in this list.
Sun, 04 Sep 2011 17:33:33 +0400 Call update() so loaded images appear
unc0rr [Sun, 04 Sep 2011 17:33:33 +0400] rev 5759
Call update() so loaded images appear
Sun, 04 Sep 2011 14:59:38 +0400 Fix a warning
unc0rr [Sun, 04 Sep 2011 14:59:38 +0400] rev 5758
Fix a warning
Sun, 04 Sep 2011 14:46:46 +0400 Link against quazip
unc0rr [Sun, 04 Sep 2011 14:46:46 +0400] rev 5757
Link against quazip
Sun, 04 Sep 2011 14:44:13 +0400 Extract downloaded content into temp dir
unc0rr [Sun, 04 Sep 2011 14:44:13 +0400] rev 5756
Extract downloaded content into temp dir
Sun, 04 Sep 2011 13:46:08 +0400 Implement DataBrowser which downloads resources (images, css) on its own.
unc0rr [Sun, 04 Sep 2011 13:46:08 +0400] rev 5755
Implement DataBrowser which downloads resources (images, css) on its own. There's a hack with resources base url and a bug with images not appearing when downloading done (scroll helps though).
Sun, 04 Sep 2011 11:48:01 +0400 - Implement progressbars to show download progress
unc0rr [Sun, 04 Sep 2011 11:48:01 +0400] rev 5754
- Implement progressbars to show download progress - Link to quazip library (not used yet)
Thu, 08 Sep 2011 00:34:57 +0200 Updated Slovak translation
jose1711 [Thu, 08 Sep 2011 00:34:57 +0200] rev 5753
Updated Slovak translation
Sun, 04 Sep 2011 10:58:42 +0400 Add QuaZIP library to build system
unc0rr [Sun, 04 Sep 2011 10:58:42 +0400] rev 5752
Add QuaZIP library to build system
Sun, 04 Sep 2011 00:48:54 +0200 Updated Slovak translation
jose1711 [Sun, 04 Sep 2011 00:48:54 +0200] rev 5751
Updated Slovak translation
Sat, 03 Sep 2011 18:04:19 -0400 Reenable a bunch of old portal play stuff, like dropping grenade into portal on hog, jumping through portal w/ hog on other end, collecting crate w/ portal etc. Also add cooldown to cake/portal interaction. It may still not do what you expect, but it probably shouldn't spin in place.
nemo [Sat, 03 Sep 2011 18:04:19 -0400] rev 5750
Reenable a bunch of old portal play stuff, like dropping grenade into portal on hog, jumping through portal w/ hog on other end, collecting crate w/ portal etc. Also add cooldown to cake/portal interaction. It may still not do what you expect, but it probably shouldn't spin in place.
Sat, 03 Sep 2011 20:36:08 +0200 'Star and Moon' updated his sheep hat.
sheepluva [Sat, 03 Sep 2011 20:36:08 +0200] rev 5749
'Star and Moon' updated his sheep hat.
Sat, 03 Sep 2011 14:01:52 -0400 Just for fun. Flowers! Also, use a less blatant image in ammo menu.
nemo [Sat, 03 Sep 2011 14:01:52 -0400] rev 5748
Just for fun. Flowers! Also, use a less blatant image in ammo menu.
Sat, 03 Sep 2011 21:35:49 +0400 Remove STL dependency
unc0rr [Sat, 03 Sep 2011 21:35:49 +0400] rev 5747
Remove STL dependency
Sat, 03 Sep 2011 21:23:20 +0400 Use QTextBrowser instead of WebKit for downloadable contents page (currently only shows the page itself)
unc0rr [Sat, 03 Sep 2011 21:23:20 +0400] rev 5746
Use QTextBrowser instead of WebKit for downloadable contents page (currently only shows the page itself)
Sat, 03 Sep 2011 12:35:49 +0200 allow fullscreen resolution selection (but still leaves in the auto max for commodity)
koda [Sat, 03 Sep 2011 12:35:49 +0200] rev 5745
allow fullscreen resolution selection (but still leaves in the auto max for commodity)
Fri, 02 Sep 2011 19:06:05 -0400 tweak to avoid jaggies
nemo [Fri, 02 Sep 2011 19:06:05 -0400] rev 5744
tweak to avoid jaggies
Fri, 02 Sep 2011 16:15:37 -0400 typo
nemo [Fri, 02 Sep 2011 16:15:37 -0400] rev 5743
typo
Fri, 02 Sep 2011 13:42:16 -0400 fiiine
nemo [Fri, 02 Sep 2011 13:42:16 -0400] rev 5742
fiiine
Fri, 02 Sep 2011 13:02:34 -0400 lighten a bit
nemo [Fri, 02 Sep 2011 13:02:34 -0400] rev 5741
lighten a bit
Fri, 02 Sep 2011 12:46:17 -0400 Add awesome new TARDIS art
nemo [Fri, 02 Sep 2011 12:46:17 -0400] rev 5740
Add awesome new TARDIS art
Fri, 02 Sep 2011 12:39:29 -0400 OMG. I forgot this one.
nemo [Fri, 02 Sep 2011 12:39:29 -0400] rev 5739
OMG. I forgot this one.
Fri, 02 Sep 2011 09:25:43 -0400 that was just getting me into trouble
nemo [Fri, 02 Sep 2011 09:25:43 -0400] rev 5738
that was just getting me into trouble
Fri, 02 Sep 2011 08:16:34 -0400 oops.
nemo [Fri, 02 Sep 2011 08:16:34 -0400] rev 5737
oops.
Fri, 02 Sep 2011 08:16:04 -0400 Thicker borders. Still need something by an actual artist.
nemo [Fri, 02 Sep 2011 08:16:04 -0400] rev 5736
Thicker borders. Still need something by an actual artist.
Fri, 02 Sep 2011 12:27:15 +0400 Remove toLocal8Bit() conversion of file name as Qt should handle filenames on its own. Helps with filename on Windows, could help with issue #189.
unc0rr [Fri, 02 Sep 2011 12:27:15 +0400] rev 5735
Remove toLocal8Bit() conversion of file name as Qt should handle filenames on its own. Helps with filename on Windows, could help with issue #189.
Fri, 02 Sep 2011 12:06:24 +0400 Implement save button on game statistics page.
unc0rr [Fri, 02 Sep 2011 12:06:24 +0400] rev 5734
Implement save button on game statistics page. I'm surprised I did it. Closes issue #264
Fri, 09 Sep 2011 04:39:17 +0200 Fixed a major bug (related to pointers) which also solves the stuttering when zooming in and out hedgeroid
Xeli [Fri, 09 Sep 2011 04:39:17 +0200] rev 5733
Fixed a major bug (related to pointers) which also solves the stuttering when zooming in and out
Fri, 02 Sep 2011 01:19:37 -0400 Add a delay before applying screen resize to cut down on resize events (especially bad on OSes that need texture recreation)
nemo [Fri, 02 Sep 2011 01:19:37 -0400] rev 5732
Add a delay before applying screen resize to cut down on resize events (especially bad on OSes that need texture recreation)
Fri, 09 Sep 2011 04:33:14 +0200 removed these files which got added by accident, they are to be generated by cmake hedgeroid
Xeli [Fri, 09 Sep 2011 04:33:14 +0200] rev 5731
removed these files which got added by accident, they are to be generated by cmake
(0) -3000 -1000 -120 +120 +1000 +3000 +10000 tip