unc0rr [Sat, 31 Dec 2011 01:52:14 +0300] rev 6543
Fix build
unc0rr [Fri, 30 Dec 2011 22:20:57 +0300] rev 6542
Oops
unc0rr [Thu, 29 Dec 2011 23:02:40 +0300] rev 6541
Send full room info on room add and update events. Less(?) traffic, but current frontend doesn't behave good with this change to server.
jerryma1121 [Thu, 29 Dec 2011 09:40:16 +0100] rev 6540
GCI task: one bug (
issue #167)
kragniz [Thu, 29 Dec 2011 09:35:04 +0100] rev 6539
GCI task: idea
koda [Thu, 29 Dec 2011 09:29:56 +0100] rev 6538
testing, let's try -Os optimisation for frontend and engine; small cleanup and typos
unc0rr [Wed, 28 Dec 2011 21:53:40 +0300] rev 6537
Take koda's notice into account, also update list of source files
unc0rr [Wed, 28 Dec 2011 11:13:29 -0500] rev 6536
add -O2
unc0rr [Wed, 28 Dec 2011 18:40:02 +0300] rev 6535
It seems there's no need to copy gear's msg. Fixes bots getting stuck after hog switch.
nemo [Tue, 27 Dec 2011 14:14:26 -0500] rev 6534
Experiment in eliminating transparent white from LandPixels - I think it messes up on some graphics cards. Noticed a curious white border on a girder in a theme Randy is working on. At the very least it is slightly more efficient in the blit.
ChipHome [Tue, 20 Dec 2011 16:13:17 -0500] rev 6533
Italian update
nemo [Sat, 17 Dec 2011 13:12:33 -0500] rev 6532
Little tweak to reduce noob fail. Delay drill rocket explosion by 250ms after spawn in Attack. Unless you drop it straight down w/ no power, it should not explode immediately in your face.
nemo [Thu, 15 Dec 2011 12:57:26 -0500] rev 6531
Remove density adjustment in ammoshove. Means a mine and a barrel will be batted same distance again.
nemo [Thu, 15 Dec 2011 11:06:36 -0500] rev 6530
Experiment. Applying density to both ammoshove and explosion, w/ distance of a hedgehog knock being standard value (/3 since hedgehog "density" is 3)
Henek [Mon, 12 Dec 2011 19:23:05 +0100] rev 6529
added SetAmmoStore to lua for convinience
koda [Mon, 12 Dec 2011 00:10:55 +0100] rev 6528
added 'loaded locale' message, other minor things
koda [Mon, 12 Dec 2011 00:10:11 +0100] rev 6527
finally hook the engine localization on ios
Resoow [Sun, 11 Dec 2011 23:20:59 +0100] rev 6526
GCI task: iOS _languages_ 2 (Bulgarian)
m4tx [Sun, 11 Dec 2011 23:15:06 +0300] rev 6525
[GCI] backz task: unify the back button functionality, avoid using the save button
koda [Sun, 11 Dec 2011 19:57:04 +0100] rev 6524
make sure to stop music before freeing it
Henek [Sun, 11 Dec 2011 14:52:02 +0100] rev 6523
enable lua to also set rope length percent
sheepluva [Sat, 10 Dec 2011 04:10:32 +0100] rev 6522
removing my reserved hat.
also using this commit to test whether CIA.vc notification directly by google-code works (so that you don't have to rely on my server doing this anymore)
see http://cia.vc/blog/2009/03/google-revisited/
nemo [Thu, 08 Dec 2011 23:30:03 -0500] rev 6521
missing nil
unc0rr [Thu, 08 Dec 2011 14:44:10 +0400] rev 6520
Some more work on scopes
nemo [Wed, 07 Dec 2011 19:38:33 -0500] rev 6519
oops. this is more efficient anyway.
koda [Wed, 07 Dec 2011 23:35:13 +0100] rev 6518
ios italian translation
unc0rr [Wed, 07 Dec 2011 23:04:57 +0300] rev 6517
Format code a bit
unc0rr [Wed, 07 Dec 2011 22:54:39 +0300] rev 6516
Further progress on dealing with namespaces
nemo [Wed, 07 Dec 2011 11:35:03 -0500] rev 6515
Suggestion of sheepluva's - disable timebox in crates after SD, and set to disabled in Ammo. Also disable switch hedgehog for teams of 1 hedgehog in size, and try and correct what appears to be a bug in reserved hats.
unc0rr [Wed, 07 Dec 2011 17:55:23 +0400] rev 6514
- Fix type2C id2C call
- Introduce renderCFiles function
blackmetalowiec [Wed, 07 Dec 2011 12:19:36 +0100] rev 6513
Auto refresh room list after leaving room. Fixes
issue #320 for voluntarily and involuntarily coming to room list.
unc0rr [Wed, 07 Dec 2011 08:01:18 +0300] rev 6512
"System" unit to help converter
unc0rr [Tue, 06 Dec 2011 22:05:59 +0300] rev 6511
Ok, State monad instead
Terrington_Snyde [Tue, 06 Dec 2011 16:16:48 -0500] rev 6510
nicer graphic
unc0rr [Tue, 06 Dec 2011 17:59:10 +0400] rev 6509
Convert into Reader monad
nemo [Mon, 05 Dec 2011 23:52:59 -0500] rev 6508
Fix regression from 6480 too. Extra assignments might make this slightly less efficient.
nemo [Mon, 05 Dec 2011 23:10:53 -0500] rev 6507
with statement considered harmful
mikade [Tue, 06 Dec 2011 05:53:02 +0200] rev 6506
Don't forget about Rope Training.
mikade [Tue, 06 Dec 2011 05:41:52 +0200] rev 6505
oops
mikade [Tue, 06 Dec 2011 04:46:47 +0200] rev 6504
merge
nemo [Mon, 05 Dec 2011 18:38:25 -0500] rev 6503
...
nemo [Mon, 05 Dec 2011 18:38:07 -0500] rev 6502
...
mikade [Tue, 06 Dec 2011 00:47:24 +0200] rev 6501
Add some (slightly modified) GCI missions.
unc0rr [Mon, 05 Dec 2011 23:04:10 +0300] rev 6500
Let .hs be native eol format too
unc0rr [Mon, 05 Dec 2011 17:56:49 +0400] rev 6499
Start converting into monadic code using Reader monad (will be used to store information about namespace)
unc0rr [Fri, 02 Dec 2011 15:03:27 +0400] rev 6498
Some tiny optimizations
nemo [Sun, 04 Dec 2011 15:21:50 -0500] rev 6497
Bind 1-5 in defaults. Missions really need the option to pick a team though, using default team if none supplied.
koda [Sun, 04 Dec 2011 18:58:52 +0100] rev 6496
update the ios data script for the new audio mono location
koda [Sun, 04 Dec 2011 18:53:49 +0100] rev 6495
audio mono is back
koda [Sun, 04 Dec 2011 18:52:22 +0100] rev 6494
ios port working again, mono audio is missing
Kimsey0 [Sun, 04 Dec 2011 11:53:08 +0100] rev 6493
GCI task: iOS Danish
unc0rr [Sun, 04 Dec 2011 01:00:18 +0300] rev 6492
No more nested functions in code
unc0rr [Sun, 04 Dec 2011 00:56:07 +0300] rev 6491
Some cleanup here and there
unc0rr [Sun, 04 Dec 2011 00:52:47 +0300] rev 6490
- Give uLand more modularity
- Get rid of some more nested functions
unc0rr [Sat, 03 Dec 2011 22:21:23 +0300] rev 6489
Add base type tags to identifiers
Xeli [Sat, 03 Dec 2011 19:18:13 +0100] rev 6488
android: moved the different objects representing the different game parameters to a different package
Xeli [Sat, 03 Dec 2011 19:09:24 +0100] rev 6487
android: rename TouchInterface package to UserInput
Xeli [Sat, 03 Dec 2011 18:50:29 +0100] rev 6486
android: startgamemenu now has some default values, plus the themes are ordered alphabetically
Xeli [Sat, 03 Dec 2011 18:49:17 +0100] rev 6485
android: hopefully prevents a FC, I can't reproduce it though..
koda [Sat, 03 Dec 2011 15:22:07 +0100] rev 6484
fix exe flags of new translations