Xeli [Tue, 05 Jul 2011 18:22:07 +0200] rev 5393
removed the extra DataPackage apk, the main app will download it itself
koda [Mon, 04 Jul 2011 15:35:44 +0200] rev 5392
little code cleanup (but please test)
Xeli [Tue, 05 Jul 2011 18:21:19 +0200] rev 5391
Removed the "move" of the resources, it isn't needed for the android build anymore and if they get moved in the default repo it probably should go somewhere in /share
koda [Mon, 04 Jul 2011 12:28:58 +0200] rev 5390
(fix
issue #126) moved initial nickname popup to the netconnection page
Xeli [Fri, 01 Jul 2011 21:30:33 +0200] rev 5389
Changed package name from org.hedgewars to org.hedgewars.mobile
unc0rr [Mon, 04 Jul 2011 10:26:16 +0400] rev 5388
Remove logging (was added for debugging, could lead to a crash due to lack of synchronization)
Xeli [Fri, 01 Jul 2011 09:02:30 +0200] rev 5387
updated path to Data folder to match where DataPacakage put it *temporarily*
nemo [Sun, 03 Jul 2011 20:14:03 -0400] rev 5386
oops
Xeli [Fri, 01 Jul 2011 08:46:47 +0200] rev 5385
merge
nemo [Sun, 03 Jul 2011 20:01:13 -0400] rev 5384
separate landpixels/land despeckling results to avoid desyncing on blurry land due to extra despeckling passes. right now, this does mean landpixels edge-of-block recheck is not done
Xeli [Wed, 29 Jun 2011 18:09:24 +0200] rev 5383
Added *.properties in Android project dirs to hgignore
Added a new project which will move resources from it's own apk to the sdcard
mikade [Sun, 03 Jul 2011 22:47:57 +0200] rev 5382
Altered switch behavior on 'The Specialists'.
Xeli [Wed, 29 Jun 2011 18:05:04 +0200] rev 5381
Removed protocol check, using CMake now to setup the building scripts using Templates/* removed old scripts
nemo [Sun, 03 Jul 2011 14:36:42 -0400] rev 5380
Based on some user complaints on forum, try to reduce impact of teams on small displays.
Xeli [Tue, 28 Jun 2011 18:33:51 +0200] rev 5379
Moved the Audio directory from the iOS folder one level up. Android-build will now refer to it SDL-android-project/build.xml must be changed if the directory is moved
nemo [Sun, 03 Jul 2011 12:53:39 -0400] rev 5378
adjust test slightly
Xeli [Tue, 28 Jun 2011 18:30:10 +0200] rev 5377
Added hedgewars icons
koda [Sun, 03 Jul 2011 18:22:07 +0200] rev 5376
copy pasta fail
Xeli [Tue, 28 Jun 2011 17:57:54 +0200] rev 5375
merge
nemo [Sun, 03 Jul 2011 11:38:25 -0400] rev 5374
Add a little y kick if there is nothing under an active barrel.
Xeli [Tue, 28 Jun 2011 17:56:25 +0200] rev 5373
added DataPackage temporarily
nemo [Sun, 03 Jul 2011 11:24:53 -0400] rev 5372
Change bee pos sprite, make aiming napalm a little easier, adjust napalm flames to be more centred on the target
Xeli [Tue, 28 Jun 2011 17:55:15 +0200] rev 5371
Preloaded libhwengine.so and added an argument to nativeInit()
koda [Sun, 03 Jul 2011 02:33:17 +0200] rev 5370
ios: disble logging, stop music correctly in preferences, move script command before seed, try using reatin instead of if
Xeli [Tue, 28 Jun 2011 17:54:27 +0200] rev 5369
Removed absolute path to libhwengine.so, the library must be preloaded from Java now. Which automagically knows where libhwengine.so is!
sheepluva [Sun, 03 Jul 2011 01:10:39 +0200] rev 5368
fix build. seems like a indentation-related merge-oopsy dragged deleted code back in.
Xeli [Tue, 28 Jun 2011 17:51:58 +0200] rev 5367
The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
unc0rr [Fri, 01 Jul 2011 10:38:00 +0400] rev 5366
Merge
Xeli [Tue, 28 Jun 2011 17:51:07 +0200] rev 5365
Added an argument to Game(PChar) which provides a path to the data folder. This allows the user/java side to change from internal sdcard to sdcard
nemo [Thu, 30 Jun 2011 18:20:41 -0400] rev 5364
Sweep all pixels at 0 or 1 neighbours, whether damaged or not. Intended to handled output of Smooth, might be nice to cut down on the counting somehow though.