Wed, 23 Jun 2010 21:49:19 +0200 expand -t 4 on .m as well
koda [Wed, 23 Jun 2010 21:49:19 +0200] rev 3546
expand -t 4 on .m as well
Wed, 23 Jun 2010 21:39:14 +0200 merge
koda [Wed, 23 Jun 2010 21:39:14 +0200] rev 3545
merge
Wed, 23 Jun 2010 22:25:26 +0400 Start reimplementation of ADD_TEAM
unc0rr [Wed, 23 Jun 2010 22:25:26 +0400] rev 3544
Start reimplementation of ADD_TEAM
Wed, 23 Jun 2010 22:21:13 +0400 Reimplement TOGGLE_READY command
unc0rr [Wed, 23 Jun 2010 22:21:13 +0400] rev 3543
Reimplement TOGGLE_READY command
Wed, 23 Jun 2010 22:17:27 +0400 - Fix a function
unc0rr [Wed, 23 Jun 2010 22:17:27 +0400] rev 3542
- Fix a function - Add forgotten file to CMakeLists
Wed, 23 Jun 2010 21:18:48 +0200 merge
koda [Wed, 23 Jun 2010 21:18:48 +0200] rev 3541
merge
Wed, 23 Jun 2010 22:13:12 +0400 Reimplement CFG protocol command
unc0rr [Wed, 23 Jun 2010 22:13:12 +0400] rev 3540
Reimplement CFG protocol command
Wed, 23 Jun 2010 13:43:56 +0200 General:
smaxx [Wed, 23 Jun 2010 13:43:56 +0200] rev 3539
General: * Disabled building of libopenalbridge (why build/link everywhere even if not used?; fails due to cc1 being unable to find some files on Win32) Engine: * Show Lua errors as 'chat messages' * Added ability to write to chat buffer even while the engine is still loading (limited to 26 lines)
Tue, 22 Jun 2010 22:40:49 +0400 Restore test for already used nick
unc0rr [Tue, 22 Jun 2010 22:40:49 +0400] rev 3538
Restore test for already used nick
Tue, 22 Jun 2010 23:08:57 -0400 New approach to the low-res problem. Basically, we already have a 1024 minimum, and the tallest maps are restricting themselves to 2048 maximum. All backgrounds are scaled down 50%, then scaled up on draw. Saves memory, and backgrounds are already deliberately fuzzed for depth of field anyway.
nemo [Tue, 22 Jun 2010 23:08:57 -0400] rev 3537
New approach to the low-res problem. Basically, we already have a 1024 minimum, and the tallest maps are restricting themselves to 2048 maximum. All backgrounds are scaled down 50%, then scaled up on draw. Saves memory, and backgrounds are already deliberately fuzzed for depth of field anyway.
Tue, 22 Jun 2010 22:21:44 +0400 Partially reimplement joining rooms
unc0rr [Tue, 22 Jun 2010 22:21:44 +0400] rev 3536
Partially reimplement joining rooms
Wed, 23 Jun 2010 01:00:52 +0200 update the project to ios4 by removing pre-3.2 references
koda [Wed, 23 Jun 2010 01:00:52 +0200] rev 3535
update the project to ios4 by removing pre-3.2 references add missing lowres image other smaller fixes
Tue, 22 Jun 2010 18:06:55 +0200 ok really fix the command line utility
koda [Tue, 22 Jun 2010 18:06:55 +0200] rev 3534
ok really fix the command line utility
Tue, 22 Jun 2010 17:10:27 +0200 fix build and permissions problems when launching hwengine from command line
koda [Tue, 22 Jun 2010 17:10:27 +0200] rev 3533
fix build and permissions problems when launching hwengine from command line
Mon, 21 Jun 2010 22:45:52 +0200 merge+smallupdate
koda [Mon, 21 Jun 2010 22:45:52 +0200] rev 3532
merge+smallupdate
Mon, 21 Jun 2010 21:41:14 +0400 Reimplement room creating
unC0Rr@gmail.com [Mon, 21 Jun 2010 21:41:14 +0400] rev 3531
Reimplement room creating
Mon, 21 Jun 2010 16:52:14 +0200 use the cmake built-in ts->qm conversion instead of keeping binary files in trunk
koda [Mon, 21 Jun 2010 16:52:14 +0200] rev 3530
use the cmake built-in ts->qm conversion instead of keeping binary files in trunk
Mon, 21 Jun 2010 16:08:24 +0200 memory management for openalbridge
koda [Mon, 21 Jun 2010 16:08:24 +0200] rev 3529
memory management for openalbridge added openalbridge as dependency of hwengine usound formatted clearly
Sun, 20 Jun 2010 22:46:23 -0400 disable uSHA, enable adler32
nemo [Sun, 20 Jun 2010 22:46:23 -0400] rev 3528
disable uSHA, enable adler32
Mon, 21 Jun 2010 22:18:53 +0200 merge
koda [Mon, 21 Jun 2010 22:18:53 +0200] rev 3527
merge
Sun, 20 Jun 2010 22:35:10 -0400 Replace SHA1 with adler32. For simple purposes of checking to see if players are playing the same map, this should be quite adequate and runs 15 times faster.
nemo [Sun, 20 Jun 2010 22:35:10 -0400] rev 3526
Replace SHA1 with adler32. For simple purposes of checking to see if players are playing the same map, this should be quite adequate and runs 15 times faster.
Sun, 20 Jun 2010 23:05:11 +0200 some memory caring code
koda [Sun, 20 Jun 2010 23:05:11 +0200] rev 3525
some memory caring code
Sun, 20 Jun 2010 19:31:15 -0400 This reduces CheckLand ~5.5% on average over prior making the overall reduction ~77.4% instead of ~81.9%. It does skip centre pixel in odd w/h, but that really shouldn't matter much in this case. Can alter if any objects are noticeably off.
nemo [Sun, 20 Jun 2010 19:31:15 -0400] rev 3524
This reduces CheckLand ~5.5% on average over prior making the overall reduction ~77.4% instead of ~81.9%. It does skip centre pixel in odd w/h, but that really shouldn't matter much in this case. Can alter if any objects are noticeably off.
Sun, 20 Jun 2010 18:35:59 +0200 fix zoom smoothness
koda [Sun, 20 Jun 2010 18:35:59 +0200] rev 3523
fix zoom smoothness some more work for weapons on the ifrontend bugfix for the gameconfig page
Sat, 19 Jun 2010 00:48:47 +0200 add initial stubs for selecting weapons in the ifrontend
koda [Sat, 19 Jun 2010 00:48:47 +0200] rev 3522
add initial stubs for selecting weapons in the ifrontend
Sun, 20 Jun 2010 18:26:49 -0400 Remove redundant test, add some temp variables to speed up the expensive CheckLand
nemo [Sun, 20 Jun 2010 18:26:49 -0400] rev 3521
Remove redundant test, add some temp variables to speed up the expensive CheckLand
Fri, 18 Jun 2010 20:45:45 +0200 add local rev number/rev count to dev version suffix
sheepluva [Fri, 18 Jun 2010 20:45:45 +0200] rev 3520
add local rev number/rev count to dev version suffix
Fri, 18 Jun 2010 14:26:04 -0400 rename flags
nemo [Fri, 18 Jun 2010 14:26:04 -0400] rev 3519
rename flags
Fri, 18 Jun 2010 14:22:14 -0400 Forgot to change this flag.
nemo [Fri, 18 Jun 2010 14:22:14 -0400] rev 3518
Forgot to change this flag.
Fri, 18 Jun 2010 19:22:22 +0200 testing if automatic pushes to CIA.vc work now...
sheepluva [Fri, 18 Jun 2010 19:22:22 +0200] rev 3517
testing if automatic pushes to CIA.vc work now...
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip