unc0rr [Wed, 07 Oct 2009 17:01:40 +0000] rev 2408
Server provides more info in rooms list
unc0rr [Wed, 07 Oct 2009 14:37:42 +0000] rev 2407
- Fix mouse cursor bugs in net game (still has a bug near water)
- Default binds for zoom
koda [Tue, 06 Oct 2009 16:30:08 +0000] rev 2406
cmake optimizations and simplification
unc0rr [Sat, 03 Oct 2009 12:38:56 +0000] rev 2405
Fix /me chat command in demos
unc0rr [Sat, 03 Oct 2009 12:35:24 +0000] rev 2404
Fix build
unc0rr [Sat, 03 Oct 2009 09:35:14 +0000] rev 2403
- Proper /team command implementation
- Many fixes for chat bugs in engine, frontend and server
koda [Fri, 02 Oct 2009 18:56:54 +0000] rev 2402
revert to manual startup of frontend's OpenAL session (keeping voices' bug fixed)
koda [Fri, 02 Oct 2009 18:44:37 +0000] rev 2401
fixes & co.
koda [Fri, 02 Oct 2009 16:49:31 +0000] rev 2400
added a utility that warns the user to install hedgewars when it's run from the diskimage
koda [Sun, 27 Sep 2009 22:25:27 +0000] rev 2399
fix a bug that prevented from hearing team voicepacks if frontend started with music disabled
koda [Sun, 27 Sep 2009 20:25:49 +0000] rev 2398
classic voicepack
unc0rr [Sun, 27 Sep 2009 14:33:59 +0000] rev 2397
- Patch for "Syncronizing" message by Smaxx + some tweaks by me
- Tweak chat colours a bit
unc0rr [Sun, 27 Sep 2009 10:26:36 +0000] rev 2396
Colorize chat messages in frontend and engine
koda [Sat, 26 Sep 2009 20:54:13 +0000] rev 2395
makes the updater optional at compile time
koda [Sat, 26 Sep 2009 15:44:34 +0000] rev 2394
lupdate + a working .pro file
koda [Sat, 26 Sep 2009 03:44:32 +0000] rev 2393
some fixes for the autoupdate thingy
koda [Tue, 22 Sep 2009 21:58:08 +0000] rev 2392
Smaxx's patch fixing openal sound issues with poor card drivers
koda [Tue, 22 Sep 2009 21:00:39 +0000] rev 2391
fix invisible rope in low quality
koda [Tue, 22 Sep 2009 18:58:02 +0000] rev 2390
converts some gl calls to gles
unc0rr [Tue, 22 Sep 2009 15:48:49 +0000] rev 2389
- Remove cake fix
- Restore negative zero in hwSign
unc0rr [Tue, 22 Sep 2009 15:42:19 +0000] rev 2388
Fix cake going wrong way bug (triggered by disallowing "negative zero" in hwSign)
unc0rr [Thu, 17 Sep 2009 06:37:24 +0000] rev 2387
Final fix
unc0rr [Thu, 17 Sep 2009 06:37:10 +0000] rev 2386
Second try
unc0rr [Thu, 17 Sep 2009 06:36:37 +0000] rev 2385
Fix build
unc0rr [Wed, 16 Sep 2009 14:45:00 +0000] rev 2384
Fix a warning
unc0rr [Wed, 16 Sep 2009 14:44:50 +0000] rev 2383
Don't spam debug messages
unc0rr [Wed, 16 Sep 2009 14:44:40 +0000] rev 2382
Optimize network traffic a bit:
- Send keepalive packets every second
- Don't send keepalive packet if there was action packet within a second
Time between turns in net game is reduced to 1 second now (was 2 seconds)
unc0rr [Wed, 16 Sep 2009 12:48:27 +0000] rev 2381
Don't store keepalive messages in game server spectators buffer
unc0rr [Sun, 13 Sep 2009 17:51:25 +0000] rev 2380
- Fix join/leave messages color
- Add a check to prevent local schemes from overriding with bad ones
unc0rr [Thu, 10 Sep 2009 18:50:53 +0000] rev 2379
- Implement zoom reset
- Implement mouse wheel events processing
- Increase zooming speed twice
- Bind zoom to mouse wheel, zoom reset to middle mouse button
- Some formatting changes (yes, I'm evil :D )