hedgewars/uGearsRender.pas
2013-01-21 nemo Start piano higher (piano on maps that matched land_height was really weird before). Experiment w/ trying to make birdy shrink into distance to avoid odd birdy vanishes if tracking it.
2013-01-10 martin_bede Fix tons of warnings
2012-12-25 koda update branch with default webgl
2012-12-01 deepdog GCI2012: Remove Structure Weapon Code
2012-11-30 Joe Doyle (Ginto8) Move global variables to units that use them
2012-11-11 koda merge xymeng's gsoc engine with a few updates (and further checks on symbol definitions) webgl
2012-11-06 nemo issue #458
2012-10-28 nemo Workaround for visual bug. Issue #442
2012-10-26 nemo Set minimums on a few values to avoid camera zooming out past them. partly Issue #430. Might be worth defining a new constant for this.
2012-10-08 nemo A bit more on the knife. Also add missing files to CMakeLists
2012-10-01 unc0rr - Fix warnings and hints
2012-09-04 unc0rr Fix some warnings
2012-08-17 nemo Consistency
2012-07-15 nemo Apparently order of multiple getrandom in params is undefined. Also remove broken and pointless getrandom call.
2012-07-15 nemo Sorry about the slight delay in pickup. You can blame a few lame cheaters. This is to make their cheating a bit harder.
2012-07-10 Wolfgang Steffens Merge
2012-07-04 nemo free up power for use by script
2012-07-04 nemo Allow script to set number of ammo in a crate. untested.
2012-07-10 Wolfgang Steffens Added auto cropping to atlasing
2012-06-25 Wolfgang Steffens Merge
2012-06-24 nemo Another take at prettier crate appearance
2012-06-24 nemo Second part of the change. Make collision check use the new mask bit.
2012-06-05 Wolfgang Steffens Removed leftover FFP code: We should now be GL2 GLSL1.30+ forward compatible.
2012-06-05 Wolfgang Steffens Merge
2012-06-03 nemo warp sound when AI survival hog respawns. attempt at a bit of a crate spawn animation (moar sparkles and a quick fadein)
2012-06-02 nemo add onGameTick20 to basic training, extend laser sight out way more (it was visible at top when completely zoomed out), move call of new turn to after AfterSwitchHedgehog to avoid lua issues in onNewTurn - if this causes problems, lua can do delayed actions in onGameTick
2012-05-22 Wolfgang Steffens Replaced matrix related FFP code with explicit matrix calculations.
2012-05-20 nemo Minor tweaks to freezer, mostly to simplify current state to laptop
2012-05-20 nemo Bit more freezer.
2012-05-03 nemo Switch effects to longint for convenience of tracking ice states. I could add a new Hedgehog value, but since we have this effects list being all useless as booleans anyway...
2012-05-02 koda rename a few Draw* routines
2012-05-02 koda add support for default pascal mode by removing default arguments value (maybe this also helps the parser)
2012-05-01 koda breaking news, we don't support typed consts anymore
2012-04-24 unc0rr Get rid of overloaded functions in uAmmo
2012-03-17 nemo I think this is a little more efficient than dxdy, and easier to read. We call DxDy2 a lot, can any of those use Angle/DirAngle?
2012-02-17 koda the most important commit of the year
2012-01-17 lovelacer A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
2011-12-06 nemo Fix regression from 6480 too. Extra assignments might make this slightly less efficient.
2011-12-03 unc0rr - Give uLand more modularity
2011-11-27 unc0rr Countless imporvements to the parser and countless help to the parser in sources.
2011-11-12 Xeli merge...i think hedgeroid
2011-11-11 nemo flip some flames
2011-11-11 nemo If I'm going to be arbitrary about it, might as well go for the more minimal arbitrariness
2011-11-10 nemo unsquash the rescaled clouds
2011-11-06 nemo Might as well make the air attack team coloured too
2011-10-28 koda one dangerous merge hedgeroid
2011-10-17 nemo never doing any graphics stuff when I can't test, again :(
2011-10-17 nemo :(
2011-10-17 nemo Not being able to test sucks :(
2011-10-17 nemo Riiight. Let's try this instead
2011-10-17 nemo tint RC plane with team colour. untested.
2011-09-25 Xeli merge hedgeroid
2011-09-16 nemo Requested a few times
2011-09-16 Xeli merge hedgeroid
2011-09-12 sheepluva fix side-effects of nemo's bottle-turnin'
2011-09-12 nemo Since we are tweaking molotov. make the flame flickery and add a drowning frame
2011-09-09 Xeli merge hedgeroid
2011-09-05 nemo Add a fade out when in lag for snow.
2011-09-02 nemo Add awesome new TARDIS art
2011-09-02 nemo *sigh* I suppose I'd best avoid those trademarks...
2011-09-01 Xeli merge + changed the tardis image to egg.png because the data folder isn't up to date hedgeroid
2011-08-31 nemo more proper implementation of TARDIS
2011-08-21 Xeli merge hedgeroid
2011-08-19 Xeli changed aiming to be triggered when touching the crosshair hedgeroid
2011-08-20 nemo This really should have been a TPoint for consistency
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-09 nemo slight visual tweak. birdy's wings beat faster if he's just about tired out
2011-08-07 nemo remove offset in seduction gear creation
2011-08-07 nemo Experimental area-of-effect Seduction
2011-08-07 nemo drowning flake graphics tweak
2011-08-07 nemo This should make bee/airstrikes play nicer with infinite attack mode
2011-07-27 nemo trying another texture
2011-07-27 nemo Deletion was a bad idea.
2011-06-26 Henek now scripts can create unique crates: dummy (empty) crates and booby traps. scripts can also set health crate values
2011-05-02 nemo Basic TARDIS implementation. Still needs proper animation, and probably a check to force reappearance on death of last team mate
2011-04-27 unc0rr Fix "Mixing signed expressions and longwords gives a 64bit result" warnings
2011-04-14 nemo adjust crosshair criteria again. this should take care of sniper rifle and crosshair after attacking
2011-04-10 nemo rename gtBomb to gtGrenade, nerf grenade from 50 to 47 pending some flag to indicate pixels in Land[] belonging to current hog to avoid throwing grenades into hogs
2011-04-10 nemo Fix a few crosshair bugs. Disable ShowCrosshair and just decide when drawing.
2011-03-23 nemo Fix endianness
2011-03-22 nemo Since when do we use ARGB for colours?? All our internal colours are supposed to be RGBA
2011-03-20 nemo Adjust conditions for showing crosshair
2011-03-19 nemo Land sprayer tweaks, make land spray and mudball not end turn
2011-03-19 nemo Landgun, first pass. At sdw's request.
2011-03-01 koda Happy 2011 :)
2011-02-03 sheepluva graphic for sinegun, will probably tweak it soon(TM) though
2011-01-29 Henek added dummy for tardis and ugly icons for tardis and structure
2011-01-29 Henek still in developement take on adding structures, working hiding of hogs and ejecting them later.
2011-01-03 nemo Apply RGBA consistently in Tint
2011-01-02 koda remove obsolete TrainingFlags code
2010-12-30 sheepluva fix portal gun wrong color issue
2010-12-22 nemo minor visual tweaks to snow
2010-12-22 nemo A very very basic snow implementation
2010-12-20 nemo Snowball weapon
2010-11-21 nemo move rendering to fix 4368:3698361802ed
2010-11-20 unc0rr Oops, forgot the file
less more (0) tip