unc0rr [Sun, 21 Nov 2010 19:41:19 +0300] rev 4403
uDebug
unc0rr [Sun, 21 Nov 2010 19:14:45 +0300] rev 4402
Remove uChat dependency from uCommands
unc0rr [Sun, 21 Nov 2010 19:07:43 +0300] rev 4401
Remove uAmmos dependaency from uCommands
nemo [Sun, 21 Nov 2010 10:53:50 -0500] rev 4400
fix rope test
Henek [Sun, 21 Nov 2010 16:48:44 +0100] rev 4399
fix key binds for lua created teams and added wind control
unc0rr [Sun, 21 Nov 2010 17:48:58 +0300] rev 4398
Move some command handlers out of uCommands into more appropriate places, thus removing some dependencies. Ideally uCommands shouldn't depend on anything (except for uTypes and uConsts probably)
nemo [Sun, 21 Nov 2010 09:37:48 -0500] rev 4397
Disable rope attach to hogs/crates/barrels etc. Should fix a bug in collision according to unc0rr
nemo [Sun, 21 Nov 2010 09:12:44 -0500] rev 4396
After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
unc0rr [Sun, 21 Nov 2010 16:55:19 +0300] rev 4395
merge
nemo [Sun, 21 Nov 2010 08:42:41 -0500] rev 4394
move rendering to fix 4368:3698361802ed
unc0rr [Sun, 21 Nov 2010 16:53:31 +0300] rev 4393
uCaptions
nemo [Sun, 21 Nov 2010 01:26:31 -0500] rev 4392
Fix koda's esc key binding so leaving rooms works correctly with it
nemo [Sun, 21 Nov 2010 01:08:43 -0500] rev 4391
In the case of per-hog-ammo, switch the ammo viewed when not your turn to what will probably be your ammo, assuming that hog survives.
unc0rr [Sat, 20 Nov 2010 23:55:00 +0300] rev 4390
Move localization data to uVariables, some Uses cleanup
unc0rr [Sat, 20 Nov 2010 23:48:04 +0300] rev 4389
Move land hash checking into commands
unc0rr [Sat, 20 Nov 2010 23:20:46 +0300] rev 4388
Oops, forgot the file
unc0rr [Sat, 20 Nov 2010 23:19:52 +0300] rev 4387
no way
unc0rr [Sat, 20 Nov 2010 23:10:26 +0300] rev 4386
Forgot this
unc0rr [Sat, 20 Nov 2010 23:08:11 +0300] rev 4385
Introduce uGearsRender
unc0rr [Sat, 20 Nov 2010 22:05:01 +0300] rev 4384
It works, though wastes too much of CPU
nemo [Thu, 18 Nov 2010 16:58:08 -0500] rev 4383
merge
unC0Rr [Thu, 18 Nov 2010 17:01:35 +0300] rev 4382
New version of cycles searcher, doesn't work for some reason (shouldn't use O(n) lookup?)
unC0Rr [Thu, 18 Nov 2010 17:00:45 +0300] rev 4381
Got no warning about this, why?
unC0Rr [Thu, 18 Nov 2010 16:19:55 +0300] rev 4380
Introduce uRenderUtils
unC0Rr [Thu, 18 Nov 2010 15:55:02 +0300] rev 4379
No need for Extended data type just to draw some visual gears. It's a shame we have Math unit dependency
unC0Rr [Thu, 18 Nov 2010 15:45:35 +0300] rev 4378
Introduce uRender
unC0Rr [Thu, 18 Nov 2010 12:12:51 +0300] rev 4377
Haven't found a better place than uIO for OutError
unC0Rr [Thu, 18 Nov 2010 11:50:02 +0300] rev 4376
Move SendStats to uIO
unC0Rr [Thu, 18 Nov 2010 11:45:31 +0300] rev 4375
Introduce uTextures
unC0Rr [Thu, 18 Nov 2010 11:32:47 +0300] rev 4374
Move some stuff from uMisc to uUtils