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.
2013-05-07 nemo Fix voice naming. Case problems.
2013-05-07 nemo remove redundant abs, and some incorrect 1+ to damage
2013-05-07 unc0rr IFDEF that score expectation logging
2013-05-07 nemo
2013-05-07 nemo Apply radius consistently. Still doesn't explain AI fail I think, although I can't run it right now.
2013-05-06 nemo So. This at least should make the math more accurate, even if it still doesn't appear to resolve prob w/ AI attacks
2013-05-05 nemo *sigh*
2013-05-05 nemo oops
2013-05-05 nemo pass the target
2013-05-04 nemo simplify mine/explosive damage calc. clear dX in stable explosives. remove 0/4096 in trace routines.
2013-05-04 nemo explosive/mine damage for shove fall. AI still seems to refuse to bat dud mines :(
2013-05-04 nemo Also have AI consider mines that will almost certainly be duds by the time he gets to them. I'm mostly using it to test AI behaviour w/ firepunch/whip/bat on a mine-heavy map.
2013-05-04 nemo oops
2013-05-04 nemo try to guess at barrel state. prob should flag it..
2013-05-04 nemo ignore non-hedgies here. could be useful, but Hammer needs to be taught to consider it. (hammer + explosives on a bridge could be neat)
2013-05-04 nemo trying to make AI aware of mine/explosive break point. also remove redundant test.
2013-05-03 nemo only rate subs if significant. still very much need correct fall+damage esp given different knocks.
2013-05-03 nemo Make hogs aware of dud mines and explosives. Still a bit more needed.
2013-05-02 unc0rr merge :P
2013-05-02 unc0rr Apparently resetPosition is not needed at all (/pause doesn't call it and works the same)
2013-05-02 unc0rr CheckGearDrowning could delete hedgehogs gear! (CheckGearDrowning -> ResurrectHedgehog -> FindPlace). Fixes bug 620.
2013-05-02 unc0rr Make AI more active in multiattack game mode
2013-05-02 nemo this should improve consistency of mortar cluster spread and snowball knocks
2013-05-01 Periklis Ntanasis fix bug that locked unlocked campaign missions, see issue 452
2013-04-30 Periklis Ntanasis fix nil comparison error, see issues 470 and 601
2013-05-01 nemo this is fairer
2013-04-29 unc0rr Use tr() properly
2013-04-27 nemo This is something we need to check in all translations. Occasionally the source phrase ends w/ a space. Need to make sure translations take this into account.
2013-04-27 nemo So. First pass. Add secondary explosions to RateExplosion and RateShotgun. Not yet added to shoves. This is of limited utility at present since the dX has to be small since we can't bother tracing all hog motion. But, should be more useful once shove is added, and tracking of explosives and mines.
2013-04-26 unc0rr Don't use writeln in ai thread (from rdd4035ee0f12), this causes crashes. Fixes issue 617.
2013-04-24 nemo aaaaand this one never was damaging
2013-04-24 nemo cheezemonkey pointed out this is no longer damaging
2013-04-21 nemo yep. I did forget to put this back
2013-04-21 nemo So. This should fix ammo delays being off on a team that is resurrected later in the game, even up freezing delays a bit, prevent an infinite loop in freezing, and reduces fuel burn when adjusting freezer to one-fourth.
2013-04-20 koda merge 0.9.19 in dev
2013-04-20 koda it's still not really clear to my why this is needed, maybe only in combination with -XD 0.9.19
2013-04-20 koda rewrite m3panel installation to fix all warnings on any architecture, using nsinvocation all round 0.9.19
2013-04-20 koda this macro is not defined on ppc 0.9.19
2013-04-20 koda hardcode full compiler path when compiling for ppc 0.9.19
2013-04-20 koda expose a hidden function that prevented linking on osx 10.4 when compiling physfs statically 0.9.19
2013-04-20 koda resolve divdi3 on ppc 0.9.19
2013-03-26 koda link stdc++ (for physfs on linux) only when targetting 32bit 0.9.19
2013-04-20 DrinkMachine Hiding overflow on Labels/ComboBoxes to prevent 1px off by one error
2013-04-20 koda update 0.9.19 with dev branch 0.9.19
2013-04-19 nemo merge
2013-04-19 volkan turkish translation updates
2013-04-19 unc0rr - Revert division hack nonsense
2013-04-18 unc0rr Store colors in human-readable form
2013-04-18 unc0rr lol, how did it manage to work for years? (z1 - z2 * z.Round) shouldn't respect signs of z1 and z2. It turns out we often had arbitrary .Frac value in division result. Also fixes issue 613.
2013-04-17 unc0rr Switch to 'settings.ini'. Copies old ini file if necessary on startup.
2013-04-17 nemo why would we ever want to divide by 0?
2013-04-17 unc0rr hwFloat division is ~1.6 times faster now
2013-04-17 unc0rr Trivial optimization. Wonder if compiler was smart enough about it.
2013-04-15 sheepluva add hedgehog tp svg as reference (as requested by nemo). feel free to improve :P
2013-04-15 unc0rr Fix issue 603
2013-04-15 unc0rr Implement issue 308 with '|' as separator
2013-04-14 koda let's go with what nemo suggests
2013-04-14 unc0rr Fix hedgehogs number desync. Now all desyncs except the one from issue 521 should be fixed. Please, test.
2013-04-14 unc0rr Check for admin role right in the sql statemenet
2013-04-13 koda let's try to kill the thread right away and protect the thread variable with a mutex
2013-04-13 koda added two security flags to windows linking
2013-04-12 nemo I see no reason why a visual effect needs Distance. IMO square should look just fine. Untested. Oh. Also reduced flake count at Randi's request.
2013-04-11 unc0rr New hwSqrt implementation which is 46/19 times faster than the old one!
2013-04-20 koda CASE FOLDING!!! 0.9.19
2013-04-11 unc0rr Reduce AI skills more on high Level values
2013-04-17 sheepluva fix for issue 599: "Change graphics size settings to use qspinbox"? somebody ask unC0Rr if that's what he wanted :p 0.9.19
2013-04-10 thunderstruck implementation of a restart-game button. location and appearance is not final :P
2013-04-16 sheepluva whoops, unbreak build. how come that cmake doesn't stop anymore on engine build error? 0.9.19
2013-04-10 unc0rr This isn't necessary anymore
2013-04-16 sheepluva fix for Issue 611: Engine crash in portal code 0.9.19
2013-04-10 unc0rr - Revert server workaround over desync from r98e2dbdda8c0
2013-04-16 sheepluva make cleaver icon hint at that fact that you have 2 of them 0.9.19
2013-04-10 jaree Change collision detection with current hedgehog
2013-04-16 sheepluva description tweaks 0.9.19
2013-04-09 unc0rr Don't set Default scheme/ammo when switching script if not room admin. Prevents game config desync.
2013-04-15 sheepluva fix octorama preview 0.9.19
2013-04-08 unc0rr - Better fix to friends joins/quits highlighting problem
2013-04-15 Matisumi french translations 0.9.19
2013-04-07 dag10 Merge.
2013-04-15 Randy add fruit theme svg sources; btw... in last commit I meant to type "splash", not "slash", sorry --sheepluva 0.9.19
2013-04-07 sheepluva merge
2013-04-07 dag10 Fixed map preview overlap on certain locales (Fixes issue 549).
2013-04-15 Randy fixed slash for fruit theme 0.9.19
2013-04-07 nemo set translucency on fruit theme water, clamp size to even number (same sdl window resize) and honouring min size, reduce calls to dmgmod a bit
2013-04-14 Matisumi engine translation update, french 0.9.19
2013-04-06 koda fix 'failed to install translation' message when misc/locale in hedgewars.ini is empty (which is *always* when 'system default' is selected)
2013-04-14 sheepluva cleaning up my own mess, turned out the italian translation has more descriptions than the english one XD 0.9.19
2013-04-05 koda reintroduce the notice for restarting frontend after changing language
2013-04-14 sheepluva cleaning up nemo's mess :P ( re3407eef6b5474b2a3ea49ea49e354dc05144005 ) 0.9.19
2013-04-05 koda check for network for feedback dialog too
2013-04-13 mikade remove delays from "one of everything" weaponset 0.9.19
2013-04-05 koda reintroduce the notification message in case you access dlc page without internet connection
2013-04-13 sheepluva remove low grav from fort mode since players might not appreciate it if they just want to play a quick regular forts match against a challenger. 0.9.19
2013-04-05 koda fix displaying the right version of windows in system info
2013-04-11 Marco Bresciani IT translation file completed. 0.9.19
2013-06-13 koda close branch cmake_pascal
2013-04-05 koda feedback, display ram size in MB
2013-04-12 sheepluva remove bioshock3-reference on hedgehogs drowning (unlike its predecessors, it turned out to not take place underwater) 0.9.19
2013-04-29 koda add useful variables for non-Makefile generators to set where we want our stuff built cmake_pascal
2013-04-05 koda little feedback rewording
2013-04-07 Randy Hats! 0.9.19
2013-04-29 koda this makes Xcode generator test pass cmake_pascal
2013-04-05 koda use SDL_Threads everywhere
2013-04-07 sheepluva small engine translation updates. Thanks to community members 'Wuzzy' and 'Flandre Scarlet' for their suggestions :) 0.9.19
2013-04-29 koda fpc sysroot should belong to user configuration cmake_pascal
2013-04-05 nemo drill test tweak based on watching AI play
2013-03-15 Marco Bresciani Few Japanese (very "in progress") thansk to wife and the about. 0.9.19
2013-04-04 koda remove now-unused function webgl
2013-03-26 koda cmake netiquette cmake_pascal
2013-04-04 Randi add shading
2013-04-04 koda merge with latest default branch 0.9.19
2013-04-04 unc0rr Fix pos() return type webgl
2013-03-26 koda restore the osx build disabling universal app support cmake_pascal
2013-04-04 nemo remove 70c086d9b03f - I suspect the issue was actually part of more general prob probably fixed in cfc44db21d72 by jaree
2013-04-04 koda and now engine in c links too (with more manual intervention as of issue 596) webgl
2013-03-26 koda add and use the integrated version check cmake_pascal
2013-04-04 koda forgot these from raa2ffd427f6a
2013-04-03 koda engine to c now compiles with some manual intervention (as of bug 596) webgl
2013-03-26 koda link stdc++ (for physfs on linux) only when targetting 32bit cmake_pascal
2013-04-04 nemo So. Some themes have objects that seem to be large natural extensions of the landscape. Masks allow maintaining that. Lemme know if it doesn't look good. If it doesn't, can still use for ice/bounce/indestructible. Indestructible bunker object for example.
2013-04-03 koda update branch again webgl
2013-03-26 koda set directories to be included externally, in the project file cmake_pascal
2013-04-04 jaree Fix AI collision detection with crates and overlapping hedgehogs. Remove duplicating code
2013-04-02 unc0rr No more hwengine.desktop here webgl
2013-03-24 koda gather all libs in a single list cmake_pascal
2013-04-04 Randi Fruit theme
2013-04-02 unc0rr Fix rendering errors now. webgl
2013-03-24 koda remove old code cmake_pascal
2013-04-02 unc0rr Fixes to make pas2c parse this webgl
2013-04-03 koda strip PAS2C, old WEB symbols and outdated pas2c sources from default branch, all c-related development is done on the webgl branch
2013-03-24 koda parsing CMAKE_OSX_ARCHITECTURES cmake_pascal
2013-04-02 unc0rr Bring some sanity here. Feel free to specify parameters in any order and in any notation (full name or one-letter). webgl
2013-04-02 koda ios compiles again (using an old version of sdl)
2013-03-22 koda no need of ar and ranlib for pascal cmake_pascal
2013-04-02 koda update webgl branch webgl
2013-04-02 koda fix osx build
2013-03-22 koda finish off by replacing remaining Ada occurencies cmake_pascal
2013-04-01 unc0rr Think this is what was meant by koda
2013-03-22 koda disable static libraries with fpc cmake_pascal
2013-04-01 unc0rr Hey, there was inc(Radius, 4)
2013-03-22 koda oops cmake_pascal
2013-03-31 volkan updated turkish frontend translation
2013-03-21 koda drop processor flags cmake_pascal
2013-03-31 nemo Unbreak lua localisation, fix untranslated login prompt, update translations.
2013-03-21 koda add support for creating shared pascal libraries cmake_pascal
2013-03-30 nemo Don't reward digging close w/ drill rocket. Doesn't offer much benefit. Reduce final bonus slightly to avoid using drill like bazooka. Better would be AI doing this for all weps based on count. Make main drill loop a little more efficient.
2013-03-20 koda adjust verbosity, move debug/release variables in the right section cmake_pascal
2013-03-29 sheepluva feedback page: allow translations for main text; added link to known bugs in order to reduce the future number of bug report duplicates a bit (We can all hope, right? :P)
2013-03-19 koda below this i cannot break the loop cmake_pascal
2013-03-29 nemo This should ensure rope can still be aimed quickly when an alt weapon is active.
2013-03-19 koda move RestoreHog from uGears to uTeams to break a circular dependency cmake_pascal
2013-03-29 sheepluva merge
2013-03-19 koda minor and partial casing commit cmake_pascal
2013-03-29 nemo *sigh* this shouldn'tve been removed in first place.
2013-03-19 koda move a few checks so that add_defintions doesn't interfere cmake_pascal
2013-03-29 nemo oups. reused same variable twice. my bad. You know, maybe somewhere in uVariables or uGearsList should define what we use Gear variables for in each gear
2013-03-19 koda move avwraper compilation in its own folder cmake_pascal
2013-03-28 Urbertar Fix TestCollExcludingMe function. Now it doesn't skip test if there are more then one hog at checking pixel
2013-03-19 koda hm, CMAKE_C_COMPILER is not always defined apparently cmake_pascal
2013-03-28 Urbertar Fix compilation error. Remove default value of ShowMessage title param
2013-03-28 sheepluva fix build
2013-03-19 koda oops cmake_pascal
2013-03-27 koda minor refactor of MessageDialog
2013-03-19 koda move sdlmain compilation in its own folder cmake_pascal
2013-03-27 koda define NETGAME_DEFAULT_SERVER
2013-03-19 koda enable fpc inlining only in release mode only if using fpc > 2.6 cmake_pascal
2013-03-27 koda unused
2013-03-19 koda improve physfs static linking, sdl libraries cleanup cmake_pascal
2013-03-27 koda drop QApplication in favor of HWApplication and minor refactor of MessageDialog
2013-03-19 koda wow windows works too with minor changes cmake_pascal
2013-03-27 koda application bar blinks when someone pings you (issue 492)
2013-03-19 koda config time pascal flags interpretation cmake_pascal
2013-03-27 koda merge correction, also what's with all those trailing whitespaces?
2013-03-19 koda oops cmake_pascal
2013-03-26 Urbertar Change AI behavior for drill rocket
2013-03-26 sheepluva merge
2013-04-04 unc0rr Fix shortcut which is created by NSIS 0.9.19
2013-03-19 koda even though pascal linking is scripted, we need target_link_libraries anyways, so that modifying that library, will trigger linking again cmake_pascal
2013-03-26 koda when no url is specified, default to official gameserver (issue 350)
2013-03-23 koda lupdate 0.9.19
2013-03-19 koda move one flag cmake_pascal
2013-03-26 koda link stdc++ (for physfs on linux) only when targetting 32bit
2013-03-23 koda add wiki link for the scheme handling 0.9.19
2013-03-19 koda apply the new macro to C flags too cmake_pascal
2013-03-23 Urbertar Remove some duplicating code from uLandGraphics.pas
2013-03-23 inu pt translation update 0.9.19
2013-03-19 koda s/MINIMAL_FLAGS/MINIMAL_CFLAGS/ cmake_pascal
2013-03-23 unc0rr Also check length
2013-03-23 koda initial changelog update 0.9.19
2013-03-19 koda internal handling of some osx-only pascal flags cmake_pascal
2013-03-26 nemo merge. hate the fact that "unsynced remote changes" is just a "note" now.
2013-03-22 sheepluva add fort section to credits file
2013-03-19 koda apply the new macro add_flag_* to set pascal flags, apply add_definitions where appropriate, small cleanup cmake_pascal
2013-03-26 nemo Try to document TGear a bit, so people know what is commonly overridden, and what stuff is used for. Remove gtIceGun-specific values from TGear and abuse a couple of commonly abused members instead.
2013-03-22 sheepluva remove engine warnings
2013-03-19 koda utility macros for adding compiler flags cmake_pascal
2013-03-22 sheepluva changing fort name to better reflect its contents
2013-03-19 koda partial conversion of pascal_flags to CMAKE_Pascal_FLAGS cmake_pascal
2013-03-22 koda adding jaree to credits
2013-03-21 sheepluva make https links work properly
2013-03-18 koda typo cmake_pascal
2013-03-22 koda scheme association for linux (although it stops during connection)
2013-03-21 sheepluva fix/hack so that (own) messages sent in frontend are also visible in the game chat
2013-03-18 koda the default CMake(Lang)Compiler.cmake location changed since 2.8.10 cmake_pascal
2013-03-21 sheepluva don't poison the dead, it's not cool.
2013-03-21 sheepluva fix player info
2013-03-18 koda partial reodering of units so that dependency tracking is done with cmake cmake_pascal
2013-03-21 sheepluva enable/fix links on about page. why don't people test that stuff when they insert it? it's just one click...
2013-03-20 sheepluva add lobby chat features to room chat
2013-03-18 koda better support for cmake directory and fpc output paths cmake_pascal
2013-03-20 unc0rr Add space for better visual performance
2013-03-18 koda move paths setup inside cmake_lang files cmake_pascal
2013-03-20 Randi Eiffel Tower fort
2013-03-18 koda this should make cmake-pascal stuff work on linux too cmake_pascal
2013-03-19 sheepluva fix ancient issue with hedgehogs sliding through/into think gaps; fixes issue 542; could and should be optimized (also to make sure that hogs can't slide through little pixel turds) - feel free to do so =P
2013-03-18 koda with lot of hackery, use add_executable on pascal files, SUCCSS cmake_pascal
2013-03-18 nemo More flagging of Land values. Also use less than for tests of non-terrain, instead of "and $FF00 = 0". Saves a couple of ops, which actually matters a small amount in a few places.
2013-03-17 koda barebone cmake config file to support pascal files, based off plplot's ada files cmake_pascal
2013-03-17 koda add one button to improve sharing of hwplay:// schemes
2013-03-17 koda help text for pagenetserver
2013-03-17 koda do not host server on well-known ports
2013-03-17 koda use SDL keycode for shortcuts (doesn't fix layout issues)
2013-03-17 koda ingore moar keys
2013-03-17 nemo Add some flags for a few of the magic Land values
2013-03-17 nemo useless test
2013-03-17 nemo Key returned 0 for arrows under linux. Sym works, clearer anyway.
2013-03-17 koda linux keycodes differ from osx's
2013-03-17 koda use a local storage for chat history which prevents mix ups in netgame and simplifies code
2013-03-17 koda less cryptic text insertion
2013-03-17 koda gather a few common code
2013-03-17 koda implement up and down keys to navigate in the chat history, needs testing over network
(0) -3000 -1000 -240 +240 +1000 +3000 tip