2015-07-16 sheepluva remove 2 training missions as suggested in issue #868
2015-07-16 nemo CRLF purge
2015-07-14 sheepluva small german string fix
2015-07-14 mikade ups, remove random testing vars
2015-07-14 mikade tentative/lazy fixes for unC0Rr's evil
2015-07-14 sheepluva update german translation
2015-07-14 sheepluva merge
2015-07-13 wuzzy update for "that sinking feeling"
2015-07-13 sheepluva fix some typos
2015-07-13 wuzzy german lua strings translation
2015-07-13 sheepluva don't keep around those right-side fort files which are just mirror images of left-side forts. generate them at run-time instead. note: inlining changes and deleting files - so consider clean build/install
2015-07-13 sheepluva just ignore gfDivideTeams if more/less than 2 teams. instead of quitting with fatal error
2015-07-12 sheepluva chat: make sure that CTRL is the /only/ modifier key pressed when detecting ctrl+a etc
2015-07-12 sheepluva small changelog update
2015-07-11 nemo remove teamgone. desyncs now. less interesting without the animation, perhaps something should be flagged to replace it
2015-07-11 sheepluva please avoid # in filenames
2015-07-09 nemo Fix build w/o S3D and video recording. untested.
2015-07-07 nemo merge
2015-07-04 wuzzy german translation update
2015-07-07 nemo update hl for .22 airmines
2015-07-04 sheepluva fix Rubberduck grave
2015-06-23 sheepluva fallback to Default voicepack if specified voicepack is not available
2015-06-16 nemo bit friendlier if the uVariables values get changed
2015-06-12 nemo Just to prevent airmines from stealing camera when they blow up... but really what is needed I think is forcing camera to stay on current hedgehog if you are the active player. either all the time, or at least if you are on rope/saucer.
2015-06-11 sheepluva hog number display: no blinking
2015-06-10 unc0rr Time is stored in bytestring now
2015-06-10 unc0rr Buggy executeMany?
2015-06-08 nemo ambiguous
2015-06-07 sheepluva mention hoggywood and cake in the changelog
2015-06-06 sheepluva fix flower grave
2015-06-06 sheepluva fix statue grave
2015-06-06 sheepluva fix chat lines losing color information on texture reload
2015-06-04 unc0rr More ifdefs \o/ (fix build even more)
2015-06-03 unc0rr Lazy fix for server build
2015-06-02 koda Added tag 0.9.21-release, fab746a3597e for changeset 7e55468ffe38
2015-06-03 koda Update .hgignore file
2015-06-03 koda merge, mah friend, long time no see
2015-06-03 mikade - some new mission icons
2015-06-03 nemo cursor x/y when targeting for mikade's visual effects. this is not synced
2015-06-02 koda Fix building hedgewars-server
2015-06-02 koda Allow skipping the bundle step after install on OSX
2015-06-02 koda Make sure that the png library name is always defined
2015-06-02 koda Fix libsdl bundling on OSX when library rather than framework is used
2015-06-02 koda Move OSX SDL library configuration from SDLh to proper CMakeLists
2015-06-02 koda Fix retina rendering on OSX
2015-06-01 koda Fix building on OSX when autoupdate is disabled
2015-05-26 sheepluva LuaAPI: fix OnHogAttack the incorrect AmmoType (amNothing) under certain conditions. Thanks for CheezeMonkey for reporting this
2015-05-27 nemo add a bit more spacing around stars, add pad parameter to increase spacing between objects
2015-05-27 mikade - reorder waypoint preview
2015-05-27 mikade - preview generation for rubbers, air-mines, crates, barrels
2015-05-26 unC0Rr merge
2015-05-26 sheepluva merge git head and hg head
2015-05-26 unC0Rr Make sure to have gstMoving flag cleared
2015-05-25 nemo call setScript update if scheme changes, due to scriptparams
2015-05-25 sheepluva merge
2015-05-25 nemo Also preview waypoints
2015-05-25 sheepluva some changelog additions, not complete yet
2015-05-25 nemo Pass ScriptParams to preview to support techracer. Proof of concept for techracer, generate a preview for m=4
2015-05-25 sheepluva Merge pull request #34 from CaF2/master
2015-05-25 nemo prevent damage colouring of indestructible terrain
2015-05-25 caf2 Changed to continental supplies from the DLC, because its better :P
2015-05-24 nemo change from default of 4 (like land mines) to 0, since it was breaking old scripts.
2015-05-24 nemo Bunch of flags off forum, reviewed/renamed by wuzzy and sheepluva
2015-07-21 unc0rr Put types into a separate file qmlfrontend
2015-05-22 nemo don't decrement 0 timer for air mines...
2015-05-20 unc0rr - Move protocol handling events to main thread through qt's main loop qmlfrontend
2015-05-21 mikade - (Finally) automatically load points for all current TechRacer maps
2015-05-17 unc0rr merge default qmlfrontend
2015-05-16 mikade your guess is as good as mine
2015-05-16 mikade Add two new maps, improve an old one
2015-05-14 mikade extensive changes
2015-05-13 mikade hopefully fix some placements
2015-05-12 unc0rr - Fix order of messages, also don't duplicate last timestamped message
2015-05-12 mikade migrate maps, new map, minor fixes
2015-05-11 nemo This probably fixes bug #839 - mine time was hardcoded to 3000 in Attack, instead of using the "0 as undefined" input that other places were using. When re653e96b0ec3 started paying attention to the input parameter, this previously ignored value became a problem.
2015-05-11 unc0rr - Take girder height into account (fix issue #908)
2015-05-09 mikade Added param for rounds in techracer.
2015-05-08 sheepluva reduce volume a bit more. also fix engine hint
2015-05-08 nemo 50% volume on music to make sheepluva happy
2015-05-07 sheepluva add simple build instructions
2015-05-07 unC0Rr Long awaited hwmap<->txt converter, which took less than hour to make
2015-05-17 unc0rr Move SDLNet_TCP_Send to its own thread qmlfrontend
2015-05-07 mikade fml
2015-05-16 unc0rr Some more work on flib network qmlfrontend
2015-05-07 mikade oops
2015-05-15 unc0rr Parse net commands, answer to pings qmlfrontend
2015-05-07 mikade one more map, extra param
2015-05-13 unc0rr Mockup of protocol parser qmlfrontend
2015-05-05 sheepluva merge: merge the git merge head into hg tip, with anothera hg merge. merge. merge. merge. merge. meeeerrrrgeeee.
2015-05-10 unc0rr Fix jumpts table, build array of handlers (wip) qmlfrontend
2015-05-04 sheepluva chat: simplify some code and fix bugs I noticed during testing
2015-05-09 unc0rr Produce some useful code qmlfrontend
2015-05-04 unc0rr Less code - less bugs (fix pas2c build)
2015-05-04 sheepluva Merge pull request #32 from gunchleoc/master
2015-05-04 unc0rr merge default qmlfrontend
2015-04-30 sheepluva chat: further tweaks and cleanups
2015-04-30 sheepluva different implementation for utf-8 char detection/handling
2015-04-30 sheepluva chat: generate utf8 info e.g. for pasted contents
2015-05-02 mikade fix techracer map 3
2015-05-01 unc0rr - ?Fix? nemo's attempt in r959219241c67
2015-05-01 unc0rr merge
2015-05-01 mikade ups, forgot we need to make TechRacer aware of airmines
2015-05-01 mikade new test for lols
2015-04-18 gunchleoc New gd translation of main ts file.
2015-04-29 unc0rr Catch exceptions in accept() call
2015-04-27 vittorio giovara Do not set rpath when binaries are installed in the standard search path
2015-04-11 unc0rr Add ceil() function to fpcrtl of pas2c
2015-04-11 unc0rr Silly fixes for silly pas2c
2015-05-04 unc0rr Try another approach, WIP qmlfrontend
2015-04-10 unc0rr Switch to mysql-simple, as hdbc package seems to be abandoned and anyway never satisfied me
2015-04-29 unc0rr Rendering some code qmlfrontend
2015-04-10 nemo bouncy/noportal check after spawn
2015-04-28 unc0rr Some more work on network client implementation qmlfrontend
2015-04-10 nemo tweak erase
2015-04-28 unc0rr Will use own tree type qmlfrontend
2015-04-09 nemo also erase
2015-04-25 unc0rr Some hedgewars coding a week keeps doctor away qmlfrontend
2015-04-08 nemo fix copypasta typo, failure to bump offset of lf params
2015-04-22 unc0rr Some futher work on flib net client part qmlfrontend
2015-04-08 nemo Add options to set colouring, behind existing land, and horizontal/vertical flipping to PlaceSprite
2015-04-16 unc0rr Start network support: only setting up a connection for now qmlfrontend
2015-04-05 nemo Make bouncing a bit less wtf for various gears tested (hog, 'zooka, saucer hog, drill strike). Less hacky is another matter.
2015-04-14 unC0Rr Racer challenge map #17 qmlfrontend
2015-04-05 mikade fix error in Nobody Laugh
2015-04-11 unc0rr Make ammo scheme work qmlfrontend
2015-04-03 nemo enable bounce on rubber for air bombs. give them the missing elasticity they needed for the code there to work properly.
2015-04-11 unc0rr Oops, forgot this file qmlfrontend
2015-04-03 nemo give melon pieces a radius. is why they weren't bouncing.
2015-04-08 unc0rr Ammo schemes list, almost works qmlfrontend
2015-04-03 nemo Make FP tunnel 2px wider.
2015-04-02 unc0rr - Merge default qmlfrontend
2015-04-01 unc0rr racer challenge map #16
2015-04-01 unC0Rr Fix off-by-1 error
2015-04-01 sheepluva terminate engine and output fatal error message if hedgehogs are added incorrectly
2015-03-31 unc0rr - Fix ping timeouts after incorrect "/vote" commands (protocol violation)
2015-03-31 unc0rr "/force" command for server admin to force voting result
2015-03-31 unc0rr Send notice when accepting vote
2015-03-31 unc0rr Don't change hedgehogs total number to a value > 48 as result of voting.
2015-03-31 sheepluva small pixel jizz tweak
2015-03-31 sheepluva alternative explosion border smoothing
2015-03-30 sheepluva draw birdy's feathers in low quality mode too
2015-03-25 sheepluva only display cake timer if it is low
2015-03-25 sheepluva allow gear specific data (with gear type specific type). applied to cake
2015-03-24 sheepluva still messing with rendering
2015-03-24 unc0rr Hints for bottom feeder, which were somehow lost
2015-03-24 sheepluva rendering tweaks cont.
2015-03-24 sheepluva rendering tweaks cont.
2015-03-24 sheepluva rendering tweaks/cleanup cont.
2015-03-23 sheepluva show correct default if current team is local team
2015-03-22 sheepluva fix segfault caused by last commit if spectating
2015-03-22 sheepluva make using hog speech a bit more comfortable
2015-03-20 nemo remove switch from allowed utilities. 14:57 <@unC0Rr> way too OP
2015-03-19 sheepluva don't modify collision data when applying visual edge smoothing
2015-03-18 sheepluva fallback to first color in colors array if there is no valid color specified
2015-03-18 unc0rr Don't spawn team widget sorter on each frame when in lag. Issue 'spectate 0' instead, and only on first lag occasion.
2015-03-18 unc0rr Also update wind indicator on lag when joining midgame
2015-03-18 sheepluva changed/fixed alpha blending in copyToXYFromRect
2015-03-18 unc0rr Only allow one instance of vgtSmoothWindbar also
2015-03-17 unc0rr Don't do anything if sorter was replaced, even for one tick only. Hopefully fixes issue #907, but not confirmed, though very highly plausible.
2015-03-16 unC0Rr Script parameter to adjust winning score for Mutant
2015-03-16 nemo team coloured, just for the heck of it, based on a param. also del airmine, 'cause, probably not fun here. you're invuln anyway.
2015-03-15 nemo merge ☹
2015-03-13 unC0Rr Racer challenge map #15
2015-03-08 sheepluva and ofc fix pas2c build
2015-03-08 sheepluva render input prefix independent of inputstr so that e.g. a username will not lead to weirdnesses
2015-03-08 sheepluva chat/copypaste: some adjustments and sanity checks
2015-03-08 sheepluva copy to/paste from system clipboard (via frontend)
2015-03-06 sheepluva copy&paste (wip), currently using only a local clipboard
2015-03-15 nemo Allow rope tinting
2015-03-03 unc0rr amNothing is fine to use in any type of race too
2015-03-01 sheepluva attempt to move cursor now removes selection even if cursor cannot actually move in the specified direction
2015-03-01 sheepluva quick word deletion while holding ctrl (qt style)
2015-03-01 sheepluva holding ctrl will now make cursor skip words/etc in a fashion similar to Qt
2015-03-01 sheepluva whoops, pas2c did not notice this missing ;
2015-03-01 sheepluva since fonts can be loaded in late, update cursor position before first chat display
2015-03-01 sheepluva make team key play well with new cursor
2015-03-01 sheepluva add newline after warning
2015-03-01 sheepluva make sure cursor drawing position does not get messed up by screen resize
2015-03-01 sheepluva teach pas2c how to insert() shortstrings
2015-03-01 sheepluva pas2c does not like setlength called with a shortstring apparently
2015-03-01 sheepluva selections
2015-02-28 sheepluva fix chat input history not restoring utf8-related info
2015-02-28 sheepluva engine: moveable chat cursor. note: discovered bug that utf8 char info is lost/corrupted when input history is used
2015-02-26 unC0Rr Racer challenge map #14
2015-02-18 unC0Rr Racer challenge #13
2015-02-17 nemo Clear flag set by gear on gear deletion. Also added a few more nil checks on HHGear
2015-02-17 nemo Make hedgewars frontend not change scheme/weps to Default if script cfg doesn't match a known scheme. That is, will leave on whatever is selected. Also set a bunch of schemes where we don't care what the scheme/weps are to *
2015-02-17 nemo avoid airmines too when spawning
2015-02-17 nemo bit more friction. remove gstSubmersible clearing. was for the old "sea" thing that is totally gone now. As a general attribute, better to let other stuff clear it as needed.
2015-02-16 nemo make mines submersible
2015-02-16 nemo oops, forgot this annoying thing
2015-02-15 nemo 0s mine time
2015-02-15 nemo make air mines respawn on climbhome
2015-02-16 unc0rr Introducing cbAmmo qmlfrontend
2015-02-15 nemo hook up to frontend
2015-02-08 unc0rr Fix schemes loading qmlfrontend
2015-02-14 nemo Fix bug, undo debug level in server, set air mine number to something non-debug
2015-02-07 unc0rr Send selected scheme config on engine initialization (WIP) qmlfrontend
2015-02-14 nemo Add placement of airmines in engine outside of hog proximity. Has a bug, only protecting 1st team. Also fix a spelling error and rename gstHHChooseTarget to gstChooseTarget
2015-02-07 unc0rr merge with default qmlfrontend
2015-02-07 unc0rr merge
2015-02-07 unc0rr Fix pas2c?
2015-02-06 unc0rr This should help with second rejoin bug. (reverting previous workaround over frontend bug and making a new one)
2015-02-06 unC0Rr One more medium template
2015-02-01 nemo fix typo
2015-02-01 nemo I guess the params shouldn't be all or nothing.
2015-02-01 nemo add some config params - speed,accel,delaytime,delayheight,nocake. water rise speed, water rise acceleration, time delay from start of turn for water rise, height delay for same, and disable cake. also set start boulder to indestructible
2015-01-25 nemo Add generic getter/setter for a bunch of more obscure gear structure values
2015-01-25 nemo Add a couple of more variable bindings, make all the set visual gear values optional, to allow skipping trailing params or specifying ones in the middle as nil to not set. Should make using it more convenient in simple cases.
2015-01-24 nemo Make the various mine states a bit clearer (inactive, active but not in seek mode, seek mode, chasing target)
2015-01-21 nemo more turn-based-y
2015-01-19 nemo inherit mines time div 4
2015-01-19 sheepluva feedback/linux: fix wrong mem size being reported if mem > 4GB. thanks to tomreyn for reporting this issue
2015-01-18 nemo merge 0.9.21, hopefully without screwing anything up due to this having been left for a while + parallel commits that occurred...
2015-01-18 nemo Use the larger scaled airmine sprite originally intended, add some antidickery measures.
2015-01-18 unc0rr Fix here too
2015-01-18 nemo more tweakery
2015-01-18 nemo initialise trackSpeed, add nil check before resetting seek timer
2015-01-18 nemo er... didn't mean to leave this line in
2015-01-18 sheepluva begin/end
2015-01-18 nemo merge
2015-01-18 sheepluva fix pas2c (airbomb code: "not" statement in boolean expression was without parentheses)
2015-01-18 nemo radius and sprite drawing tweaks to match the still temporary sprite. also a begin/end sheepluva suggested
2015-01-17 sheepluva oops. I committed hat fix to .21 branch
(0) -10000 -3000 -1000 -224 +224 +1000 +3000 tip