koda [Sat, 18 Sep 2010 19:02:09 +0200] rev 3877
fix the British voicepack and add to Mercurial the sounds used in the mobile version
smaxx [Sat, 18 Sep 2010 12:35:58 +0200] rev 3876
Frontend:
* Changed team color handling to use red as first color and make it easier to add more colors in the future
koda [Sat, 18 Sep 2010 01:50:29 +0200] rev 3875
added forgotten images, removed support for CJK fonts (saving 13 MB)
nemo [Fri, 17 Sep 2010 19:10:48 -0400] rev 3874
aaaand use the right name
nemo [Fri, 17 Sep 2010 18:59:44 -0400] rev 3873
Oops. Forgot to change these over after switching CurWeapon to AmmoType
nemo [Fri, 17 Sep 2010 13:32:37 -0400] rev 3872
inu adds a few more random teams
smaxx [Fri, 17 Sep 2010 15:27:04 +0200] rev 3871
Frontend:
* Disabled frontend's hog count for now to fix
issue #44 - doesn't have to be limited to 48 anyway (but a limit based on active map would be nice)
smaxx [Tue, 14 Sep 2010 22:13:59 +0200] rev 3870
Frontend:
* Updated random map selection: Clicking on the map preview will now create a new random seed and pick another map of the current type selected (random map, random maze, mission or static map)
smaxx [Tue, 14 Sep 2010 21:07:06 +0200] rev 3869
Frontend:
* Added small icons to theme selection as well (open for discussion - like it or not?)
smaxx [Tue, 14 Sep 2010 19:06:59 +0200] rev 3868
Frontend:
* Small changes to main menu tips
smaxx [Tue, 14 Sep 2010 18:43:14 +0200] rev 3867
Merge
nemo [Tue, 14 Sep 2010 12:17:39 -0400] rev 3866
Revert accidental commit of inu's stretching of this column
smaxx [Tue, 14 Sep 2010 18:41:37 +0200] rev 3865
Frontend:
* Removed grid lines from room list
* Added map icons to room list and map selection (for easier identifying; have to be drawn)
* Removed multi row selection from room list
smaxx [Tue, 14 Sep 2010 17:42:51 +0200] rev 3864
Frontend:
* Avoid losing current selection if the rooms list is updated (annoyed me for so long ...)
smaxx [Tue, 14 Sep 2010 13:45:19 +0200] rev 3863
Engine:
* Added clan colored boxes to death animations
smaxx [Tue, 14 Sep 2010 13:05:49 +0200] rev 3862
Engine:
* Updated the crosshair and made it look less "blocky"
inu [Tue, 14 Sep 2010 00:17:22 -0400] rev 3861
updated pt
inu [Mon, 13 Sep 2010 21:59:49 -0400] rev 3860
typo and fill in "translation" for an empty english stub
nemo [Mon, 13 Sep 2010 20:27:53 -0400] rev 3859
more fixing of indentation
nemo [Mon, 13 Sep 2010 18:53:50 -0400] rev 3858
clean up koda's indenting :-p
nemo [Mon, 13 Sep 2010 12:29:02 -0400] rev 3857
Mucked up offsets of sequences when rearranging.
nemo [Mon, 13 Sep 2010 11:35:10 -0400] rev 3856
resized splash (to fit 512 tex limit)
archl [Mon, 13 Sep 2010 10:50:09 -0400] rev 3855
updated engine text
nemo [Sun, 12 Sep 2010 23:26:38 -0400] rev 3854
Unbreak Team hats, shrink some hat sizes
nemo [Sun, 12 Sep 2010 19:06:02 -0400] rev 3853
Adjust to reduced ammo menu dimensions.
nemo [Sun, 12 Sep 2010 17:56:41 -0400] rev 3852
Fix kamikaze portal loop
smaxx [Sun, 12 Sep 2010 23:43:20 +0200] rev 3851
Sounds:
* Added new sounds: Parachute, bump (e.g. hog falls too far), Drill Rocket
* Replaced existing sounds: Baseball bat, Rope
szczur [Sun, 12 Sep 2010 17:38:14 -0400] rev 3850
This change allows computers limited to 512 texture size like szczur's card to run Hedgewars, so long as reduce quality is set to eliminate background textures.
It makes Ammo menu and Hats multicolumn, 512 high.
glykorin@gmail.com [Sun, 12 Sep 2010 20:43:11 +0200] rev 3849
Fix wrong sized, wrong colored Splash.png in Art theme
smaxx [Fri, 10 Sep 2010 20:46:19 +0200] rev 3848
Engine:
* Added new script call: OnGearDamage(GearID : integer, Damage : integer) - triggered once gears are damaged
* Renamed script call: OnResurrect is now called OnGearResurrect
* Added new script functions: CampaignLock(key : string), CampaignUnlock(key : string) - toggles for (not yet implemented) campaign access and progress flags