2011-08-15 nemo I'll learn to build first eventually...
2011-08-17 Xeli uTouch, has cursor move, zoom and click or tap to open the ammo menu hedgeroid
2011-08-15 nemo oops
2011-08-15 Xeli merge hedgeroid
2011-08-15 nemo Move HealthTag dY init into AddGear
2011-08-15 mikade merge
2011-08-15 nemo Use Frame instead of State for the health flag
2011-08-15 unc0rr Don't allow to join other protocol room using FOLLOW command (not tested)
2011-08-15 unc0rr Why so suspicious?
2011-08-15 mikade Allow user to drop bombs off rope, parachute, and flying saucer.
2011-08-15 nemo forgot scale
2011-08-15 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).
2011-08-15 nemo bump up max collision to 1024 entries
2011-08-15 nemo Tiny bit of progress on download page - hooked it up to "Info" button for now.
2011-08-15 nemo draw health tag relative to screen if State <> 0
2011-08-14 koda smaller code cleanup
2011-08-14 nemo For mikade's sake, use old dx/dy/frametick as default, so health crosses move the same
2011-08-14 nemo Use same visual gear for health tags and hearts.
2011-08-14 nemo Seduction animation. New visual gear type.
2011-08-14 nemo Shrink number of circle points to 60, reenable seduction circle (no longer crashes)
2011-08-14 nemo Change to "aura" due to odd crasher in DrawCircle, at least on my machine/driver. Less precise, but perhaps more attractive.
2011-08-14 unc0rr Use local scope global var instead
2011-08-13 Henek new SD flakes from mikade and a flash when sudden death starts
2011-08-13 koda small fix for the ios project file
2011-08-13 unc0rr Some screwing around GearsNear code
2011-08-13 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.
2011-08-12 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.
2011-08-12 nemo extend the workaround. FIXME still applies
2011-08-12 nemo oops. accidentaly committed test move of voice line (the FIXME still applies though)
2011-08-12 nemo use ansistring instead
2011-08-15 Xeli Zoom and moving the camera now works with SDL_FINGER* events hedgeroid
2011-08-12 nemo sheepluva pointed out there are 2 StrPas in pascal, in different units. Do conversion in LuaPas instead
2011-08-11 Xeli merge hedgeroid
2011-08-12 nemo This is a WTF checkin. Seriously. Someone needs to look at this to find out why it is behaving as it is.
2011-08-11 Xeli Android (multitouch) implementation hedgeroid
2011-08-12 nemo unbreak voice playback in team creation
2011-08-11 Xeli SDL_FINGERUP/DOWN/MOTION events added hedgeroid
2011-08-10 Henek disable campaign button, structure and change sudden death music to hell.ogg
2011-08-11 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
2011-08-10 nemo another merge to clean up
2011-08-11 Xeli Android touch events propagate to hwengine now hedgeroid
2011-08-10 nemo :( bad revision.
2011-08-10 Xeli back key now quits the game hedgeroid
2011-08-10 nemo merge1
2011-08-10 Xeli Changed gametype to 'style' hedgeroid
2011-08-10 mikade Fixed up Golf theme. Should look pretty good, now.
2011-08-09 Xeli typo on the nullpointer check hedgeroid
2011-08-10 nemo exclude current hedgehog
2011-08-09 Xeli Fixed team colors in the UI, delete and a nullpointer bug when no teams are created hedgeroid
2011-08-10 nemo Revert 3768e9a6ec40. I misread the test. Seems parachute works as expected now already
2011-08-09 Xeli merge hedgeroid
2011-08-10 nemo return visual gear in hogsay
2011-08-09 nemo slight visual tweak. birdy's wings beat faster if he's just about tired out
2011-08-08 nemo gear state flag names for scripting
2011-08-07 nemo remove offset in seduction gear creation
2011-08-07 nemo Experimental area-of-effect Seduction
2011-08-07 unc0rr Oh, and fix cursor visibility correlations between gsConfirm state and paused state
2011-08-07 unc0rr Also unhide mouse cursor when in gsConfirm state
2011-08-07 unc0rr Release mouse cursor in gsConfirm state
2011-08-07 unc0rr Enter gsConfirm state when loosing focus
2011-08-07 nemo disable extra time in timeless mode
2011-08-07 nemo drowning flake graphics tweak
2011-08-07 koda oops this slipped through
2011-08-07 nemo Expose TargetX/TargetY to scripting
2011-08-09 Xeli removed prints hedgeroid
2011-08-07 nemo disable special case for parachute on rope. legacy? Without it, parachute behaves as one expects
2011-08-09 Xeli fixed minor download bug hedgeroid
2011-08-07 nemo make a special case for teleport instead. also allows teleporting off of a parachute
2011-08-09 Xeli api level 9 for now hedgeroid
2011-08-07 nemo prevent attempting to teleport in mid-air during inf attack
2011-08-09 Xeli - hedgeroid
2011-08-07 nemo Don't reset attack when Unplaced.
2011-08-09 Xeli Fixed IPC provide gameconfig hedgeroid
2011-08-07 nemo This should make bee/airstrikes play nicer with infinite attack mode
2011-08-09 Xeli Added color and team hog count hedgeroid
2011-08-06 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.
2011-08-09 Xeli AI thread is now an SDL_Thread rather than pthread hedgeroid
2011-08-04 koda use -Os --ffast-math on ios everywhere, plus other sdk3.2 compatibility changes
2011-08-09 Xeli changed iphone specific ifdefs to mobile hedgeroid
2011-08-05 nemo merge
2011-08-08 Xeli Removed the (default) qualifier hedgeroid
2011-08-10 grammikj Make sinegun sound a bit louder
2011-08-05 nemo move gstWait - should make detecting drowning easier for mikade
2011-08-08 Xeli added placeholder images for teamcount hedgeroid
2011-08-10 grammikj Fix sounds, add some more for hellish impact and sine gun
2011-08-04 Xeli merge hedgeroid
2011-08-04 nemo Fix crasher. thanks to dagni for the demo file that tracked it down.
2011-08-05 grammickj New sounds: mudball, mine bounce, hammer
2011-08-01 koda add a couple of nilcheck for safety
2011-08-01 nemo minor tweak since health tag was being retinted anyway. make it fade out. also disable unneeded tinted flag, save a handful of ops
2011-08-01 nemo Make vgtHealth use Tint
2011-08-01 nemo add getter for effects. untested.
2011-08-01 unc0rr Merge
2011-07-31 koda i had to forget something about the ios project file, by contract
2011-07-31 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)
2011-07-31 nemo Reset to default zoom. Unbreaks waves
2011-07-31 koda i forgot to update schemes after adding tag mode; also updated/fixed a couple of them
2011-07-31 koda ios: caught some leaks, merged two methods inside a fuction, postponed the rating popup
2011-07-30 nemo add nil check
2011-07-30 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?
2011-07-30 nemo kill off some speckles, crank up land gun output
2011-08-04 Xeli removed TODO no use for it now hedgeroid
2011-07-28 nemo bluer colour, more pulsing
2011-08-04 Xeli manifest changes, all activities are fullscreen and some activities have been added to the manifest hedgeroid
2011-07-27 nemo this helps a bit
2011-08-04 Xeli The start of the IPC transers to the engine hedgeroid
2011-07-27 nemo skip splashes for flakes
2011-08-04 Xeli Utility functions which are context wide, mostly SD methods right now hedgeroid
2011-07-27 nemo trying another texture
2011-08-04 Xeli Main activity for starting a local game hedgeroid
2011-07-27 nemo unnecessary test removed, also merge
2011-08-04 Xeli send the gameconfig hedgeroid
2011-07-27 koda annoying translators like it was no thing
2011-08-04 Xeli Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values hedgeroid
2011-07-27 koda increasing commit number with style
2011-08-04 Xeli moved these files to a subdir hedgeroid
2011-07-27 koda one more stray tag to be removed
2011-08-04 Xeli datastructures for the different aspects of a gameconfiguration hedgeroid
2011-07-27 koda trying to clean up the .hgtags mess
2011-07-27 nemo Deletion was a bad idea.
(0) -3000 -1000 -120 +120 +1000 +3000 +10000 tip