Fri, 19 Aug 2011 17:22:12 +0200 Xeli merge hedgeroid
Sat, 20 Aug 2011 16:31:20 -0400 nemo -gh (heaptrace) appears to be the reason for crashing in DrawCircle on my system. I wonder if it has other bad behaviour as well.
Fri, 19 Aug 2011 17:21:18 +0200 Xeli Introduced a Touch_Finger type to replace the arrays with coords, makes cleaner code hedgeroid
Sat, 20 Aug 2011 15:31:23 -0400 nemo Attempt to recreate all textures if using Windows or OSX which lose textures on context recreation.
Fri, 19 Aug 2011 03:33:25 +0200 Xeli Added several graphics hedgeroid
Sat, 20 Aug 2011 14:26:29 -0400 nemo Special case small radius gears to try and prevent repeated collisions.
Fri, 19 Aug 2011 03:32:07 +0200 Xeli Added a hook to uGame which now allows uTouch to take action outside of SDL_Finger* events hedgeroid
Sat, 20 Aug 2011 14:00:51 -0400 nemo teach AI about sticky mines
Fri, 19 Aug 2011 03:29:51 +0200 Xeli Fixed crash which occured when entering the teamselection menu for the second time hedgeroid
Fri, 19 Aug 2011 17:25:30 +0400 unc0rr - Update russian translation
Thu, 18 Aug 2011 22:37:47 +0200 Xeli merge hedgeroid
Fri, 19 Aug 2011 15:41:04 +0400 unc0rr Remove PosInStack function, as bots behave better (they search more positions) without it
Thu, 18 Aug 2011 22:37:23 +0200 Xeli aiming fixed, inverted cursor on ammo menu, added equal and isZero function to uFloat, changed the way ammo menu opens, you must now click on the hog rather than anywhere on the screen hedgeroid
Fri, 19 Aug 2011 06:08:06 +0200 mikade - Updates to Tumbler gameplay mode [may still need a lil work]
Thu, 18 Aug 2011 15:26:41 +0200 Xeli Volume keys now work hedgeroid
Thu, 18 Aug 2011 23:33:39 -0400 nemo oops
Wed, 17 Aug 2011 19:39:32 +0200 Xeli open ammo when clicking the current hog hedgeroid
Thu, 18 Aug 2011 00:14:43 +0200 sheepluva portal: combating the space-detection issue.
Wed, 17 Aug 2011 18:09:25 +0200 Xeli merge hedgeroid
Wed, 17 Aug 2011 21:26:34 +0400 unc0rr Free messages queue on engine shutdown
Wed, 17 Aug 2011 17:15:42 +0200 Xeli merge hedgeroid
Wed, 17 Aug 2011 11:17:50 -0400 nemo ...
Wed, 17 Aug 2011 17:14:47 +0200 Xeli Now able to select a weapon hedgeroid
Wed, 17 Aug 2011 11:07:03 -0400 nemo *sigh*
Wed, 17 Aug 2011 12:32:40 +0200 Xeli merge hedgeroid
Wed, 17 Aug 2011 10:58:00 -0400 nemo Add square check to shotgun. This a minor optimisation that might sidestep a bug on iOS/Android. Still need to find out why the bug is happening though
Wed, 17 Aug 2011 00:11:57 -0400 nemo Break visual gears list up into 4, to avoid iterating over entire list to draw a single layer. Also fix error in tag zoom.
Tue, 16 Aug 2011 23:02:27 -0400 nemo Make it a lot harder to cheat with typical random crates. This also means that crates will vary even if map has the same seed (hog positions of course will be unchanged).
Tue, 16 Aug 2011 21:37:10 -0400 nemo At mikade's request, expose screenheight/screenwidth and allow setting tag zoom level
Tue, 16 Aug 2011 21:57:58 +0400 unc0rr Properly implement slot, connect signal from the object which actually sends it to the slot
Mon, 15 Aug 2011 16:57:36 -0400 nemo Check for dX too
Mon, 15 Aug 2011 16:50:09 -0400 nemo I'll learn to build first eventually...
Wed, 17 Aug 2011 12:31:10 +0200 Xeli uTouch, has cursor move, zoom and click or tap to open the ammo menu hedgeroid
Mon, 15 Aug 2011 16:49:15 -0400 nemo oops
Mon, 15 Aug 2011 21:49:09 +0200 Xeli merge hedgeroid
Mon, 15 Aug 2011 16:48:39 -0400 nemo Move HealthTag dY init into AddGear
Mon, 15 Aug 2011 19:42:39 +0200 mikade merge
Mon, 15 Aug 2011 12:47:53 -0400 nemo Use Frame instead of State for the health flag
Mon, 15 Aug 2011 20:31:31 +0400 unc0rr Don't allow to join other protocol room using FOLLOW command (not tested)
Mon, 15 Aug 2011 20:18:18 +0400 unc0rr Why so suspicious?
Mon, 15 Aug 2011 17:29:54 +0200 mikade Allow user to drop bombs off rope, parachute, and flying saucer.
Mon, 15 Aug 2011 10:16:18 -0400 nemo forgot scale
Sun, 14 Aug 2011 23:52:45 -0400 nemo suggestion of mikade's - delete old mines if the collision array shows signs of filling up. This is kind of an edge case, esp now that array is up to 1024, but should prevent (easiest) way to crash by collision array overflow (endless mines/minestrikes).
Sun, 14 Aug 2011 23:06:00 -0400 nemo bump up max collision to 1024 entries
Sun, 14 Aug 2011 23:00:12 -0400 nemo Tiny bit of progress on download page - hooked it up to "Info" button for now.
Sun, 14 Aug 2011 21:49:04 -0400 nemo draw health tag relative to screen if State <> 0
Mon, 15 Aug 2011 00:23:32 +0200 koda smaller code cleanup
Sun, 14 Aug 2011 17:49:12 -0400 nemo For mikade's sake, use old dx/dy/frametick as default, so health crosses move the same
Sun, 14 Aug 2011 17:42:26 -0400 nemo Use same visual gear for health tags and hearts.
Sun, 14 Aug 2011 16:59:55 -0400 nemo Seduction animation. New visual gear type.
Sun, 14 Aug 2011 13:45:37 -0400 nemo Shrink number of circle points to 60, reenable seduction circle (no longer crashes)
Sun, 14 Aug 2011 13:25:55 -0400 nemo Change to "aura" due to odd crasher in DrawCircle, at least on my machine/driver. Less precise, but perhaps more attractive.
Sun, 14 Aug 2011 20:53:52 +0400 unc0rr Use local scope global var instead
Sat, 13 Aug 2011 22:46:47 +0200 Henek new SD flakes from mikade and a flash when sudden death starts
Sat, 13 Aug 2011 21:06:51 +0200 koda small fix for the ios project file
Sat, 13 Aug 2011 21:26:59 +0400 unc0rr Some screwing around GearsNear code
Sat, 13 Aug 2011 20:44:42 +0400 unc0rr Don't switch to gsConfirm state (which is pretty same as gsGame) when not in gsGame or gsChat state. Prevents crashes and other possible kinds of wierd behaviour.
Fri, 12 Aug 2011 15:33:07 -0400 nemo Revert ParseCommandOverride change since it appears to be badly screwing up scripting. Need to find out why. This backs out 7f57d0c7816a and the recent workaround.
Fri, 12 Aug 2011 14:09:08 -0400 nemo extend the workaround. FIXME still applies
Fri, 12 Aug 2011 13:15:30 -0400 nemo oops. accidentaly committed test move of voice line (the FIXME still applies though)
Fri, 12 Aug 2011 12:42:50 -0400 nemo use ansistring instead
Mon, 15 Aug 2011 21:45:27 +0200 Xeli Zoom and moving the camera now works with SDL_FINGER* events hedgeroid
Fri, 12 Aug 2011 10:36:37 -0400 nemo sheepluva pointed out there are 2 StrPas in pascal, in different units. Do conversion in LuaPas instead
Thu, 11 Aug 2011 15:03:21 +0200 Xeli merge hedgeroid
Thu, 11 Aug 2011 23:07:45 -0400 nemo This is a WTF checkin. Seriously. Someone needs to look at this to find out why it is behaving as it is.
Thu, 11 Aug 2011 15:01:05 +0200 Xeli Android (multitouch) implementation hedgeroid
Thu, 11 Aug 2011 22:33:56 -0400 nemo unbreak voice playback in team creation
Thu, 11 Aug 2011 14:59:56 +0200 Xeli SDL_FINGERUP/DOWN/MOTION events added hedgeroid
Thu, 11 Aug 2011 00:18:10 +0200 Henek disable campaign button, structure and change sudden death music to hell.ogg
Thu, 11 Aug 2011 14:59:14 +0200 Xeli start of implementation of the save button, check if there's something to save and update TeamSelectionActivity if a change has been made hedgeroid
Wed, 10 Aug 2011 17:22:17 -0400 nemo another merge to clean up
Thu, 11 Aug 2011 14:56:31 +0200 Xeli Android touch events propagate to hwengine now hedgeroid
Wed, 10 Aug 2011 17:20:21 -0400 nemo :( bad revision.
Wed, 10 Aug 2011 14:55:00 +0200 Xeli back key now quits the game hedgeroid
Wed, 10 Aug 2011 17:16:19 -0400 nemo merge1
Wed, 10 Aug 2011 14:52:51 +0200 Xeli Changed gametype to 'style' hedgeroid
Wed, 10 Aug 2011 22:34:25 +0200 mikade Fixed up Golf theme. Should look pretty good, now.
Wed, 10 Aug 2011 01:50:57 +0200 Xeli typo on the nullpointer check hedgeroid
Wed, 10 Aug 2011 11:45:02 -0400 nemo exclude current hedgehog
Wed, 10 Aug 2011 01:22:52 +0200 Xeli Fixed team colors in the UI, delete and a nullpointer bug when no teams are created hedgeroid
Tue, 09 Aug 2011 21:54:45 -0400 nemo Revert 3768e9a6ec40. I misread the test. Seems parachute works as expected now already
Tue, 09 Aug 2011 21:41:52 +0200 Xeli merge hedgeroid
Tue, 09 Aug 2011 21:18:12 -0400 nemo return visual gear in hogsay
Mon, 08 Aug 2011 23:57:04 -0400 nemo slight visual tweak. birdy's wings beat faster if he's just about tired out
Mon, 08 Aug 2011 13:43:24 -0400 nemo gear state flag names for scripting
Sun, 07 Aug 2011 14:41:47 -0400 nemo remove offset in seduction gear creation
Sun, 07 Aug 2011 14:29:11 -0400 nemo Experimental area-of-effect Seduction
Sun, 07 Aug 2011 22:27:57 +0400 unc0rr Oh, and fix cursor visibility correlations between gsConfirm state and paused state
Sun, 07 Aug 2011 22:24:13 +0400 unc0rr Also unhide mouse cursor when in gsConfirm state
Sun, 07 Aug 2011 22:20:52 +0400 unc0rr Release mouse cursor in gsConfirm state
Sun, 07 Aug 2011 22:18:51 +0400 unc0rr Enter gsConfirm state when loosing focus
Sun, 07 Aug 2011 13:32:28 -0400 nemo disable extra time in timeless mode
Sun, 07 Aug 2011 12:50:17 -0400 nemo drowning flake graphics tweak
Sun, 07 Aug 2011 18:49:49 +0200 koda oops this slipped through
Sun, 07 Aug 2011 12:40:14 -0400 nemo Expose TargetX/TargetY to scripting
Tue, 09 Aug 2011 21:31:49 +0200 Xeli removed prints hedgeroid
Sun, 07 Aug 2011 12:25:21 -0400 nemo disable special case for parachute on rope. legacy? Without it, parachute behaves as one expects
Tue, 09 Aug 2011 20:56:34 +0200 Xeli fixed minor download bug hedgeroid
Sun, 07 Aug 2011 12:06:53 -0400 nemo make a special case for teleport instead. also allows teleporting off of a parachute
Tue, 09 Aug 2011 20:56:18 +0200 Xeli api level 9 for now hedgeroid
Sun, 07 Aug 2011 11:52:06 -0400 nemo prevent attempting to teleport in mid-air during inf attack
Tue, 09 Aug 2011 20:55:34 +0200 Xeli - hedgeroid
Sun, 07 Aug 2011 11:23:27 -0400 nemo Don't reset attack when Unplaced.
Tue, 09 Aug 2011 20:54:56 +0200 Xeli Fixed IPC provide gameconfig hedgeroid
Sun, 07 Aug 2011 11:18:49 -0400 nemo This should make bee/airstrikes play nicer with infinite attack mode
Tue, 09 Aug 2011 20:53:37 +0200 Xeli Added color and team hog count hedgeroid
Sat, 06 Aug 2011 07:09:30 +0200 koda Ditch the renderer system in sdl1.3 and use the 'old fashioned' sdl/opengl context. This gives us more flexibility and less problem in receiving video events (expecially on mobile platform) as well as not having to care to reset the gl context every time sdl interferes.
Tue, 09 Aug 2011 20:52:26 +0200 Xeli AI thread is now an SDL_Thread rather than pthread hedgeroid
Fri, 05 Aug 2011 01:22:51 +0200 koda use -Os --ffast-math on ios everywhere, plus other sdk3.2 compatibility changes
Tue, 09 Aug 2011 20:51:20 +0200 Xeli changed iphone specific ifdefs to mobile hedgeroid
Fri, 05 Aug 2011 14:15:19 -0400 nemo merge
Mon, 08 Aug 2011 23:52:17 +0200 Xeli Removed the (default) qualifier hedgeroid
Wed, 10 Aug 2011 16:07:34 +0100 grammikj Make sinegun sound a bit louder
Fri, 05 Aug 2011 14:13:06 -0400 nemo move gstWait - should make detecting drowning easier for mikade
Mon, 08 Aug 2011 23:25:21 +0200 Xeli added placeholder images for teamcount hedgeroid
Wed, 10 Aug 2011 15:41:25 +0100 grammikj Fix sounds, add some more for hellish impact and sine gun
Thu, 04 Aug 2011 17:44:55 +0200 Xeli merge hedgeroid
Thu, 04 Aug 2011 19:52:27 -0400 nemo Fix crasher. thanks to dagni for the demo file that tracked it down.
Fri, 05 Aug 2011 12:19:01 +0100 grammickj New sounds: mudball, mine bounce, hammer
Tue, 02 Aug 2011 00:28:49 +0200 koda add a couple of nilcheck for safety
Mon, 01 Aug 2011 16:45:45 -0400 nemo minor tweak since health tag was being retinted anyway. make it fade out. also disable unneeded tinted flag, save a handful of ops
Mon, 01 Aug 2011 15:37:27 -0400 nemo Make vgtHealth use Tint
Mon, 01 Aug 2011 13:29:01 -0400 nemo add getter for effects. untested.
Mon, 01 Aug 2011 10:08:02 +0400 unc0rr Merge
Mon, 01 Aug 2011 01:54:18 +0200 koda i had to forget something about the ios project file, by contract
Mon, 01 Aug 2011 00:48:38 +0200 koda ios: this should prevent at least one of the crashes zorg spotted; also added some callbacks in SDLh; also polished project file (from -O2 to -Os)
Sun, 31 Jul 2011 12:07:44 -0400 nemo Reset to default zoom. Unbreaks waves
Sun, 31 Jul 2011 17:09:04 +0200 koda i forgot to update schemes after adding tag mode; also updated/fixed a couple of them
Sun, 31 Jul 2011 16:03:24 +0200 koda ios: caught some leaks, merged two methods inside a fuction, postponed the rating popup
Sat, 30 Jul 2011 17:23:47 -0400 nemo add nil check
Sat, 30 Jul 2011 15:36:11 -0400 nemo sucky temp graphic for land gun, also. an experiment - do these lines make it easier to tell when a weapon is disabled without being too ugly?
Sat, 30 Jul 2011 14:52:25 -0400 nemo kill off some speckles, crank up land gun output
Thu, 04 Aug 2011 17:41:07 +0200 Xeli removed TODO no use for it now hedgeroid
Wed, 27 Jul 2011 20:58:06 -0400 nemo bluer colour, more pulsing
Thu, 04 Aug 2011 17:40:29 +0200 Xeli manifest changes, all activities are fullscreen and some activities have been added to the manifest hedgeroid
Wed, 27 Jul 2011 09:20:55 -0400 nemo this helps a bit
Thu, 04 Aug 2011 17:37:40 +0200 Xeli The start of the IPC transers to the engine hedgeroid
Wed, 27 Jul 2011 09:06:51 -0400 nemo skip splashes for flakes
Thu, 04 Aug 2011 17:36:13 +0200 Xeli Utility functions which are context wide, mostly SD methods right now hedgeroid
Wed, 27 Jul 2011 08:55:30 -0400 nemo trying another texture
Thu, 04 Aug 2011 17:35:42 +0200 Xeli Main activity for starting a local game hedgeroid
Wed, 27 Jul 2011 08:52:29 -0400 nemo unnecessary test removed, also merge
Thu, 04 Aug 2011 17:34:57 +0200 Xeli send the gameconfig hedgeroid
Wed, 27 Jul 2011 11:30:54 +0200 koda annoying translators like it was no thing
Thu, 04 Aug 2011 17:34:21 +0200 Xeli Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values hedgeroid
Wed, 27 Jul 2011 10:39:04 +0200 koda increasing commit number with style
Thu, 04 Aug 2011 17:28:11 +0200 Xeli moved these files to a subdir hedgeroid
Wed, 27 Jul 2011 10:38:41 +0200 koda one more stray tag to be removed
Thu, 04 Aug 2011 17:27:05 +0200 Xeli datastructures for the different aspects of a gameconfiguration hedgeroid
Wed, 27 Jul 2011 10:37:05 +0200 koda trying to clean up the .hgtags mess
Wed, 27 Jul 2011 08:51:16 -0400 nemo Deletion was a bad idea.
Thu, 04 Aug 2011 17:22:37 +0200 Xeli AddFileLog tweak, added [Con] to each line hedgeroid
Tue, 26 Jul 2011 23:46:41 -0400 nemo example of an SD art. mine from openclipart
Thu, 04 Aug 2011 17:21:13 +0200 Xeli added GenLandPreview declaration hedgeroid
Tue, 26 Jul 2011 01:02:02 +0200 mikade Don't activate switch if player only has 1 hog
Thu, 04 Aug 2011 17:20:14 +0200 Xeli jni constants used by hwLibrary hedgeroid
Mon, 25 Jul 2011 01:52:04 +0200 koda add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
Thu, 04 Aug 2011 17:19:27 +0200 Xeli images for the frontend hedgeroid
Mon, 25 Jul 2011 01:18:51 +0200 koda add the ios friendly scripts
Thu, 04 Aug 2011 17:17:21 +0200 Xeli Created callbacks to give the frontend information of maxteams/hogs hedgeroid
Sun, 24 Jul 2011 19:14:56 +0200 koda rip out the sync weapons/schemes switch and place it into settings; also perform some runtime check on what can be enabled
Mon, 18 Jul 2011 14:41:08 +0200 Xeli Added lua files to hgignore two files have been manually 'hg added' hedgeroid
Sun, 24 Jul 2011 16:58:40 -0400 nemo raise AI to hard
Mon, 18 Jul 2011 14:40:19 +0200 Xeli CMake now moves the proper lua files to the project hedgeroid
Sun, 24 Jul 2011 16:26:39 -0400 nemo oops
Sat, 16 Jul 2011 17:04:30 +0200 Xeli Lua source modification revert aded hedgeroid
Sun, 24 Jul 2011 15:00:25 -0400 nemo darken the green just a touch to stand out a bit more from mint
Sat, 16 Jul 2011 17:00:47 +0200 Xeli Added support for LUA hedgeroid
Sun, 24 Jul 2011 14:42:28 -0400 nemo set of 9 colours proposed by bugq - attempting to avoid colours that are hard to distinguish
Thu, 14 Jul 2011 16:03:29 +0200 Xeli Greatly simplifies the buildenvironment plus makes cmake a bit more vocal hedgeroid
Sun, 24 Jul 2011 00:25:35 -0400 nemo Add grayscale option for 3d, helps with colour clashing
Thu, 14 Jul 2011 16:01:33 +0200 Xeli Removed double org.hedgewars.mobile.Download*.java introduced in 5408:ab055114c788 hedgeroid
Sat, 23 Jul 2011 16:07:43 -0400 nemo test on i should be first condition
Wed, 27 Jul 2011 11:41:43 +0400 unc0rr Merge
Thu, 14 Jul 2011 15:59:29 +0200 Xeli Removed double icons introduced in 5411:9b82f4f9fba6 hedgeroid
Sat, 23 Jul 2011 09:31:57 +0400 unc0rr merge
Thu, 14 Jul 2011 15:58:08 +0200 Xeli added startlocalgame activity hedgeroid
Thu, 21 Jul 2011 16:30:42 +0200 sheepluva fix wrong location of "Type"-label in map-selection
Thu, 14 Jul 2011 15:55:28 +0200 Xeli Main class files for the start-local-game screen hedgeroid
Wed, 20 Jul 2011 20:44:25 +0200 sheepluva some changelog stuff
Thu, 14 Jul 2011 15:54:12 +0200 Xeli this file points to the resources files containing weapons and schemes hedgeroid
Wed, 20 Jul 2011 18:05:43 +0200 mikade Restored Golf theme. May require additional work.
Wed, 27 Jul 2011 11:39:08 +0400 unc0rr Colon sign isn't compatible with windows
Thu, 14 Jul 2011 15:52:10 +0200 Xeli Fixed a small bug for when detecting Themes hedgeroid
Wed, 20 Jul 2011 17:46:19 +0200 mikade New mission. Hopefully easier than most of my other missions. :D
Sat, 23 Jul 2011 09:30:51 +0400 unc0rr Implement command for banning by ip and a command for bans list
Wed, 27 Jul 2011 11:38:00 +0400 unc0rr Remove unneeded variable
Thu, 14 Jul 2011 15:48:27 +0200 Xeli Layouts for the start local game hedgeroid
Wed, 20 Jul 2011 00:09:13 +0200 sheepluva escape ampersand ('&') in team select buttons.
Tue, 26 Jul 2011 17:28:55 +0400 unc0rr Make AI much more wise (fix a bug preventing AI to explore caves)
Thu, 14 Jul 2011 15:46:43 +0200 Xeli added xml files which represent the default entries of Schemes and weapons hedgeroid
Tue, 19 Jul 2011 12:02:24 +0200 svetlisa bg locale update
Tue, 26 Jul 2011 17:27:14 +0400 unc0rr Comment out unsynced logging
Thu, 14 Jul 2011 15:45:43 +0200 Xeli added various icons and graphics for the frontend hedgeroid
Sat, 16 Jul 2011 13:45:40 -0400 nemo try to tweak flamethrower a bit to do more damage with fire changes. An optimal firepit test dealt 68.
Thu, 14 Jul 2011 15:42:54 +0200 Xeli Added a small example of the frontend still being worked but commited so the downloader now works hedgeroid
Sat, 16 Jul 2011 13:01:11 -0400 nemo Adjust "sticky" fire (molotov) so it makes better fire pits, by making the kicks more regular, yet of random left/right. Tweak napalm slightly along same lines. Probably needs more balancing.
Thu, 14 Jul 2011 15:42:01 +0200 Xeli Added a utility class needed by the Downloaders hedgeroid
Tue, 12 Jul 2011 21:12:07 +0400 unc0rr Somehow this line got lost somewhere
Thu, 14 Jul 2011 15:41:26 +0200 Xeli Moved download classes to their own dir and fixed the way the dest dir is being 'build' hedgeroid
Mon, 11 Jul 2011 16:03:46 -0400 nemo merge
Wed, 06 Jul 2011 14:38:06 +0200 Xeli small fix to have LUA_DISABLED working again hedgeroid
Mon, 11 Jul 2011 14:08:15 -0400 nemo typo
Tue, 05 Jul 2011 23:30:35 +0200 Xeli removed some left over artifact of DataPackage in CMakeLists.txt hedgeroid
Mon, 11 Jul 2011 13:04:18 +0200 koda typo and spaces
Tue, 05 Jul 2011 23:29:32 +0200 Xeli fixed Data path hedgeroid
Sun, 10 Jul 2011 02:18:46 +0200 koda better variable grouping...
Sat, 09 Jul 2011 21:30:36 +0200 jose1711 Updated Slovak translation
Tue, 05 Jul 2011 23:29:08 +0200 Xeli fixed app name hedgeroid
Fri, 08 Jul 2011 12:18:27 -0400 nemo Add fudge factors for the collision check on portal exit
Tue, 05 Jul 2011 23:26:32 +0200 Xeli Added build scripts to the hgignore files, these are generated by cmake hedgeroid
Thu, 07 Jul 2011 08:09:12 -0400 nemo merge french translation
Tue, 05 Jul 2011 18:33:42 +0200 Xeli merge hedgeroid
Thu, 07 Jul 2011 07:55:23 -0400 karibikCZ Updated Czech translation
Tue, 05 Jul 2011 18:27:18 +0200 Xeli Added download functionality and changed some icons hedgeroid
Thu, 07 Jul 2011 12:34:07 +0400 unc0rr This seems to be a much better place
Tue, 05 Jul 2011 18:23:54 +0200 Xeli Removed DataPackage and added eclipse specific meta files to ignore hedgeroid
Tue, 05 Jul 2011 21:41:48 +0400 unc0rr This should improve performance on singlecore computers
Tue, 05 Jul 2011 18:22:07 +0200 Xeli removed the extra DataPackage apk, the main app will download it itself hedgeroid
Mon, 04 Jul 2011 15:35:44 +0200 koda little code cleanup (but please test)
Tue, 05 Jul 2011 18:21:19 +0200 Xeli 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 hedgeroid
Mon, 04 Jul 2011 12:28:58 +0200 koda (fix issue 126) moved initial nickname popup to the netconnection page
Fri, 01 Jul 2011 21:30:33 +0200 Xeli Changed package name from org.hedgewars to org.hedgewars.mobile hedgeroid
Mon, 04 Jul 2011 10:26:16 +0400 unc0rr Remove logging (was added for debugging, could lead to a crash due to lack of synchronization)
Fri, 01 Jul 2011 09:02:30 +0200 Xeli updated path to Data folder to match where DataPacakage put it *temporarily* hedgeroid
Sun, 03 Jul 2011 20:14:03 -0400 nemo oops
Fri, 01 Jul 2011 08:46:47 +0200 Xeli merge hedgeroid
Sun, 03 Jul 2011 20:01:13 -0400 nemo 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
Wed, 29 Jun 2011 18:09:24 +0200 Xeli Added *.properties in Android project dirs to hgignore hedgeroid
Sun, 03 Jul 2011 22:47:57 +0200 mikade Altered switch behavior on 'The Specialists'.
Wed, 29 Jun 2011 18:05:04 +0200 Xeli Removed protocol check, using CMake now to setup the building scripts using Templates/* removed old scripts hedgeroid
Sun, 03 Jul 2011 14:36:42 -0400 nemo Based on some user complaints on forum, try to reduce impact of teams on small displays.
Tue, 28 Jun 2011 18:33:51 +0200 Xeli 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 hedgeroid
Sun, 03 Jul 2011 12:53:39 -0400 nemo adjust test slightly
Tue, 28 Jun 2011 18:30:10 +0200 Xeli Added hedgewars icons hedgeroid
Sun, 03 Jul 2011 18:22:07 +0200 koda copy pasta fail
Tue, 28 Jun 2011 17:57:54 +0200 Xeli merge hedgeroid
Sun, 03 Jul 2011 11:38:25 -0400 nemo Add a little y kick if there is nothing under an active barrel.
Tue, 28 Jun 2011 17:56:25 +0200 Xeli added DataPackage temporarily hedgeroid
Sun, 03 Jul 2011 11:24:53 -0400 nemo Change bee pos sprite, make aiming napalm a little easier, adjust napalm flames to be more centred on the target
(0) -3000 -1000 -240 +240 +1000 +3000 +10000 tip