hedgewars/uGears.pas
Tue, 21 Jan 2014 22:38:13 +0100 koda partial merge of the webgl branch
Sat, 18 Jan 2014 08:09:55 -0500 nemo Make poison damage possibly variable (might as well since effects is a count). Scripts might find it handy.
Fri, 17 Jan 2014 01:06:54 +0100 sheepluva update copyright to 2014
Wed, 08 Jan 2014 00:13:12 +0400 unc0rr Fix two desync causes webgl
Sun, 05 Jan 2014 10:54:03 +0400 unc0rr - Fix build via pas2c webgl
Tue, 07 Jan 2014 13:56:03 -0500 nemo pick random x/y prior to addgear (as generic faller does) to avoid random numbers picked out of order
Sat, 04 Jan 2014 23:55:54 +0400 unc0rr merge default webgl
Sun, 22 Dec 2013 15:11:13 -0500 nemo Default to ...
Tue, 10 Dec 2013 13:26:42 -0500 nemo oups. accidentally commented out both lines
Tue, 10 Dec 2013 00:20:53 -0500 nemo can't use parsecommand since it does sendipc
Sun, 08 Dec 2013 16:04:40 -0500 nemo Add rubber utility. Graphics are still incomplete. Also flag snow/ice in theme config.
Sat, 07 Dec 2013 22:09:55 -0500 nemo revert r938d1c08d0d1 in favour of putting it in the chat log. I think this addresses main concern about missing text. There've been complaints in past too about conversation in bubbles not being visible in history. If the objection is that r938d1c08d0d1 offers a more æsthetic solution, I think it should augment this, be flagged, and fix the visual issues first.
Fri, 08 Nov 2013 23:11:13 -0500 nemo Tweak trophyrace to work better w/ skip (probably, needs testing), drop Invulnerable in favour of effects - heInvulnerable is already in effects,
Sun, 03 Nov 2013 14:45:07 -0500 nemo this should prevent sliding when game clock isn't running. sorry unc0rr, not going to bother encapsulating. maybe later. short on time right now/lazy
Mon, 28 Oct 2013 17:03:20 +0100 koda correctly use USE_TOUCH_INTERFACE
Sun, 27 Oct 2013 22:34:25 -0400 nemo not sure why this nil check is in here
Wed, 23 Oct 2013 22:25:17 +0400 unc0rr Oh, dudes :(
Fri, 11 Oct 2013 17:43:13 +0200 koda merge with latest defaul, fixing compiling with fpc, parsing and rendering with pas2c, some minor problems with compiling with clang webgl
Mon, 07 Oct 2013 21:31:28 -0400 nemo Issue #581
Sat, 06 Jul 2013 19:29:18 +0200 koda use SDL2 as ifdef symbol because we're not really sdl1.3 compatible, change the compatibility layer, drop unused code, add some documentation
Fri, 28 Jun 2013 12:47:54 -0400 nemo Remove some GLunit dependencies noticed on graph. uUtils was using it for GLfloat - but, the stuff it was returning to was usually converting to "real" anyway. uLand was including it unnecessarily. Minor refactor
Fri, 28 Jun 2013 10:25:42 +0400 unc0rr You better test build before committing even trivial patches
Thu, 27 Jun 2013 14:01:43 -0400 nemo Make add/delete consistent (this has bugged me for so long)
Thu, 27 Jun 2013 15:33:02 +0400 unc0rr Refactoring: get rid of GSHandlers.inc
Thu, 27 Jun 2013 14:37:03 +0400 unc0rr Refactoring: VGSHandlers.inc -> uVisualGearsHandlers.pas
Mon, 17 Jun 2013 23:10:45 +0200 koda really update with default webgl
Thu, 13 Jun 2013 22:27:23 +0200 koda merge cmake_pascal branch in default
Tue, 04 Jun 2013 23:56:17 +0200 koda parsing ok, stops at uGears webgl
Tue, 04 Jun 2013 22:28:12 +0200 koda update branch webgl
Mon, 03 Jun 2013 23:59:55 -0400 nemo blowtorch defrosts too
Wed, 29 May 2013 15:12:06 -0400 unc0rr bump copyright year for Andrey entries
Thu, 04 Apr 2013 14:37:19 +0200 koda remove now-unused function webgl
Wed, 03 Apr 2013 00:03:46 +0400 unc0rr Fixes to make pas2c parse this webgl
Tue, 02 Apr 2013 21:00:57 +0200 koda update webgl branch webgl
Tue, 19 Mar 2013 18:32:03 +0100 koda move RestoreHog from uGears to uTeams to break a circular dependency cmake_pascal
Sun, 03 Mar 2013 19:43:01 -0500 nemo Make hogs thaw only on enemy turns, make timebox counter decrement only on your turn, adjust knock for frozen hogs, increase damage on frozen hogs, make freezer fuel only reduce when not adjusting angle.
Tue, 26 Feb 2013 20:37:58 -0500 nemo merge w/ default icegun
Mon, 25 Feb 2013 12:54:50 -0500 nemo workaround for frequent AllHH active call in hedgehog step icegun
Mon, 25 Feb 2013 12:29:39 -0500 nemo More fiddling w/ sliding icegun
Sun, 24 Feb 2013 23:07:46 -0500 nemo Trying to improve rendering, sliding and thawing. Messing around w/ making fire thaw faster. icegun
Fri, 22 Feb 2013 19:24:59 -0500 nemo Restore freezing hedgehog for shotgun, sniper rifle and deagle to make unc0rr happy. You'll still be able to get away after throwing cleaver and sticky bomb tho.
Sat, 09 Feb 2013 20:28:05 -0500 nemo Allow moving after firing cleaver. This changes multishoot behaviour quite a bit. Needs a lot of testing.
Sun, 27 Jan 2013 00:28:57 +0100 koda update branch webgl
Wed, 23 Jan 2013 03:37:27 +0100 koda restored ios project file, updated Game() interface, tweaked arg parsing, updated log writing, minor warnings
Wed, 02 Jan 2013 10:11:42 +0100 koda also have uTouch follow the new NewTurn policy
Tue, 01 Jan 2013 14:21:51 -0500 nemo move onNewTurn, onGameTick and onGameTick20 to try and avoid ParseCommand breakage after nextturn call. Needs testing, but should be safe for most scripts. Also fix locale loading.
Tue, 25 Dec 2012 04:45:22 +0100 koda update branch with default webgl
Mon, 03 Dec 2012 17:51:57 +0100 Rowan D GCI2012: Convert uMobile into a Callback Record
Sat, 01 Dec 2012 02:12:10 +0100 deepdog GCI2012: Remove Structure Weapon Code
Wed, 28 Nov 2012 00:27:30 +0400 unc0rr Remove limit on hedgehogs number
Thu, 22 Nov 2012 01:47:09 +0100 koda throw in some 'nots' trying to restore pas2c functionality webgl
Thu, 22 Nov 2012 00:41:53 +0100 koda updated branch webgl
Wed, 14 Nov 2012 23:23:56 -0500 nemo Call fallers less often. Should hopefully still be about as effective at the intended purpose. Should help loads quite a bit.
Sun, 11 Nov 2012 17:15:19 +0100 koda merge xymeng's gsoc engine with a few updates (and further checks on symbol definitions) webgl
Wed, 07 Nov 2012 23:04:29 -0500 nemo objects too
Wed, 07 Nov 2012 14:02:10 -0500 nemo LongInt Land width/height, mouse coords
Tue, 06 Nov 2012 23:33:25 +0400 unc0rr Spam log with checksums
Mon, 29 Oct 2012 16:26:26 -0400 nemo disable this block since it doesn't fit star's new graphic. doesn't show up often anyway, since unc0rr changed gst clearing
Sun, 28 Oct 2012 04:28:39 +0100 koda cleanup in initEverything and freeEverything
Tue, 23 Oct 2012 16:52:13 -0400 nemo Flag script parsecommands to avoid echoing to net
less more (0) -300 -100 -60 tip