2011-09-04 update animation page. remove test image
nemo [Sun, 04 Sep 2011 10:54:00 -0400] rev 5761
update animation page. remove test image
2011-09-04 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.
2011-09-04 Call update() so loaded images appear
unc0rr [Sun, 04 Sep 2011 17:33:33 +0400] rev 5759
Call update() so loaded images appear
2011-09-04 Fix a warning
unc0rr [Sun, 04 Sep 2011 14:59:38 +0400] rev 5758
Fix a warning
2011-09-04 Link against quazip
unc0rr [Sun, 04 Sep 2011 14:46:46 +0400] rev 5757
Link against quazip
2011-09-04 Extract downloaded content into temp dir
unc0rr [Sun, 04 Sep 2011 14:44:13 +0400] rev 5756
Extract downloaded content into temp dir
2011-09-04 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).
2011-09-04 - 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)
2011-09-07 Updated Slovak translation
jose1711 [Thu, 08 Sep 2011 00:34:57 +0200] rev 5753
Updated Slovak translation
2011-09-04 Add QuaZIP library to build system
unc0rr [Sun, 04 Sep 2011 10:58:42 +0400] rev 5752
Add QuaZIP library to build system
2011-09-03 Updated Slovak translation
jose1711 [Sun, 04 Sep 2011 00:48:54 +0200] rev 5751
Updated Slovak translation
2011-09-03 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.
2011-09-03 '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.
2011-09-03 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.
2011-09-03 Remove STL dependency
unc0rr [Sat, 03 Sep 2011 21:35:49 +0400] rev 5747
Remove STL dependency
2011-09-03 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)
2011-09-03 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)
2011-09-02 tweak to avoid jaggies
nemo [Fri, 02 Sep 2011 19:06:05 -0400] rev 5744
tweak to avoid jaggies
2011-09-02 typo
nemo [Fri, 02 Sep 2011 16:15:37 -0400] rev 5743
typo
2011-09-02 fiiine
nemo [Fri, 02 Sep 2011 13:42:16 -0400] rev 5742
fiiine
2011-09-02 lighten a bit
nemo [Fri, 02 Sep 2011 13:02:34 -0400] rev 5741
lighten a bit
2011-09-02 Add awesome new TARDIS art
nemo [Fri, 02 Sep 2011 12:46:17 -0400] rev 5740
Add awesome new TARDIS art
2011-09-02 OMG. I forgot this one.
nemo [Fri, 02 Sep 2011 12:39:29 -0400] rev 5739
OMG. I forgot this one.
2011-09-02 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
2011-09-02 oops.
nemo [Fri, 02 Sep 2011 08:16:34 -0400] rev 5737
oops.
2011-09-02 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.
2011-09-02 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.
2011-09-02 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
2011-09-09 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
2011-09-02 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)
2011-09-09 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
2011-09-02 Why so serious
unc0rr [Fri, 02 Sep 2011 09:04:11 +0400] rev 5730
Why so serious
(0) -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 +10000 tip