hedgewars/uTypes.pas
Sat, 07 Nov 2015 16:15:27 +0100 sheepluva merge orphan head (while discarding all its changes) to make koda and his hg-git happy
Fri, 06 Nov 2015 01:29:22 +0100 antonc27 - Merge from default ios-revival
Wed, 21 Oct 2015 23:46:11 +0200 antonc27 - 'Press the target button to mark the target' message is localizable now ios-revival
Thu, 15 Oct 2015 21:58:30 +0200 antonc27 - Target button added to mobile touch controls ios-revival
Sun, 13 Sep 2015 18:58:22 -0400 nemo airmine hand sprite by wuzzy. totally temporary...
Thu, 03 Sep 2015 20:59:48 +0300 unc0rr Merge default qmlfrontend
Mon, 10 Aug 2015 03:53:11 +0200 sheepluva more copyright fixes
Thu, 02 Apr 2015 21:09:56 +0300 unc0rr - Merge default qmlfrontend
Wed, 25 Mar 2015 20:30:52 +0100 sheepluva allow gear specific data (with gear type specific type). applied to cake
Tue, 17 Feb 2015 10:04:32 -0500 nemo avoid airmines too when spawning
Sat, 07 Feb 2015 23:26:14 +0300 unc0rr merge with default qmlfrontend
Sun, 25 Jan 2015 16:10:20 -0500 nemo Add generic getter/setter for a bunch of more obscure gear structure values
Sun, 18 Jan 2015 14:18:06 -0500 nemo Toss in scaled down underwater SD mine as "air mine" pending, er, cybernetic butterflies or whatever
Fri, 16 Jan 2015 17:51:29 -0500 nemo experiment with air mines. thought they could make shoppa... interesting. ToDo: Allow mines to give up, tweak distances, real graphics, toggle for whether they can acquire a new target while they haven't given up.
Mon, 12 Jan 2015 08:20:20 -0500 nemo oups. Accidentally commited air mine stuff which needs reworking now since I can't use Gear^.Hedgehog
Sun, 11 Jan 2015 22:30:52 -0500 nemo move TGear Hedgehog based on how uStats is using it
Sat, 03 Jan 2015 23:46:26 +0300 unc0rr merge default qmlfrontend
Mon, 08 Dec 2014 09:35:14 -0500 nemo Use FreeAndNil across the board. Even if we are immediately assigning after, probably avoids accidental mistakes. Also free neglected owner tex on shutdown, and delete hog gears using the normal deletion procedure if for any reason they still exist (EndGame call?).
Wed, 03 Dec 2014 00:07:33 +0300 unc0rr merge default qmlfrontend
Tue, 02 Dec 2014 13:29:06 -0500 nemo switch mapgen to enum. should still try and make sure the values are backwards compatible if possible.
Tue, 18 Nov 2014 23:39:30 +0300 unc0rr merge default qmlfrontend
Mon, 03 Nov 2014 07:26:47 -0500 nemo swap off/on
Thu, 30 Oct 2014 15:09:49 -0400 nemo Add Auto Camera messages to localisation
Tue, 30 Sep 2014 00:54:04 +0400 unc0rr Themes model, also add some files I forgot to add previously qmlfrontend
Sun, 24 Aug 2014 15:18:26 -0400 nemo rename of variable typo for readability
Mon, 07 Jul 2014 00:37:10 +0200 sheepluva simplifying some code
Mon, 30 Jun 2014 00:07:03 +0400 unc0rr Make team disappear after 3 turns in 'gone' state
Sun, 29 Jun 2014 22:50:21 +0400 unc0rr Fix issues with unsynced F and G messages being lost if current team which is supposed to convert them to synced f/g quits
Sat, 28 Jun 2014 14:51:45 +0400 unc0rr Finish implementation of ability to take control over your team after being disconnected. Completely untested.
Tue, 24 Jun 2014 08:49:09 -0400 nemo couple of custom sprites for mikade to override in a lua sidecar if he wants to
Sun, 01 Jun 2014 04:17:27 +0200 sheepluva collision indicator on failed girder placement (especially useful with rubberband I guess). still needs some tweaks but I am going to bed now :P
Wed, 26 Feb 2014 23:43:42 +0400 unc0rr Add alpha channel to preview
Tue, 04 Feb 2014 19:45:22 +0100 sheepluva update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
Tue, 21 Jan 2014 22:53:15 +0100 koda merge
Mon, 20 Jan 2014 21:16:17 -0500 nemo This adds idle hog tinting. Active hog tinting still needed.
Tue, 21 Jan 2014 22:38:13 +0100 koda partial merge of the webgl branch
Fri, 17 Jan 2014 01:06:54 +0100 sheepluva update copyright to 2014
Fri, 10 Jan 2014 22:56:10 +0400 unc0rr Cake falls when loses ground
Sat, 04 Jan 2014 23:55:54 +0400 unc0rr merge default webgl
Fri, 13 Dec 2013 22:14:02 +0400 unc0rr - /owner command to specify team owner
Mon, 09 Dec 2013 10:59:38 -0500 nemo Experiment in adding a "boing" graphic for bouncing. It has no text right now (was thinking l10n) and colour is fixed.
Sun, 08 Dec 2013 16:04:40 -0500 nemo Add rubber utility. Graphics are still incomplete. Also flag snow/ice in theme config.
Thu, 28 Nov 2013 00:41:35 +0400 unc0rr Animate hedgehogs healths inside team health bar. Proper animation for the case when max team health grows is lost though.
Tue, 12 Nov 2013 22:34:54 -0500 nemo Delete now toggles hiding team area
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 22:39:00 +0400 unc0rr Quick and simple implementation of afk mode (toggled by /pause)
Wed, 30 Oct 2013 00:18:10 +0400 unc0rr - More HealthTex to clan structure
Tue, 29 Oct 2013 23:47:57 +0400 unc0rr Tinted crosshair (without that cool white dot in the middle)
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
Sun, 29 Sep 2013 16:10:32 -0400 nemo partial implementation of non-infinite world (edge wrap/warp/bounce)
Fri, 26 Jul 2013 23:02:25 +0200 koda remove old and unused getScreenDPI code
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
Tue, 18 Jun 2013 18:39:12 +0200 koda BOM, pas2c only support ASCII webgl
Tue, 18 Jun 2013 09:48:10 +0200 koda fix a few loose ends here webgl
Mon, 17 Jun 2013 16:56:58 +0200 koda update with default webgl
Mon, 10 Jun 2013 15:18:03 +0300 Periklis Ntanasis created a new sendstat type for changing the kills label
Sat, 08 Jun 2013 23:24:52 +0300 Periklis Ntanasis added option to change stats graph title
Tue, 04 Jun 2013 00:10:48 +0300 Periklis Ntanasis added custom stats message
Tue, 04 Jun 2013 22:28:12 +0200 koda update branch webgl
Wed, 29 May 2013 15:12:06 -0400 unc0rr bump copyright year for Andrey entries
less more (0) -100 -60 tip