2013-06-12 koda oops, haskell uses gcc to link, correctly pass flags
2013-06-11 koda since shared libs are now our friends, let's optimise them
2013-06-11 koda aaaaand let's not forget about lua, which has also a slightly revised build process
2013-06-11 koda drop the '_'
2013-06-11 koda and now also avwrapper can be shared/static, add visibility to its exported functions, drop (needed only when static)
2013-06-11 koda also physlayer can be comiled as static or shared now
2013-06-17 koda redid FindGLEW in the right way (tm) webgl
2013-06-11 koda love cmake when it works
2013-06-17 unC0Rr pas2c import webgl
2013-06-11 koda setup RPATH, bump cmake
2013-06-17 koda update with default webgl
2013-06-11 koda these check are now useless
2013-06-17 nemo Many of the gears treat non-0 timer as overridden. Added that check in more places so that lua could use this a tiny bit more consistently. Also preserve state for jetpack.
2013-06-11 koda I hate you, I hate you with all my heart...
2013-06-16 unc0rr 'i' flag for in-room status
2013-06-11 koda use BUILD_SHARED_LIBS to control whether a library is shared or static, make our bundled physfs library check for this configuration
2013-06-12 koda fix launching on windows
2013-06-10 koda move paths setup in separate cmake module
2013-06-12 Periklis Ntanasis merge my campaign page changes with default
2013-06-10 koda backout r1bed4aee19e0 and r3883b5dc600c
2013-06-11 koda moar cpack ignore
2013-06-11 koda merge (could have grafted)
2013-06-11 koda osx, link also foundation to physfs
2013-06-12 Periklis Ntanasis added images and corrected bug that didn't show correct description at some occasions
2013-06-10 koda libssp (required by stack-protector) is not available on 10.4
2013-05-27 Periklis Ntanasis issue 562, image and description for the campaign page
2013-06-10 Periklis Ntanasis added missing image
2013-06-10 Periklis Ntanasis changed variable and function name
2013-06-10 Periklis Ntanasis removing sendstats(uScript) from luaAPI
2013-06-10 Periklis Ntanasis created a new sendstat type for changing the kills label
2013-06-08 Periklis Ntanasis fix non changing graph title and sendstat health
2013-06-08 Periklis Ntanasis correct health statsend for lua scritps
2013-06-08 Periklis Ntanasis added option to change stats graph title
2013-06-06 Periklis Ntanasis made lua scripts able to turn off automatic game stats
2013-06-06 Periklis Ntanasis LuaAPI sendstat finds correct clan colors by team names on siPlayerKills
2013-06-03 Periklis Ntanasis added custom stats message
2013-06-03 Periklis Ntanasis added sendstat and sendstats support for lua scripts
2013-06-10 unc0rr More verbose initialization
2013-06-10 koda visibility unsupported on windows
2013-06-15 unc0rr Some fixes to make pas2c+clang compile all engine files webgl
2013-06-10 koda protect all types with -fstack-protector-all
2013-06-15 unc0rr - Fix 'and not' without parentheses webgl
2013-06-10 koda stack-protector flag needs to be passed to the linker as well
2013-06-15 unc0rr Allow building with modern 'base' package webgl
2013-06-06 koda port all Q_WS_* to Q_OS_* so that we are forward compatible with Qt5
2013-06-09 koda lua warning with clang webgl
2013-06-09 unc0rr These could be handy
2013-06-09 koda update with default webgl
2013-06-09 koda set linker flags where appropriate
2013-06-09 koda this was getting annoying, don't error out on warnings physfs
2013-06-08 nemo ok. this could be tidier, but, I'm sick of hogs w/ unmodified thaw thawing on exactly wrong turn.
2013-06-08 koda make sure that also CXX sources pick up the flags (although I'm not 100% of the correctness of the tests)
2013-06-08 koda add fstack-protector and fvisibility=hidden to cmake tests
2013-06-08 koda also apply linker flags to haskell programs
2013-06-07 koda add relro linker tests (issue 663)
2013-06-07 koda move compiler checks in a separate cmake module
2013-06-07 koda simplify cmake message syntax a little bit
2013-06-07 koda move platform specific and revision info code into separate cmake modules
2013-06-07 sheepluva update changelog
2013-06-07 nemo move 0.01 to the end to avoid increase damage fail on small values like fire. thanks to hedgewars wiki for noting this for fire damage.
2013-06-07 sheepluva add note about mudball causing no direct damage to changelog
2013-12-26 koda close branch 0.9.19
2013-06-07 unc0rr Fix more warnings (lol @ icegun "consts")
2013-09-13 unc0rr Skip some LandPixels manipulations in stats-only mode 0.9.19
2013-06-07 unc0rr Merge
2013-08-23 unc0rr Fix script flaw in detection of best team when sending achievement info 0.9.19
2013-06-05 nemo Bump protocol and version (game desync would be triggered by b70352db5675, 2ae44c4381cd - other revisions probably safe)
2013-08-23 unc0rr Fix build 0.9.19
2013-06-05 nemo Restore CurAmmoType check as well, that was removed in r8f317ba10675 when trying to fix aiming during alt attack.
2013-08-23 unc0rr Store TrophyRace records in database 0.9.19
2013-06-05 sheepluva fixed all engine compilation hints and notes (that I could see)
2013-06-04 koda parsing ok, stops at uGears webgl
2013-08-05 unc0rr Declare achievements in console statistics output 0.9.19
2013-06-05 sheepluva fix last remaining warning in frontend
2013-06-04 koda actually everything is CLANG'd webgl
2013-06-11 koda moar cpack ignore 0.9.19
2013-06-05 sheepluva Hedgewars.png had a resolution more than twice as high as required; also fixed some (mostly obsolete) code that also contained a typo that would cause a warning/note in clang
2013-06-04 koda move sdlmain_osx aside in its own folder so its include path is not contaminated webgl
2013-06-11 koda sigh, this follows r63bf1f4f40f8 0.9.19
2013-06-05 sheepluva good-bye QAspectRatioLayout
2013-06-04 koda update branch webgl
2013-06-11 koda backout a few commits that desyncronized translations and broke physfs on 32 bit 0.9.19
2013-06-04 koda merge 0.9.19 in default
2013-06-07 sheepluva fix issue 664 ("Quick game will fail if the randomly chosen theme is a DLC/custom one") 0.9.19
2013-06-04 koda trying to appease almighty unC0Rr 0.9.19
2013-06-04 koda sheepluva asked, one less gci task to do 0.9.19
2013-06-04 koda sigh (qm files should not be in package_source either) 0.9.19
2013-06-04 master_ex fix mission 6 hiding cyborg (issue 622) 0.9.19
2013-06-04 koda this file is unused 0.9.19
2013-06-04 inu portoguese update 0.9.19
2013-06-04 koda apply raptor's fix on unix only 0.9.19
2013-06-04 hasufell two german sentences 0.9.19
2013-06-04 koda forgot this from r f529fba57ba5 (thanks LocutusOfBorg1) 0.9.19
2013-06-04 koda more make package_source, moc and sh files 0.9.19
2013-06-04 sheepluva adding some event-strings to german translation. most of these were suggested by Topf 0.9.19
2013-06-03 c_korn http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#deprecated-items - The Encoding key is deprecated. 0.9.19
2013-06-03 koda yay no more linking workarounds (for statically linking physfs on 32 bit arch, bringing divd3 or stdc++ or gcc_s.so.1 dependencies) 0.9.19
2013-06-03 raptor fix static physfs linking on 32 bit archs 0.9.19
2013-06-05 unc0rr - Fix issue 521 by resending FULLMAPCONFIG on game finish to those who joined mid-game. Semitested.
2013-06-03 sheepluva those "Unknown property overflow" messages were kinda getting old, time to get rid of them. also fix a typo in changelog spotted by c_korn 0.9.19
2013-06-04 unc0rr Less confusion to translators
2013-06-03 unc0rr Merge default to 0.9.19 0.9.19
2013-06-04 unc0rr Proper parameters handling of chat commands
2013-06-03 koda wow binary logic ftw 0.9.19
2013-06-04 nemo blowtorch defrosts too
2013-06-03 koda deleted .h in pascal engine 0.9.19
2013-06-03 sphrix change portal mission name and update French translation (issue 569) 0.9.19
2013-06-03 unc0rr Fix issue 652 and fix issue 645
2013-06-03 sheepluva if you use misuse labels as comments please at least keep in mind that labels cannot be used inline, within code blocks or with indentation! 0.9.19
2013-06-03 koda merge default with .19
2013-06-03 koda Added tag 0.9.19-release for changeset 1617149e01a4 0.9.19
2013-06-02 sheepluva fix the cmake flag PHYSFS_SYSTEM being called SYSTEM_PHYSFS in the code 0.9.19
2013-05-31 nemo oups 0.9.19
2013-05-31 nemo Merge 0.9.19
2013-05-31 nemo fix locale load 0.9.19
2013-05-31 koda don't pack .hi files, frontlib and other stuff 0.9.19
2013-05-31 koda change cpack configuration file name so that it's not excluded by 'make package_source' 0.9.19
2013-05-31 koda mystery of the ending prefix 0.9.19
2013-05-30 unc0rr merge with tip 0.9.19 0.9.19-release
2013-05-30 mikade Fix broken x/y values on Dangerous Ducklings
2013-05-30 mikade Add Frenzy (Hysteria) style/gameplay script and cfg
2013-05-30 unc0rr ++protocol_number; 0.9.19
2013-05-30 mikade As per request, add ice-gun (untested!)
2013-05-29 nemo merge with tip 0.9.19
2013-05-30 mikade Add how to play description to Mutant
2013-05-29 nemo Since this keeps coming up. Sync engine and frontend wheel handling, again.
2013-05-29 unc0rr merge 0.9.19
2013-05-29 unc0rr bump copyright year for Andrey entries
2013-05-29 szczur polish translation update
2013-05-29 sphrix grammar
2013-05-29 nemo Waddaya think. Add it for iced up water and mines/cases/explosives
2013-05-29 nemo cancel on slide
2013-05-29 koda two little changelog entries
2013-05-29 koda .hgignore update
2013-05-29 koda add hog freeze sound
2013-05-29 nemo add ice beam sound
2013-05-28 nemo frozen hog impact. koda says he'll add the beam
2013-05-28 nemo *hate*
2013-05-28 koda windows build script, get the temp variable from environment, avoiding potential permission problems
2013-05-28 koda on Windows link libgcc statically to reduce the number of dlls
2013-05-28 nemo < 256 is "thawing"
2013-05-28 nemo fix mispositioned map.png
2013-05-27 koda add 'random' dependency to server .cabal file (please test)
2013-05-27 nemo don't resurrect frozen
2013-05-27 unc0rr Fix "try again" button in "reconnected to fast" dialog trying to connect to port 0
2013-05-27 unc0rr Fix room admin rights delegation by server admin when he isn't room admin
2013-05-27 unc0rr '@' for server admin status, '+' for room admins
2013-05-27 unc0rr Remove admin rights from old admin when he delegates room ownership
2013-05-27 nemo should unfreeze on your turn
2013-05-27 nemo increase width on medium/large templates by a couple of hundred px. should help issue #625 a bit. Shouldn't increase large any more tho, since we are at 4096 and would increase memory unnecessarily.
2013-05-27 nemo Default to random guest username in all places net/nick is fetched. Fixes issue #588
2013-05-27 unc0rr Merge
2013-05-24 nemo Quick and dirty fix for fact that we no longer prompt for a username on connect, so blank username simply errors on connect.
2013-05-24 nemo Fix config save problems, bug #510
2013-05-24 nemo Add a mask, tweak changelog a bit
2013-05-24 nemo few more changes
2013-05-24 tiyuri Final starbound
2013-05-23 koda perhaps unneeded, but...
2013-05-23 koda lupdate
2013-05-23 unc0rr Store suffix of .qm files instead of locale name
2013-05-23 nemo Remove repetition. This map doesn't need to be so wide.
2013-05-23 nemo So when I first upsized these, I neglected to remove the pixelated version when generating. Corrected that to avoid sharp edges. Also aggressively optimised for smoothing. Also took advantage of SVG to drag dino bones to water level for mikade.
2013-05-22 nemo sheepluva suggestion for frozen barrel behaviour. untested.
2013-05-22 nemo as long as a generic placeholder tint is in place. can't just exit
2013-05-22 nemo fix dud mine explosion
2013-05-22 tiyuri Add shrooms map
2013-05-22 nemo Make frozen crates uncollectable, add some tinting to frozen items. Suggestions needed for what should happen to explosives
2013-05-21 koda further limit asm
2013-05-21 Periklis Ntanasis place better the current replay button
2013-05-21 koda tip to highlight the new /rnd command
2013-05-21 unc0rr merge
2013-05-21 nemo ಠ_ಠ
2013-05-21 unc0rr '/rnd' command. Pass it a (possibly empty) list of items.
2013-05-21 unc0rr Allow messages containing word separators in server's additional console commands
2013-05-21 unc0rr Fix issue 570 (GoBack() slot connected twice)
2013-05-21 unc0rr Clear nickname in case of collision so client could try again. Should help with issue 550 if not fix it.
2013-05-21 unc0rr Rooms list/chat splitter from issue 612
2013-05-21 unc0rr Update ru localization
2013-05-21 unc0rr Fix issue with last hog's part of team health bar
2013-05-21 unc0rr Don't accept keyboard/mouse events on startup phase
2013-05-21 unc0rr Use old method of locale detection, fallback to new one in case of problems
2013-05-21 nemo Add gstFrozen state to mines/gears in range on frozen land creation, and set the mines to dud state. gstFrozen does nothing yet. Visually or otherwise.
2013-05-21 nemo less pixelated tentacles
2013-05-21 nemo yes. forgot this one too
2013-05-21 nemo add haunty mask, fix tentacle mask
2013-05-21 tiyuri Tentacles map. Fix cmakes for the others
2013-05-20 nemo Mass rename to group the StarBound derived maps together.
2013-05-20 tiyuri Oaks map
2013-05-20 tiyuri Haunty map
2013-05-20 nemo maybe a little edging will help?
2013-05-20 tiyuri Grassy map
2013-05-19 nemo forgot to crush
2013-05-19 tiyuri Bones map
2013-05-19 tiyuri Crystal map
2013-05-18 sheepluva update rope icon and icegun icon
2013-05-18 sheepluva changing slots of landgun and icegun, feel free to complain, improve and/or revert
2013-05-17 sheepluva tweak freezer icon a little more
2013-05-17 sheepluva changed icon for freezer ( issue 614 ), for rope (to be easier to recognize) and cluster bomb (to be easier to recognize and to so that it can be distinguished from the regular grenade's icon even when no color is present or perceived
2013-05-17 unc0rr Ehm... fix 'uLandGenMaze.pas(18,19) Fatal: (2003) Syntax error, ")" expected but "identifier A" found' error encountered by one of the users O_o
2013-05-16 unc0rr merge
2013-05-16 sheepluva lupdate
2013-05-16 nemo bleah. sorry for spam. this reverts the first attempt in uAmmos
2013-05-16 unc0rr Fix mortar's scoring
2013-05-16 nemo Yeah, this isn't safe either. Caused bug #629 - removing.
2013-05-16 unc0rr Best level AI should maximize the score at all costs.
2013-05-16 ChipHome updated italian translation
2013-05-16 sheepluva I couldn't find any usage of these extern variables. neither in the file they are defined nor anywhere else in the code
2013-05-16 sheepluva remove about 45 useless #include statements from campain.* - copypasta ftw, eh? :p
2013-05-16 nemo better way to do it that avoids screwing up angle bounds on single saucer
2013-05-16 nemo trying to prevent the AI from attacking barrels. feedback on this welcome.
2013-05-15 nemo few more changelog entries
2013-05-26 nemo change to RGB
2013-05-14 nemo more stuff we thought of
2013-05-14 nemo few things I thought of
2013-05-14 nemo use bubbles underwater
2013-05-14 nemo Rename submersible state, increase getaway time for attack underwater, slow down gear dx/dy underwater to simulate water resistance
2013-05-14 nemo Actually, let's use *4 since could be fired from lower down
2013-05-14 nemo more drowning fixes
2013-05-14 nemo check for gear being current ammo
2013-05-14 nemo yeah. this needs to only be for local play or it screws up small window size in network game
2013-05-14 nemo some saucer thing for firing weps underwater and aiming and such. bit drunk and sleepy so testing I guess
2013-05-13 koda fix issue 590, load nick after asking for it...
2013-05-13 koda range checking for more engine command line parameters, issue 600
2013-05-03 Periklis Ntanasis fix comparison error in Campaign mission 1
2013-05-13 unc0rr Restore ready toggle for room admins (issue 432)
2013-05-13 nemo Needs to reset net button, not toggle it.
2013-05-12 nemo use less collision space for the holes
2013-05-12 nemo don't draw a border if there's already a bottom border, avoid placing objects over gaps in the floor
2013-05-12 nemo Package the 3 dynamic maps broken by recent uFloat changes as static maps. first_blood actually didn't seem to need it, but, just in case.
2013-05-12 nemo suggestion of unc0rr's to fix issue w/ random maps in campaign. load sidecar packages in physfs for lua. should be useful also for lua that does custom layouts
2013-05-12 nemo Change net button back on leaving main page.
2013-05-12 nemo Basic workarounds for overlapping drawn map (rename buttons) and short team list (set a min height). Min size of form still fits targetted min size on desktop of 800x600
2013-05-11 nemo Add shoppamap lua as mikade requested. also add 50% chance of bottom border w/ holes as he requested. Also disable land objects in shoppa scheme, since that's more common way to play it.
2013-05-11 nemo I don't see how rating these against others is useful, given the limited radius, and the cluster bomb thing just seems counterproductive. Anyway, this prevents AI from picking on barrels.
2013-05-10 nemo cases have no health
2013-05-10 nemo I was using this to test firepunching likely duds, but most of the time that would probably just make him bazooka them
2013-05-10 nemo Adjust barrel damage so AI can actually bat to explode them. Fix state flag check. Remove unneeded dmgMod var. Cancel dX for low dX barrel tracing.
2013-05-09 nemo oops
2013-05-09 nemo *sigh* freakin "with"
2013-05-07 nemo oh right. and uSound. the main culprit.
(0) -3000 -1000 -240 +240 +1000 +3000 tip