Mercurial
Mercurial
>
hedgewars
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-3000
-1000
-480
+480
+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.
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
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-19, by sheepluva
with lot of hackery, use add_executable on pascal files, SUCCSS
cmake_pascal
2013-03-18, by koda
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-18, by nemo
barebone cmake config file to support pascal files, based off plplot's ada files
cmake_pascal
2013-03-18, by koda
add one button to improve sharing of hwplay:// schemes
2013-03-17, by koda
help text for pagenetserver
2013-03-17, by koda
do not host server on well-known ports
2013-03-17, by koda
use SDL keycode for shortcuts (doesn't fix layout issues)
2013-03-17, by koda
ingore moar keys
2013-03-17, by koda
Add some flags for a few of the magic Land values
2013-03-17, by nemo
useless test
2013-03-17, by nemo
Key returned 0 for arrows under linux. Sym works, clearer anyway.
2013-03-17, by nemo
linux keycodes differ from osx's
2013-03-17, by koda
use a local storage for chat history which prevents mix ups in netgame and simplifies code
2013-03-17, by koda
less cryptic text insertion
2013-03-17, by koda
gather a few common code
2013-03-17, by koda
implement up and down keys to navigate in the chat history, needs testing over network
2013-03-17, by koda
don't display squares when pressing arrow keys in chat
2013-03-16, by koda
formatting
2013-03-16, by koda
do not hardcode CMAKE_INSTALL_PREFIX for windows, but rather put it in the script, so that custom build setups still work
2013-03-16, by koda
Hard math to fix issue 571. Well, not really hard math,
2013-03-17, by unc0rr
oups
2013-03-15, by nemo
fix compilation with clang. fixes issue 553 - thanks to julien for reporting and to drew for the first part of the fix
2013-03-15, by sheepluva
at vatten's request. make resurrection always resurrect at least 1 hp out of kindness to noobs who can't be bothered to read tooltips
2013-03-13, by nemo
Call steps on focus instead. fix typo
2013-03-12, by nemo
Experiment in undisabling the brick theme flake
2013-03-12, by nemo
Crashed here last game
2013-03-12, by nemo
better message, as suggested by inu
2013-03-12, by koda
return after ram size on win
2013-03-12, by koda
Merge
2013-03-12, by unc0rr
add 'run Hedgewars' checkbox at the end of the NSIS installation
2013-03-12, by koda
this should supposedly add hwplay:// schemes to windows, after user presses file association
2013-03-12, by koda
No more std::string in feedbackdialog.cpp
2013-03-12, by inu
this should prevent the password prompt from appearing on local games (issue 548)
2013-03-12, by koda
grrrr
2013-03-11, by nemo
fix bug 552 - reset network button state after use
2013-03-10, by koda
this should ensure those other voices play a bit more often.
2013-03-11, by nemo
hit hwplay://server:port and automatically join an unofficial server (on osx right now)
2013-03-10, by koda
oops forgot to move header
2013-03-10, by koda
Prepend, not append
2013-03-10, by unc0rr
fix highlander - needed new script load function
2013-03-09, by nemo
unbreak build
2013-03-09, by nemo
hooks for opening custom urls on osx (commented out until we decide what to do)
2013-03-10, by koda
cleanup file loading, this codepath can be used to load url schemes
2013-03-10, by koda
fix loading files on osx too, the cause was different than other systems
2013-03-10, by koda
move signal handler in hwapplication
2013-03-10, by koda
alignment
2013-03-10, by koda
introducing the bestest flag of all
2013-03-09, by koda
- Put compiled units into more appropriate dir
2013-03-09, by unc0rr
forgot to update lib names here
2013-03-09, by koda
sigh
2013-03-09, by koda
have fpc work in the right directory instead of passing the full path of the main module (avoids having full paths in debug build backtraces for the first module only)
2013-03-09, by koda
stripping
2013-03-09, by koda
adjust casing
2013-03-09, by koda
readd revision info to the cpack generated package
2013-03-09, by koda
move cpack stuff in its own cmake file
2013-03-09, by koda
fix linking on osx
2013-03-09, by koda
Merge
2013-03-12, by unc0rr
typo
2013-03-08, by nemo
A bit more of Italian translation... in progress. :)
2013-03-08, by Marco Bresciani
*sigh* hopefully there aren't any more of these. add missing tr() to button text
2013-03-08, by nemo
lock weapons since script doesn't support custom sets anyway (yet). Use bor on flags to allow other game flags.
2013-03-08, by nemo
*sigh* sorry. I miss the old, don't-push-if-unsynced-remote-w/o-force. Keep forgetting to pull.
2013-03-08, by nemo
Unbreak build without stl compatibility
2013-03-08, by unc0rr
merge
2013-03-07, by koda
even more wrapping with find_package_or_disable_msg
2013-03-07, by koda
update option list
2013-03-07, by koda
introduce find_package_or_fail/disable to group together similar cmake code
2013-03-07, by koda
link png library in code on osx
2013-03-07, by koda
Fix frozen hog rendering
2013-03-07, by Urbertar
Fix check for flag
2013-03-07, by unc0rr
hopefully closes issues 541, 312 and 503
2013-03-08, by mikade
yeah. this was a bad idea. the minor difference in thaw speed vs last hog of team never unthawing.
2013-03-06, by nemo
prevent an old abuse of parachute to land safely
2013-03-06, by nemo
fix fade to black in training
2013-03-06, by nemo
PhysFS-aware check for directory existence. Should fix issue 511.
2013-03-07, by unc0rr
skip frozen hogs in switch
2013-03-06, by nemo
Add missing feedback button translation
2013-03-06, by nemo
This has bothered me for the longest time. Move texture so it doesn't overlap. I'd initially had a test for isPaused, but jumping texture bothered me.
2013-03-06, by nemo
our cmake modules have become good enough, prefer them over system ones
2013-03-06, by koda
Backed out changeset 4cccc0520988
2013-03-06, by koda
our cmake modules have become good enough, prefer them over system ones
2013-03-06, by koda
write FindGHC.cmake for haskell stuff
2013-03-06, by koda
*sigh* I always forget to pull when AFK for a while. btw. why are we still keeping binaries in here? ☹
2013-03-06, by nemo
user correct variable and slimmer test, version typos, .dll.a updated
2013-03-06, by koda
extend time a bit. move to defrosting on team's turn. fairer than using round order I think.
2013-03-06, by nemo
comas and capitals
2013-03-06, by koda
rework ffmpeg/libav/videorec linking and their cmake discovery
2013-03-06, by koda
rewritten findfreepascal, moved checkstack code elsewhere
2013-03-06, by koda
support old cmake style variables
2013-03-06, by koda
merge
2013-03-06, by koda
rewritten findffmpeg.cmake
2013-03-06, by koda
replace sdl mixer/image version checking with something more robust
2013-03-06, by koda
rewritten FindOggVorbis.cmake
2013-03-06, by koda
fail if sparkle not found consciously
2013-03-06, by koda
oups
2013-03-05, by nemo
rework FindSparkle.cmake
2013-03-06, by koda
use opacity to indicate thawing. not totally happy w/ effect, but argument was made to indicate some progress towards thaw. drop "exit" since it really wasn't helpful, and not rendering tags, was more annoying than fun.
2013-03-05, by nemo
At multiple requests, change ice to be turn based. This is a more modest adjustment of existing code, that can be fairly easily flagged or reverted if desired. It also allows scripts to extend freezing, and preserves fire melting.
2013-03-05, by nemo
escape return and be more friendly with translations
2013-03-05, by koda
add link to GPLv2 notice in about page
2013-03-04, by koda
uniform revision info in about page
2013-03-04, by koda
add version info to frontend output too
2013-03-04, by koda
version variables confom to naming convention
2013-03-04, by koda
oooooops forgot SHAREPATH is still used somewhere
2013-03-04, by koda
lupdate-qt4/lrelease-qt4
2013-03-04, by nemo
apply variable change here as well
2013-03-04, by nemo
on linux assume datapath is always relative to cmake_install_prefix, unless you provide an absolute path; on win32/osx hardcode engine path to default installation prefixes (it gets overridden at runtime so it works even if you move the data folder)
2013-03-04, by koda
Oops, forgot this check (fixes crash)
2013-03-04, by unc0rr
typo and doc
2013-03-04, by koda
fix file association on windows too
2013-03-04, by koda
use rev info from the just created file when configuring without mercurial
2013-03-04, by koda
dump rev and hash in a file to be packed by cpack
2013-03-04, by koda
adjust cpack ignored files (libraries, mobile project files and win res files are still necessary)
2013-03-04, by koda
hopefully fix bug 523, file extension association
2013-03-04, by koda
merge for the win
2013-03-04, by koda
caught two frontend warnings
2013-03-04, by koda
convert HAVE_NETSERVER to check for file existance, so that it's easier to provide missing servers
2013-03-04, by koda
convert HW_DEV in ifdef DEBUG clauses
2013-03-04, by koda
fix portal/hammer interaction, ban freezer from portal
2013-03-03, by nemo
keep hogs from sliding while they are being frozen
2013-03-03, by nemo
Make hogs thaw only on enemy turns, make timebox counter decrement only on your turn, adjust knock for frozen hogs, increase damage on frozen hogs, make freezer fuel only reduce when not adjusting angle.
2013-03-03, by nemo
Call act as if attack ended on last shot if switching while in mid multi-shoot. Thanks to AI for discovering this.
2013-03-03, by nemo
add neglected merge
2013-03-03, by nemo
Fix team file path
2013-03-03, by unc0rr
Fix water on ice setting
2013-03-03, by Urbertar
Eh, two players condition seems to make more sense than two clans here
2013-03-03, by unc0rr
Fix DrawLine bug
2013-03-03, by Urbertar
lol nemo, lol
2013-03-03, by unc0rr
tweaks to sea ice appearance
2013-03-01, by nemo
Possibly fixed issue 533.
2013-03-01, by dag10
Resolves issue 528. Fixed platform-specific order of buttons on seed prompt and new room prompt. Fixed height of back button on all pages -- now aligns to bottom. On pagemain, feedback and dlc buttons no longer fixed size.
2013-03-01, by dag10
my turn to do a neglected merge for someone else
2013-03-01, by nemo
Review the list of synced messages in isSyncedCommand. Fixes issue 546.
2013-03-02, by unc0rr
Made pressing the button in mapContainer only randomize things if client is master. Fixes issue 545. Also synchronized themes. Fixes issue 547.
2013-03-01, by dag10
avoid floating point desync, other script tweaks
2013-03-01, by Vatten
So. A while ago, while trying to prevent hogs blowtorching getting turned around, unc0rr altered the old range of blowtorch from 1/8th of 180° up or down, to a 4° gain in upwards and a -4° loss in downwards. He also made it so that starting tunnels could fail to erase sufficient terrain, trapping hogs. Here are a couple of workarounds to more closely approximate old behaviour (do some initial erasure, adjust min/max angles)
2013-02-28, by nemo
Safety check. The main place this can be a problem is on a mild bowl w/ multiple hogs. Could possibly add a hog collision check in here.
2013-02-28, by nemo
split version information in engine too
2013-03-01, by koda
drop useless option, automatically set revision and debug info
2013-03-01, by koda
split cVersionString into its three separate components (version, revision, hash) and apply the new values sensibly on the frontend (esp. title, info and feedback)
2013-03-01, by koda
mysterious merge
2013-02-28, by koda
support WARNING message status on cmake 2.6 (bug 524)
2013-02-28, by koda
correct copyright header on files i added
2013-02-28, by koda
use NETGAME_DEFAULT_PORT macro across frontend sources
2013-02-28, by koda
move weapons line away from hwconsts.h so that modifying it doesn't needlessly recompile everything, introduce a way to try documenting which weapons each number represents
2013-02-28, by koda
add icegun everywhere (default, crazy, 1oe) with a qt prob delay crate of 2
2013-02-28, by koda
close branch
icegun
2013-06-04, by koda
add 'One of Everything' in the weaponsets, from nemo's idea
2013-02-28, by koda
merge icegun branch w/ default
icegun
2013-02-28, by nemo
Merge
2013-02-28, by Urbertar
Draw ice on water
2013-02-28, by Urbertar
Make refactoring. Remove DrawIce function
2013-02-28, by Urbertar
small update of german engine translation
2013-02-28, by sheepluva
aaagh. remove dead code. again.
2013-02-28, by nemo
Apologies if jaree had done something similar, but didn't see anything in repo pull. This removes Land[] mixed w/ LandPixels[] and streamlines things a little
2013-02-27, by nemo
physfs strikes back
2013-02-27, by koda
define ice edge colour
2013-02-27, by nemo
enable asm only on intel/amd machines
2013-02-27, by koda
remove dead code
2013-02-27, by nemo
merge physfslayer in default
2013-02-27, by koda
Draw ice on water
2013-02-27, by Urbertar
.hgignore
2013-02-27, by koda
pull icegun into default. it has a few issues, but, pretty close. that way more people will play with it.
2013-02-26, by nemo
merge w/ default
icegun
2013-02-26, by nemo
huh. how'd we end up needing a merge here...
icegun
2013-02-26, by nemo
Separate setting and drawing ice
icegun
2013-02-26, by Urbertar
Make little refactoring
icegun
2013-02-26, by Urbertar
Check is lanscape already ice
icegun
2013-02-26, by Urbertar
put ice colour in uVariables, add check for land that is already ice
icegun
2013-02-26, by nemo
Change shape of ice to round
icegun
2013-02-26, by Urbertar
Don't calculate edges of map as edges of landscape
icegun
2013-02-26, by Urbertar
Check bounds of landscape in drawice procedure
icegun
2013-02-26, by Urbertar
forgot this loop
icegun
2013-02-25, by nemo
graphics tweak. flag a couple more overeager setall HH
icegun
2013-02-25, by nemo
ice texture still needs moving to uLandGraphics and circle drawing
icegun
2013-02-25, by nemo
Merge
2013-02-25, by unc0rr
workaround for frequent AllHH active call in hedgehog step
icegun
2013-02-25, by nemo
add hiragana/katakana ranges to CJK check.
2013-02-24, by nemo
More fiddling w/ sliding
icegun
2013-02-25, by nemo
*sigh* somehow misplaced this. this should have been rd9627d65edf7
2013-02-24, by nemo
slight tweak to colours
icegun
2013-02-25, by nemo
add some missing wrapping.
2013-02-24, by nemo
quick and dirty and inefficient example of Tiy's suggested terrain sampling. Still needs moving to uLandGraphics
icegun
2013-02-25, by nemo
Fix issue 537 (empty team created on startup)
2013-02-23, by unc0rr
savesurf
icegun
2013-02-25, by koda
Fix issue 507 (not highlighting friends joins)
2013-02-23, by unc0rr
This and the "retain freezing" stuff could probably use a flag.
2013-02-23, by nemo
too aggressive?
icegun
2013-02-25, by nemo
prevent drilling into hogs w/ drill rocket
2013-02-22, by nemo
Trying to improve rendering, sliding and thawing. Messing around w/ making fire thaw faster.
icegun
2013-02-24, by nemo
Restore freezing hedgehog for shotgun, sniper rifle and deagle to make unc0rr happy. You'll still be able to get away after throwing cleaver and sticky bomb tho.
2013-02-22, by nemo
close thei branch
physfslayer
2013-02-27, by koda
Messing around w/ Freezer
icegun
2013-02-24, by nemo
Support 'registered only' room flag in frontend
2013-02-22, by unc0rr
on windows fpc-linking is the funniest of all
physfslayer
2013-02-25, by koda
Add freezing hogs with icegun
icegun
2013-02-24, by Urbertar
oops. forgot this one.
2013-02-22, by nemo
moar docs update
physfslayer
2013-02-25, by koda
Add change ice gun image
icegun
2013-02-23, by Urbertar
Allow switching away from any weapon when during multishoot.
2013-02-22, by nemo
upd doc
physfslayer
2013-02-25, by koda
Add frozen land texture
icegun
2013-02-23, by Urbertar
This change from r0cd63b963330 caused more troubles than solved. Also fix some warnings.
2013-02-22, by unc0rr
due to popular demand, add a compile time switch to manually select whether to build the internal physfs (default) or not
physfslayer
2013-02-25, by koda
Add land freezing
icegun
2013-02-23, by Urbertar
Global notice with /global command. Can now warn users when doing server restart.
2013-02-22, by unc0rr
documentation
physfslayer
2013-02-24, by koda
Oh, and # too to prevent occasional game hang when N is followed by #
2013-02-22, by unc0rr
perform a version check before including physfs (maybe there is a better place for this?) and allow overriding automagic search
physfslayer
2013-02-24, by koda
Flush buffer on N command
2013-02-22, by unc0rr
disable unneeded physfs archives (as of bug 529)
physfslayer
2013-02-24, by koda
Try to prevent hedgehogs number in team desync
2013-02-21, by unc0rr
this should hijack the linker name and always pick the bundled physfs when another version is already prsent
physfslayer
2013-02-24, by koda
Merge
2013-02-21, by unc0rr
blindly updated Android build files for new physfs
physfslayer
2013-02-23, by koda
Merge
2013-02-21, by unc0rr
updated ios project files for the new phys build system
physfslayer
2013-02-23, by koda
Merge
2013-02-21, by unc0rr
Workaround queued signals problem in netclient instead. Should fix everything.
2013-02-21, by unc0rr
this should make physfs happy to link on windows too, forcing every function in its proper dll and skipping linklib
physfslayer
2013-02-22, by koda
Updating Italian translation. In progress, as usual.
2013-02-20, by Marco Bresciani
Unbreak build
2013-02-21, by unc0rr
workaround static physfs static linking on linux
physfslayer
2013-02-22, by koda
We need this to fix hedgehog numbers desync (workarounded in previous revision)
2013-02-21, by unc0rr
and now compile and link properly
physfslayer
2013-02-22, by koda
Fix stupid mistake which made checker desync almost always
2013-02-21, by unc0rr
update cmake files to use the two libraries independently
physfslayer
2013-02-22, by koda
Found another possible source of desync, trying similar workaround on this
2013-02-21, by unc0rr
split extras and src
physfslayer
2013-02-22, by koda
Forbit guest checkers
2013-02-21, by unc0rr
use standard library prefix
physfslayer
2013-02-22, by koda
Workaround hGetContents blocking all threads with my own version of the function
2013-02-20, by unc0rr
reopen and update branch
physfslayer
2013-02-22, by koda
Workaround desync issue if I correctly understand its roots (barely tested)
2013-02-20, by unc0rr
fix compiling on osx when you have multiple linkers installed
2013-02-20, by koda
Some fixes
2013-02-19, by unc0rr
pretty sure esc here is just a holdover from past, and has no use in rearranged implementation.
2013-02-18, by nemo
Parse engine output to deside whether simulation ran to the end
2013-02-18, by unc0rr
Clear player's clan info on room join
2013-02-18, by unc0rr
Disallow kicking the opponent in duel
2013-02-18, by unc0rr
Update Hedgeroid to current JNA version, remove workaround for a bug they fixed.
2013-02-18, by Medo
Catch exceptions when moving files
2013-02-18, by unc0rr
No NFData instance for ByteString when ghc >= 7.6
2013-02-18, by unc0rr
Sort checked files into dirs
2013-02-18, by unc0rr
- Ensure that team file exists before saving into it (same fix as for hedgewars.ini, due to bug in Qt)
2013-02-17, by unc0rr
Some more work on checker
2013-02-16, by unc0rr
- Fix check for void message
2013-02-15, by unc0rr
Fix build
2013-02-14, by unc0rr
Ehm... probably this will improve situation with desyncs
2013-02-13, by unc0rr
Pass hogs names and hats
2013-02-13, by unc0rr
Fix order of messages
2013-02-13, by unc0rr
restore prior modifier. I think the damage dealt is appropriate to intended uses
2013-02-11, by nemo
Some more Italian translation... still in progress.
2013-01-29, by Marco Bresciani
- Add forgotten ammo definitions
2013-02-12, by unc0rr
Bring back full log strings for commands, just a bit sanitized
2013-02-11, by unc0rr
Hack checker to run engine with record file received (uses hardcoded paths)
2013-02-11, by unc0rr
Prevent 'black team color' error
2013-02-11, by unc0rr
Oops, forgot path
2013-02-10, by unc0rr
Cleaver tweaks based on feedback. Nerf damage, shrink radius. This means cleaver will embed into ground quite a bit further.
2013-02-10, by nemo
oops. more specific ammo tests. maybe could use a few more properties
2013-02-10, by nemo
Allow moving after firing cleaver. This changes multishoot behaviour quite a bit. Needs a lot of testing.
2013-02-09, by nemo
Credit links now yellow instead of blue.
2013-02-09, by dag10
Remove Structure from localisation
2013-02-09, by nemo
Implements protocol message JOINING on frontend, so client in a room always displays correct room name, even when room name changes. Fixes issue 522.
2013-02-09, by dag10
Removed in-lineedit labels such as "search:" and "room name:" due to size issues with localization and platform differences.
2013-02-09, by dag10
Fine, merge :-\
2013-02-10, by unc0rr
Send JOINING message in response to FOLLOW. Actual join may still fail due to room restrictions. Not tested.
2013-02-10, by unc0rr
Fix the checker after some testing
2013-02-10, by unc0rr
New checker of engine messages which is aware of glued together messages
2013-02-10, by unc0rr
Also convert teams to complete game config.
2013-02-09, by unc0rr
Fix official server build
2013-02-08, by unc0rr
- Handle mapgen-specific parameters
2013-02-08, by unc0rr
Converter from game parameters to engine commands, not finished yet
2013-02-07, by unc0rr
Some work on loading replay and interaction with checker
2013-02-04, by unc0rr
/quit <msg> and /part <msg>
2013-02-02, by unc0rr
Don't confirm hogs number to room admin when no constraint hit
2013-02-02, by unc0rr
Fix server crasher
2013-02-02, by unc0rr
Initial theme selection is now random. Theme prompt now has a search input and no longer uses FlowLayout. (Resolves issue 520)
2013-02-09, by dag10
Start work on the checker. Not it could connect to the server and... crash it.
2013-02-02, by unc0rr
this should not be exposed
2013-02-08, by nemo
- Collect synced packets to send within 1 second (cSendEmptyPacketTime) into buffer which is flushed each second.
2013-02-08, by unc0rr
Trying to prevent audio mute from endlessly spamming. Untested.
2013-02-05, by nemo
Hedgeroid: Removed reference to obsolete libphysfsrwops.so
2013-02-02, by Medo
Merge
2013-02-02, by Medo
trying to prevent sticking. PS. code is hard to read when drunk.
2013-02-01, by nemo
Made map preview a random/edit button again.
2013-02-01, by dag10
forgot this one
2013-02-01, by nemo
Fix Hedgeroid argc/argv parameter passing to the engine
2013-01-31, by Medo
check datadir instead
2013-01-31, by nemo
Move libjnidispatch to jni/ and copy it to libs/ on build
2013-01-31, by Medo
this might possibly appease the shoppa players
2013-01-31, by nemo
Fix physfs compilation for android (still getting runtime link errors though)
2013-01-30, by Medo
fix EndGame call. w/o a proper exit, demos weren't being saved
2013-01-29, by nemo
Merge
2013-01-29, by unc0rr
Added roomnameprompt.h/cpp. Sorry 'bout that.
2013-01-29, by dag10
Merge
2013-01-29, by unc0rr
Added roomnameprompt.h/cpp. Sorry 'bout that.
2013-01-29, by dag10
issue #518
2013-01-28, by nemo
Use Data.ByteString.copy on receive buffer to allow it free no longer used memory
2013-01-29, by unc0rr
Reorganized layout and appearance of rooms list page.
2013-01-27, by dag10
Also rooms per version stats
2013-01-28, by unc0rr
Allow navigating backwards chat widget log while new lines are being added
2013-01-27, by unc0rr
add support for clang 3.3 (although there has to be a better way for this) and output right version number
webgl
2013-02-20, by koda
shut a few frontend warnings out
2013-01-27, by koda
update FindGLEW to use the same variables as in later CMake files and make sure to include its headers before compiling c stuff
webgl
2013-02-20, by koda
shorten the library label a little bit
2013-01-27, by koda
Fix sources so pas2c written in haskell could render them again
webgl
2013-02-19, by unc0rr
credits where credit is due
2013-01-27, by koda
update branch
webgl
2013-01-27, by koda
remove trailing whitespaces from share too
2013-01-27, by koda
whitespaces and tabs again
2013-01-27, by koda
some whitespaces from ios files
2013-01-26, by koda
complete tabs and trailing whitespace formatting on frontend
2013-01-26, by koda
Not needed anymore
2013-01-26, by unc0rr
Don't resend "team quit" message when client closes engine, then quits room:
2013-01-26, by unc0rr
uConsole on a diet
2013-01-26, by koda
- Also pass unknown cmds to the server when in room
2013-01-25, by unc0rr
small cleanup
2013-01-25, by sheepluva
big indentation/whitespaces cleanup
2013-01-25, by sheepluva
Some fixes
2013-01-25, by unc0rr
small cleanup, fix ancient warning (the "itPlay" one)
2013-01-25, by sheepluva
Fix finding player's another clan
2013-01-25, by unc0rr
Aesthetic improvements to chat widget. Also fixed the ghosting issue in a few areas by using repaint().
2013-01-23, by dag10
Oops, got too excited
2013-01-23, by unc0rr
Fix crashers
2013-01-23, by unc0rr
ios, show fps when debugging
2013-01-23, by koda
update sound preferences in ios settings ('sound' means 'sound effects' instead of 'sound enabled')
2013-01-23, by koda
restored ios project file, updated Game() interface, tweaked arg parsing, updated log writing, minor warnings
2013-01-23, by koda
On pagenetgame, when window is too small the map/game options becomes a tabbed interface to allow for a few lines of chat to always be visible.
2013-01-21, by dag10
Fix official server build
2013-01-22, by unc0rr
Okay, let's try not trust even room admin on this
2013-01-22, by unc0rr
Make number of hedgehogs restriction actually work in network game
2013-01-22, by unc0rr
Removed constant repainting of bgwidget on every frame.
2013-01-21, by dag10
Prepends an asterisk on maps, styles, and themes that are DLC. (Resolves issue 515)
2013-01-21, by dag10
Force-starting a game now only works for client versions >43
2013-01-21, by dag10
Learn to properly localize strings with numbers pleeeeaaaase
2013-01-21, by unc0rr
It is now possible to start a game even if not all players are "ready"; a confirmation prompt is shown. This commit updates the server.
2013-01-21, by dag10
Moved room name edit box from footer to top of page. Also shows room name when in slave mode.
2013-01-21, by dag10
Start piano higher (piano on maps that matched land_height was really weird before). Experiment w/ trying to make birdy shrink into distance to avoid odd birdy vanishes if tracking it.
2013-01-20, by nemo
restore former cluster behaviour (makes the most diff for the bomb)
2013-01-20, by nemo
lupdate -pro project_files/hedgewars.pro -no-obsolete
2013-01-20, by koda
reuse the same words with tr() and .arg() in bandialog
2013-01-20, by koda
fix out of source build
2013-01-20, by koda
Merge
2013-01-21, by unc0rr
Centered desc label. (Fixes issue 461)
2013-01-19, by dag10
Fixes password not actually saving when "save password" is checked in the HWPasswordDialog called by HWForm.
2013-01-19, by dag10
Accidentally left atexit() inside a mac-only section in last revision (rbecac012d502)
2013-01-19, by dag10
Moved FileEngineHandler instance in main() to be a pointer released "atexit". (Fixes issue 509)
2013-01-19, by dag10
Moved library version info out of about.html and into a QLabel beneath Hedgehog.png on about page.
2013-01-19, by dag10
- Allow server admins to use DELEGATE even when not room owner
2013-01-19, by unc0rr
less
more
|
(0)
-3000
-1000
-480
+480
+1000
+3000
tip