Mercurial
Mercurial
>
hedgewars-draft
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-3000
-1000
-240
+240
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
use bubbles underwater
2013-05-14, by nemo
Rename submersible state, increase getaway time for attack underwater, slow down gear dx/dy underwater to simulate water resistance
2013-05-14, by nemo
Actually, let's use *4 since could be fired from lower down
2013-05-14, by nemo
more drowning fixes
2013-05-14, by nemo
check for gear being current ammo
2013-05-14, by nemo
yeah. this needs to only be for local play or it screws up small window size in network game
2013-05-13, by nemo
some saucer thing for firing weps underwater and aiming and such. bit drunk and sleepy so testing I guess
2013-05-13, by nemo
fix issue 590, load nick after asking for it...
2013-05-13, by koda
range checking for more engine command line parameters, issue 600
2013-05-13, by koda
fix comparison error in Campaign mission 1
2013-05-03, by Periklis Ntanasis
Restore ready toggle for room admins (issue 432)
2013-05-13, by unc0rr
Needs to reset net button, not toggle it.
2013-05-13, by nemo
use less collision space for the holes
2013-05-12, by nemo
don't draw a border if there's already a bottom border, avoid placing objects over gaps in the floor
2013-05-11, by 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-11, by 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-11, by nemo
Change net button back on leaving main page.
2013-05-11, by 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, by 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, by 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, by nemo
cases have no health
2013-05-10, by 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-09, by 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, by nemo
oops
2013-05-09, by nemo
*sigh* freakin "with"
2013-05-09, by nemo
oh right. and uSound. the main culprit.
2013-05-07, by nemo
Fix voice naming. Case problems.
2013-05-07, by nemo
remove redundant abs, and some incorrect 1+ to damage
2013-05-07, by nemo
IFDEF that score expectation logging
2013-05-07, by unc0rr
☹
2013-05-07, by nemo
Apply radius consistently. Still doesn't explain AI fail I think, although I can't run it right now.
2013-05-07, by 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, by nemo
*sigh*
2013-05-04, by nemo
oops
2013-05-04, by nemo
pass the target
2013-05-04, by nemo
simplify mine/explosive damage calc. clear dX in stable explosives. remove 0/4096 in trace routines.
2013-05-04, by nemo
explosive/mine damage for shove fall. AI still seems to refuse to bat dud mines :(
2013-05-04, by 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, by nemo
oops
2013-05-03, by nemo
try to guess at barrel state. prob should flag it..
2013-05-03, by 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-03, by nemo
trying to make AI aware of mine/explosive break point. also remove redundant test.
2013-05-03, by nemo
only rate subs if significant. still very much need correct fall+damage esp given different knocks.
2013-05-03, by nemo
Make hogs aware of dud mines and explosives. Still a bit more needed.
2013-05-03, by nemo
merge :P
2013-05-02, by unc0rr
Apparently resetPosition is not needed at all (/pause doesn't call it and works the same)
2013-05-02, by unc0rr
CheckGearDrowning could delete hedgehogs gear! (CheckGearDrowning -> ResurrectHedgehog -> FindPlace). Fixes bug 620.
2013-05-02, by unc0rr
Make AI more active in multiattack game mode
2013-05-02, by unc0rr
this should improve consistency of mortar cluster spread and snowball knocks
2013-05-02, by nemo
fix bug that locked unlocked campaign missions, see issue 452
2013-05-01, by Periklis Ntanasis
fix nil comparison error, see issues 470 and 601
2013-05-01, by Periklis Ntanasis
this is fairer
2013-04-30, by nemo
Use tr() properly
2013-04-29, by unc0rr
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, by 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-27, by nemo
Don't use writeln in ai thread (from rdd4035ee0f12), this causes crashes. Fixes issue 617.
2013-04-27, by unc0rr
aaaaand this one never was damaging
2013-04-24, by nemo
cheezemonkey pointed out this is no longer damaging
2013-04-24, by nemo
yep. I did forget to put this back
2013-04-21, by 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-21, by nemo
merge 0.9.19 in dev
2013-04-21, by koda
it's still not really clear to my why this is needed, maybe only in combination with -XD
0.9.19
2013-04-21, by koda
rewrite m3panel installation to fix all warnings on any architecture, using nsinvocation all round
0.9.19
2013-04-21, by koda
this macro is not defined on ppc
0.9.19
2013-04-20, by koda
hardcode full compiler path when compiling for ppc
0.9.19
2013-04-20, by koda
expose a hidden function that prevented linking on osx 10.4 when compiling physfs statically
0.9.19
2013-04-20, by koda
resolve divdi3 on ppc
0.9.19
2013-04-20, by koda
link stdc++ (for physfs on linux) only when targetting 32bit
0.9.19
2013-03-26, by koda
Hiding overflow on Labels/ComboBoxes to prevent 1px off by one error
2013-04-20, by DrinkMachine
update 0.9.19 with dev branch
0.9.19
2013-04-20, by koda
merge
2013-04-19, by nemo
turkish translation updates
2013-04-19, by volkan
- Revert division hack nonsense
2013-04-20, by unc0rr
Store colors in human-readable form
2013-04-18, by 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-18, by unc0rr
Switch to 'settings.ini'. Copies old ini file if necessary on startup.
2013-04-18, by unc0rr
why would we ever want to divide by 0?
2013-04-17, by nemo
hwFloat division is ~1.6 times faster now
2013-04-17, by unc0rr
Trivial optimization. Wonder if compiler was smart enough about it.
2013-04-17, by unc0rr
add hedgehog tp svg as reference (as requested by nemo). feel free to improve :P
2013-04-15, by sheepluva
Fix issue 603
2013-04-15, by unc0rr
Implement issue 308 with '|' as separator
2013-04-15, by unc0rr
let's go with what nemo suggests
2013-04-14, by koda
Fix hedgehogs number desync. Now all desyncs except the one from issue 521 should be fixed. Please, test.
2013-04-15, by unc0rr
Check for admin role right in the sql statemenet
2013-04-14, by unc0rr
let's try to kill the thread right away and protect the thread variable with a mutex
2013-04-13, by koda
added two security flags to windows linking
2013-04-13, by koda
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-12, by nemo
New hwSqrt implementation which is 46/19 times faster than the old one!
2013-04-11, by unc0rr
CASE FOLDING!!!
0.9.19
2013-04-20, by koda
Reduce AI skills more on high Level values
2013-04-11, by unc0rr
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-17, by sheepluva
implementation of a restart-game button. location and appearance is not final :P
2013-04-10, by thunderstruck
whoops, unbreak build. how come that cmake doesn't stop anymore on engine build error?
0.9.19
2013-04-16, by sheepluva
This isn't necessary anymore
2013-04-10, by unc0rr
fix for Issue 611: Engine crash in portal code
0.9.19
2013-04-16, by sheepluva
- Revert server workaround over desync from r98e2dbdda8c0
2013-04-10, by unc0rr
make cleaver icon hint at that fact that you have 2 of them
0.9.19
2013-04-16, by sheepluva
Change collision detection with current hedgehog
2013-04-10, by jaree
description tweaks
0.9.19
2013-04-16, by sheepluva
Don't set Default scheme/ammo when switching script if not room admin. Prevents game config desync.
2013-04-10, by unc0rr
fix octorama preview
0.9.19
2013-04-15, by sheepluva
- Better fix to friends joins/quits highlighting problem
2013-04-08, by unc0rr
french translations
0.9.19
2013-04-15, by Matisumi
Merge.
2013-04-07, by dag10
add fruit theme svg sources; btw... in last commit I meant to type "splash", not "slash", sorry --sheepluva
0.9.19
2013-04-15, by Randy
merge
2013-04-07, by sheepluva
Fixed map preview overlap on certain locales (Fixes issue 549).
2013-04-07, by dag10
fixed slash for fruit theme
0.9.19
2013-04-15, by Randy
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-07, by nemo
engine translation update, french
0.9.19
2013-04-14, by Matisumi
fix 'failed to install translation' message when misc/locale in hedgewars.ini is empty (which is *always* when 'system default' is selected)
2013-04-06, by koda
cleaning up my own mess, turned out the italian translation has more descriptions than the english one XD
0.9.19
2013-04-14, by sheepluva
reintroduce the notice for restarting frontend after changing language
2013-04-06, by koda
cleaning up nemo's mess :P ( re3407eef6b5474b2a3ea49ea49e354dc05144005 )
0.9.19
2013-04-14, by sheepluva
check for network for feedback dialog too
2013-04-06, by koda
remove delays from "one of everything" weaponset
0.9.19
2013-04-13, by mikade
reintroduce the notification message in case you access dlc page without internet connection
2013-04-06, by koda
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-13, by sheepluva
fix displaying the right version of windows in system info
2013-04-05, by koda
IT translation file completed.
0.9.19
2013-04-11, by Marco Bresciani
close branch
cmake_pascal
2013-06-13, by koda
feedback, display ram size in MB
2013-04-05, by koda
remove bioshock3-reference on hedgehogs drowning (unlike its predecessors, it turned out to not take place underwater)
0.9.19
2013-04-12, by sheepluva
add useful variables for non-Makefile generators to set where we want our stuff built
cmake_pascal
2013-04-30, by koda
little feedback rewording
2013-04-05, by koda
Hats!
0.9.19
2013-04-07, by Randy
this makes Xcode generator test pass
cmake_pascal
2013-04-30, by koda
use SDL_Threads everywhere
2013-04-05, by koda
small engine translation updates. Thanks to community members 'Wuzzy' and 'Flandre Scarlet' for their suggestions :)
0.9.19
2013-04-07, by sheepluva
fpc sysroot should belong to user configuration
cmake_pascal
2013-04-30, by koda
drill test tweak based on watching AI play
2013-04-04, by nemo
Few Japanese (very "in progress") thansk to wife and the about.
0.9.19
2013-03-15, by Marco Bresciani
remove now-unused function
webgl
2013-04-04, by koda
cmake netiquette
cmake_pascal
2013-03-26, by koda
add shading
2013-04-04, by Randi
merge with latest default branch
0.9.19
2013-04-04, by koda
Fix pos() return type
webgl
2013-04-04, by unc0rr
restore the osx build disabling universal app support
cmake_pascal
2013-03-26, by koda
remove 70c086d9b03f - I suspect the issue was actually part of more general prob probably fixed in cfc44db21d72 by jaree
2013-04-04, by nemo
and now engine in c links too (with more manual intervention as of issue 596)
webgl
2013-04-04, by koda
add and use the integrated version check
cmake_pascal
2013-03-26, by koda
forgot these from raa2ffd427f6a
2013-04-04, by koda
engine to c now compiles with some manual intervention (as of bug 596)
webgl
2013-04-04, by koda
link stdc++ (for physfs on linux) only when targetting 32bit
cmake_pascal
2013-03-26, by koda
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-04, by nemo
update branch again
webgl
2013-04-04, by koda
set directories to be included externally, in the project file
cmake_pascal
2013-03-26, by koda
Fix AI collision detection with crates and overlapping hedgehogs. Remove duplicating code
2013-04-04, by jaree
No more hwengine.desktop here
webgl
2013-04-03, by unc0rr
gather all libs in a single list
cmake_pascal
2013-03-24, by koda
Fruit theme
2013-04-03, by Randi
Fix rendering errors now.
webgl
2013-04-03, by unc0rr
remove old code
cmake_pascal
2013-03-24, by koda
Fixes to make pas2c parse this
webgl
2013-04-03, by unc0rr
strip PAS2C, old WEB symbols and outdated pas2c sources from default branch, all c-related development is done on the webgl branch
2013-04-03, by koda
parsing CMAKE_OSX_ARCHITECTURES
cmake_pascal
2013-03-24, by koda
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, by unc0rr
ios compiles again (using an old version of sdl)
2013-04-03, by koda
no need of ar and ranlib for pascal
cmake_pascal
2013-03-22, by koda
update webgl branch
webgl
2013-04-02, by koda
fix osx build
2013-04-02, by koda
finish off by replacing remaining Ada occurencies
cmake_pascal
2013-03-22, by koda
Think this is what was meant by koda
2013-04-01, by unc0rr
disable static libraries with fpc
cmake_pascal
2013-03-22, by koda
Hey, there was inc(Radius, 4)
2013-04-01, by unc0rr
oops
cmake_pascal
2013-03-22, by koda
updated turkish frontend translation
2013-03-31, by volkan
drop processor flags
cmake_pascal
2013-03-21, by koda
Unbreak lua localisation, fix untranslated login prompt, update translations.
2013-03-31, by nemo
add support for creating shared pascal libraries
cmake_pascal
2013-03-21, by koda
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-30, by nemo
adjust verbosity, move debug/release variables in the right section
cmake_pascal
2013-03-20, by koda
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-29, by sheepluva
below this i cannot break the loop
cmake_pascal
2013-03-19, by koda
This should ensure rope can still be aimed quickly when an alt weapon is active.
2013-03-29, by nemo
move RestoreHog from uGears to uTeams to break a circular dependency
cmake_pascal
2013-03-19, by koda
merge
2013-03-29, by sheepluva
minor and partial casing commit
cmake_pascal
2013-03-19, by koda
*sigh* this shouldn'tve been removed in first place.
2013-03-29, by nemo
move a few checks so that add_defintions doesn't interfere
cmake_pascal
2013-03-19, by koda
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-29, by nemo
move avwraper compilation in its own folder
cmake_pascal
2013-03-19, by koda
Fix TestCollExcludingMe function. Now it doesn't skip test if there are more then one hog at checking pixel
2013-03-28, by Urbertar
hm, CMAKE_C_COMPILER is not always defined apparently
cmake_pascal
2013-03-19, by koda
Fix compilation error. Remove default value of ShowMessage title param
2013-03-28, by Urbertar
fix build
2013-03-28, by sheepluva
oops
cmake_pascal
2013-03-19, by koda
minor refactor of MessageDialog
2013-03-27, by koda
move sdlmain compilation in its own folder
cmake_pascal
2013-03-19, by koda
define NETGAME_DEFAULT_SERVER
2013-03-27, by koda
enable fpc inlining only in release mode only if using fpc > 2.6
cmake_pascal
2013-03-19, by koda
unused
2013-03-27, by koda
improve physfs static linking, sdl libraries cleanup
cmake_pascal
2013-03-19, by koda
drop QApplication in favor of HWApplication and minor refactor of MessageDialog
2013-03-27, by koda
wow windows works too with minor changes
cmake_pascal
2013-03-19, by koda
application bar blinks when someone pings you (issue 492)
2013-03-27, by koda
config time pascal flags interpretation
cmake_pascal
2013-03-19, by koda
merge correction, also what's with all those trailing whitespaces?
2013-03-27, by koda
oops
cmake_pascal
2013-03-19, by koda
Change AI behavior for drill rocket
2013-03-26, by Urbertar
merge
2013-03-26, by sheepluva
Fix shortcut which is created by NSIS
0.9.19
2013-04-04, by unc0rr
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-19, by koda
when no url is specified, default to official gameserver (issue 350)
2013-03-26, by koda
lupdate
0.9.19
2013-03-23, by koda
move one flag
cmake_pascal
2013-03-19, by koda
link stdc++ (for physfs on linux) only when targetting 32bit
2013-03-26, by koda
add wiki link for the scheme handling
0.9.19
2013-03-23, by koda
apply the new macro to C flags too
cmake_pascal
2013-03-19, by koda
Remove some duplicating code from uLandGraphics.pas
2013-03-23, by Urbertar
pt translation update
0.9.19
2013-03-23, by inu
s/MINIMAL_FLAGS/MINIMAL_CFLAGS/
cmake_pascal
2013-03-19, by koda
Also check length
2013-03-23, by unc0rr
initial changelog update
0.9.19
2013-03-23, by koda
internal handling of some osx-only pascal flags
cmake_pascal
2013-03-19, by koda
merge. hate the fact that "unsynced remote changes" is just a "note" now.
2013-03-26, by nemo
add fort section to credits file
2013-03-22, by sheepluva
apply the new macro add_flag_* to set pascal flags, apply add_definitions where appropriate, small cleanup
cmake_pascal
2013-03-19, by koda
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-26, by nemo
remove engine warnings
2013-03-22, by sheepluva
utility macros for adding compiler flags
cmake_pascal
2013-03-19, by koda
changing fort name to better reflect its contents
2013-03-22, by sheepluva
partial conversion of pascal_flags to CMAKE_Pascal_FLAGS
cmake_pascal
2013-03-19, by koda
adding jaree to credits
2013-03-22, by koda
make https links work properly
2013-03-21, by sheepluva
typo
cmake_pascal
2013-03-19, by koda
scheme association for linux (although it stops during connection)
2013-03-22, by koda
fix/hack so that (own) messages sent in frontend are also visible in the game chat
2013-03-21, by sheepluva
the default CMake(Lang)Compiler.cmake location changed since 2.8.10
cmake_pascal
2013-03-19, by koda
don't poison the dead, it's not cool.
2013-03-21, by sheepluva
fix player info
2013-03-21, by sheepluva
partial reodering of units so that dependency tracking is done with cmake
cmake_pascal
2013-03-18, by koda
enable/fix links on about page. why don't people test that stuff when they insert it? it's just one click...
2013-03-21, by sheepluva
add lobby chat features to room chat
2013-03-20, by sheepluva
better support for cmake directory and fpc output paths
cmake_pascal
2013-03-18, by koda
Add space for better visual performance
2013-03-20, by unc0rr
move paths setup inside cmake_lang files
cmake_pascal
2013-03-18, by koda
Eiffel Tower fort
2013-03-19, by Randi
this should make cmake-pascal stuff work on linux too
cmake_pascal
2013-03-18, by koda
less
more
|
(0)
-3000
-1000
-240
+240
+1000
+3000
tip