koda [Fri, 26 Oct 2012 14:19:43 +0100] rev 6007
close branch
koda [Sat, 24 Sep 2011 03:00:57 +0200] rev 6006
yeah, fix dates -.-
sheepluva [Tue, 18 Oct 2011 05:43:16 +0200] rev 6005
backport of c90f50e6dd8e (eggshell vgt related segfault)
koda [Sat, 24 Sep 2011 02:23:15 +0200] rev 6004
use a real button instead of a cellview in statspage
koda [Sun, 16 Oct 2011 19:02:48 +0200] rev 6003
fix the config.inc conflict by making the ios one in another folder
sheepluva [Sat, 24 Sep 2011 01:41:03 +0200] rev 6002
rope: CheezeMonkey (omg I mentioned your name :O) has pointed out that there is still a way to get stuck in walls. This should fix it.
NOTE: although not necessary for this fix to work rope behavior got also changed:
I removed the direction-bias. if you press left and right at the same time the result is now neutral rather than left.
koda [Sun, 16 Oct 2011 18:37:57 +0200] rev 6001
more details in chCheckProto
koda [Sat, 24 Sep 2011 00:54:47 +0200] rev 6000
ios frontend: sounds and music have their own class now (with caching\!) instead of being spread here and there (exploiting class methods like a true oop pro)
koda [Fri, 14 Oct 2011 19:00:31 +0200] rev 5999
display a message when network is down or server is not reachable, nemo also made the page refresh at display time
sheepluva [Fri, 23 Sep 2011 22:42:30 +0200] rev 5998
many many netclient/frondent changes (just the beginning though):
* better separation of concerns
* trying to reduce segfaulst due to netclient being deconstructed while still in use
* no extra popup for quit reason anymore
* errors/warnings will be displayed in chat instead of popups in most cases
* NOTE: auto-kick for ignored players is currently _disabled_ will fix that soon
koda [Wed, 12 Oct 2011 04:14:38 +0200] rev 5997
because betas are baaaad (also really fix compiling everywhere)
unc0rr [Sat, 24 Sep 2011 00:00:57 +0400] rev 5996
Convert boolean variable + a bunch of fields which make sense only while game is going on into Maybe + structure
nemo [Sun, 25 Sep 2011 10:48:18 -0400] rev 5995
merge from default. Pulls in sheepluva's frontend work, and unbreaks engine cmake.
koda [Fri, 23 Sep 2011 09:58:41 +0200] rev 5994
don't rumble while synchronising a demo/save
sheepluva [Thu, 22 Sep 2011 23:20:11 +0200] rev 5993
randomly selected static/mission maps weren't properly reported to others in room (only new seed was)
koda [Thu, 22 Sep 2011 15:30:40 +0200] rev 5992
prevent screen locking while synching saves (can take some time)
unc0rr [Thu, 22 Sep 2011 17:19:39 +0400] rev 5991
Fix sheepluva's merge
sheepluva [Thu, 22 Sep 2011 14:02:44 +0200] rev 5990
let frontend send (copypasta) multi-line messages line by line to avoid protocol violation
unc0rr [Thu, 22 Sep 2011 11:44:39 +0400] rev 5989
My best guess for
issue #285 is send thread being stuck at sendAll function, so I move client removing function before sendAll
nemo [Wed, 21 Sep 2011 22:03:31 -0400] rev 5988
Disable clouds
koda [Thu, 22 Sep 2011 01:28:50 +0200] rev 5987
ios version bump
koda [Thu, 22 Sep 2011 01:28:19 +0200] rev 5986
apparently the old way was the correct one
koda [Thu, 22 Sep 2011 01:18:31 +0200] rev 5985
aligned credits and game modes to main release
koda [Thu, 22 Sep 2011 01:02:57 +0200] rev 5984
create the ios schemes programmatically
koda [Wed, 21 Sep 2011 23:15:44 +0200] rev 5983
retina images, again
koda [Wed, 21 Sep 2011 22:51:52 +0200] rev 5982
mad several updates to the resource copying phase in the ios project file, changed paths of some images and added some smaller forts version
nemo [Wed, 21 Sep 2011 15:00:01 -0400] rev 5981
Couple of missed changes inu pointed out
koda [Wed, 21 Sep 2011 17:31:37 +0200] rev 5980
one more
koda [Wed, 21 Sep 2011 17:14:26 +0200] rev 5979
moar @2x
koda [Wed, 21 Sep 2011 12:57:30 +0200] rev 5978
another round of retina display images
nemo [Tue, 20 Sep 2011 20:52:04 -0400] rev 5977
Disable a bit of code from revision 4 that I'm pretty sure is not hit anymore, or we'd end up with plenty of doubled graves at a minimum. Also, clear gstWinner/gstLoser along with gstWait - still need to figure out why exactly those aren't rendering anymore though.
koda [Wed, 21 Sep 2011 02:05:42 +0200] rev 5976
fixed several 'retina display' images and added a bunch more (though just from upscaling the normal ones; might be nice to have 'em redrawn at a real higher resolution)
koda [Tue, 20 Sep 2011 23:43:52 +0200] rev 5975
let's use the built in events, shall we
nemo [Tue, 20 Sep 2011 16:00:20 -0400] rev 5974
check for amNothing
nemo [Tue, 20 Sep 2011 13:37:52 -0400] rev 5973
Revert koda's c24fdd9a0458 until it stops breaking my builds :-p
nemo [Tue, 20 Sep 2011 13:27:07 -0400] rev 5972
Clear gstAnimation and reset Timer before entering death animation
nemo [Tue, 20 Sep 2011 12:59:02 -0400] rev 5971
revert prev - that was dumb. wrong gear.
nemo [Tue, 20 Sep 2011 12:46:45 -0400] rev 5970
Let's actually add the gstHHDeath check to the right line, shall we?
nemo [Tue, 20 Sep 2011 12:02:58 -0400] rev 5969
Check on active hedgehog death animation
koda [Mon, 19 Sep 2011 23:35:07 +0200] rev 5968
this reintroduces the gsSuspend state to fix multitasking on ios
koda [Mon, 19 Sep 2011 23:18:48 +0200] rev 5967
using fpc 2.7.1 in ios project file
sheepluva [Mon, 19 Sep 2011 23:49:20 +0200] rev 5966
also merge 0.9.16 in to make koda happy
sheepluva [Mon, 19 Sep 2011 23:25:13 +0200] rev 5965
merge the 2 heads. I hope I did it right. also I increased proto and ver number
nemo [Mon, 19 Sep 2011 14:17:33 -0400] rev 5964
return nil for position if no gear
koda [Mon, 19 Sep 2011 19:12:19 +0200] rev 5963
fix mac compilation
sheepluva [Sun, 18 Sep 2011 21:59:34 +0200] rev 5962
merge changes from 0.9.16 branch - I bet I just broke something XD
koda [Mon, 19 Sep 2011 14:38:44 +0200] rev 5961
Added tag 0.9.16-release for
changeset 74bc72746bec
sheepluva [Sun, 18 Sep 2011 21:46:00 +0200] rev 5960
make chatsection in game room stretch if space is available
sheepluva [Sun, 18 Sep 2011 21:06:09 +0200] rev 5959
another fix for a popup window that had no style
sheepluva [Sun, 18 Sep 2011 16:46:26 +0200] rev 5958
set a default value for density that shouldn't lead to div by 0
unc0rr [Sat, 17 Sep 2011 22:01:17 +0400] rev 5957
Include lib* into src package
unc0rr [Sat, 17 Sep 2011 21:48:18 +0400] rev 5956
okay, let's revert this for now
unc0rr [Mon, 19 Sep 2011 23:55:52 +0400] rev 5955
- Unset hhdriven flag for gone hedgehog
- Fix incorrect work with states in gstWait state handler
- These two changes fix the bug with hogs of gone team not disappearing
nemo [Sat, 17 Sep 2011 13:40:54 -0400] rev 5954
Revert 3ec95dc2b249 - causes hogs to be trapped in the teleport animation. bad breakage
sheepluva [Sat, 17 Sep 2011 19:43:45 +0200] rev 5953
fix style of lobby chatroom user context menu
nemo [Sat, 17 Sep 2011 10:22:35 -0400] rev 5952
oops, it was already added
unc0rr [Sat, 17 Sep 2011 16:20:54 +0400] rev 5951
Set version to 0.9.16, protocol to 39
nemo [Sat, 17 Sep 2011 10:11:56 -0400] rev 5950
Add straight lines to changelog
unc0rr [Sat, 17 Sep 2011 16:20:09 +0400] rev 5949
Merge recent changes from default
sheepluva [Sat, 17 Sep 2011 11:39:42 +0200] rev 5948
update copyright year of README