nemo [Fri, 25 Jun 2010 00:41:21 -0400] rev 3554
Extend pixel sweep to recheck neighbours if erasing on edges
unc0rr [Thu, 24 Jun 2010 19:52:04 +0400] rev 3553
Update ukrainian translation
nemo [Wed, 23 Jun 2010 22:12:06 -0400] rev 3552
Workaround for cakes and portals. Also disable something that always seems to screw up my portal games.
Hopefully will so irritate sheepluva he comes up w/ something more workable.
koda [Sat, 26 Jun 2010 04:36:04 +0200] rev 3551
moar zoom, fixed fort mode, other glitches
but best of all, touch works fo' real
koda [Thu, 24 Jun 2010 01:08:57 +0200] rev 3550
merge
nemo [Wed, 23 Jun 2010 17:12:13 -0400] rev 3549
Erasing lowres files. Again.
koda [Thu, 24 Jun 2010 01:08:25 +0200] rev 3548
server somewhat simplified and correct sporadic crasher
workaround for not-rotating curl effect
display memory warning only once
koda [Wed, 23 Jun 2010 22:03:56 +0200] rev 3547
i <3 mercurial
koda [Wed, 23 Jun 2010 21:49:19 +0200] rev 3546
expand -t 4 on .m as well
koda [Wed, 23 Jun 2010 21:39:14 +0200] rev 3545
merge
unc0rr [Wed, 23 Jun 2010 22:25:26 +0400] rev 3544
Start reimplementation of ADD_TEAM
unc0rr [Wed, 23 Jun 2010 22:21:13 +0400] rev 3543
Reimplement TOGGLE_READY command
unc0rr [Wed, 23 Jun 2010 22:17:27 +0400] rev 3542
- Fix a function
- Add forgotten file to CMakeLists
koda [Wed, 23 Jun 2010 21:18:48 +0200] rev 3541
merge
unc0rr [Wed, 23 Jun 2010 22:13:12 +0400] rev 3540
Reimplement CFG protocol command
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)
unc0rr [Tue, 22 Jun 2010 22:40:49 +0400] rev 3538
Restore test for already used nick
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.
unc0rr [Tue, 22 Jun 2010 22:21:44 +0400] rev 3536
Partially reimplement joining rooms
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
koda [Tue, 22 Jun 2010 18:06:55 +0200] rev 3534
ok really fix the command line utility
koda [Tue, 22 Jun 2010 17:10:27 +0200] rev 3533
fix build and permissions problems when launching hwengine from command line
koda [Mon, 21 Jun 2010 22:45:52 +0200] rev 3532
merge+smallupdate
unC0Rr@gmail.com [Mon, 21 Jun 2010 21:41:14 +0400] rev 3531
Reimplement room creating
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
koda [Mon, 21 Jun 2010 16:08:24 +0200] rev 3529
memory management for openalbridge
added openalbridge as dependency of hwengine
usound formatted clearly
nemo [Sun, 20 Jun 2010 22:46:23 -0400] rev 3528
disable uSHA, enable adler32
koda [Mon, 21 Jun 2010 22:18:53 +0200] rev 3527
merge
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.
koda [Sun, 20 Jun 2010 23:05:11 +0200] rev 3525
some memory caring code