Mercurial
Mercurial
>
hedgewars
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+1000
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.
stun airmines on explosions as well
2018-11-13, by alfadur
add sparkles to stunned airmines
2018-11-13, by alfadur
update kamikaze collision cache after portalling
2018-11-13, by alfadur
stun airmines on shove
2018-11-13, by alfadur
make engine windows checks work for 64bit builds
2018-11-12, by alfadur
Verify and update russian translations for refreshed strings in 04:XX / part 2
2018-11-12, by Grigory Ustinov
Fix birdy appearance/disappearance animation
2018-11-11, by unc0rr
Remove all traces of dead code related to amStructure/gtStructure
2018-11-10, by Wuzzy
Remove unused/out-commented "Structure" strings in engine locale files
2018-11-10, by Wuzzy
Remove 2 strings violating the 0.9.25 string freeze. Backout this changeset after 0.9.25 got released
2018-11-10, by Wuzzy
Credit GunChleoc for Scottish Gaelic translation update
2018-11-10, by Wuzzy
Big update for Scottish Gaelic translation
2018-11-10, by GunChleoc
Fix bad StrToInt call ('0x' instead of '$' for hex), confuses Pas2C
2018-11-09, by Wuzzy
Backed out changeset b15014125f67
2018-11-09, by Wuzzy
Fix Pas2C implementation of Val failing to parse hexadecimal
2018-11-09, by Wuzzy
pass hwrunner gl context into engine
2018-11-09, by alfadur
add standalone engine runner
2018-11-09, by alfadur
some exorcism
2018-11-09, by alfadur
Pas2C: Fix bad C typedefs for Pascal data types Extended and Real
2018-11-09, by Wuzzy
fix 03:60
2018-11-09, by alfadur
Verify and update russian translations for refreshed strings in 04:XX / part 1
2018-11-09, by Grigory Ustinov
Merge with master branch
2018-11-09, by Grigory Ustinov
Verify and update russian translations for refreshed strings
2018-11-09, by Grigory Ustinov
Update russian translations in ru.txt
2018-11-09, by Grigory Ustinov
generalize adding data to World
2018-11-09, by alfadur
split hwphysics into modules
2018-11-09, by alfadur
Update Ukrainian localization
2018-11-08, by Igor Paliychuk
A bit of rethinking of game messages and command
2018-11-08, by unc0rr
add some texture transforms
2018-11-08, by alfadur
Blame is about 30% faster than grep
2018-11-08, by nemo
add the code too
2018-11-08, by nemo
Add russian translations for chat command help in ru.txt
2018-11-08, by Grigory Ustinov
Add russian translations in ru.txt (generally 02:00)
2018-11-08, by Grigory Ustinov
implement basic land bordering
2018-11-08, by alfadur
Start outlining some core engine stuff
2018-11-08, by unc0rr
Pas2C: Fix data types of Trunc and Ceil
2018-11-07, by Wuzzy
oups getter should have it too
2018-11-07, by nemo
- Move hedgewars-engine into lib-hedgewars-engine
2018-11-07, by unc0rr
ignore whitespace/case by default to reduce false positives
2018-11-07, by nemo
fix texturing and add a theme loading option to land_dump
2018-11-07, by alfadur
requires bash
2018-11-07, by nemo
Some minor fixes in de.txt
2018-11-07, by Wuzzy
Add nemo's script to check for outdated engine translations with some adaptations
2018-11-07, by Wuzzy
implement basic land texturing
2018-11-07, by alfadur
Introduce FIX_STRINGA, use it fpcrtl_pos
2018-11-07, by unc0rr
Add TODO in ru.txt for reviewing all 04:XX strings
2018-11-07, by Wuzzy
Add Russian translations in ru.txt
2018-11-07, by Grigory Ustinov
fix mapgen
2018-11-07, by alfadur
save edges_count
2018-11-07, by alfadur
Some refactoring of qmlfrontend. It now shows land preview generated by hedgewars-engine
2018-11-07, by unC0Rr
Make hedgewars-engine crate produce shared library, implement some basics
2018-11-07, by unC0Rr
Fix some warnings here and there, remove unwelcomed code
2018-11-07, by unC0Rr
start loading theme textures
2018-11-07, by alfadur
make fill point asserts persistent
2018-11-07, by alfadur
a bit more simplification without an apparent performance gain
2018-11-06, by alfadur
seems like about 25% speedup in land filling
2018-11-06, by alfadur
workaround for the freepascal bug courtesy of koda
2018-11-06, by nemo
add more point operators
2018-11-06, by alfadur
Update frontend russian translation
2018-11-06, by Grigory Ustinov
pull land into collision detector
2018-11-06, by alfadur
Start working on frontend to rust engine rewrite
2018-11-06, by unC0Rr
fix tangents
2018-11-06, by alfadur
fix ray construction
2018-11-06, by alfadur
Bezierize land outline
2018-11-06, by unc0rr
Implement BeizerCurveSegments, no tests
2018-11-05, by unc0rr
merge
2018-11-05, by alfadur
collapse rectangle types back together with consistent usage of size
2018-11-05, by alfadur
wtf
2018-11-05, by nemo
separate rectangle types based on right/bottom edge inclusivity
2018-11-05, by alfadur
actually there is a way to preserve mutable polygon iterator
2018-11-05, by alfadur
fix polygons getting unclosed on mirroring
2018-11-05, by alfadur
merge
2018-11-05, by alfadur
organize landgen a bit more
2018-11-05, by alfadur
- Fix land_dump always skipping bezierize step
2018-11-04, by unc0rr
yaml crate is having problems with unaligned arrays
2018-11-04, by alfadur
add command arguments to use a template from file into land_dump
2018-11-04, by alfadur
add a higher level map generation lib to load yaml templates into somewhere
2018-11-04, by alfadur
resolve some clippy complaints
2018-11-04, by alfadur
- Add distance-divider option to land_dump
2018-11-04, by unc0rr
polygonize OutlinePoints
2018-11-04, by alfadur
fix compile errors
2018-11-03, by alfadur
Implement non-overflowing calculations for high values
2018-11-03, by unc0rr
land_dump app for testing templated landgen
2018-11-03, by unc0rr
Fix portal color being switchable after losing control
2018-11-03, by Wuzzy
Move spoken text from HillBilly's PoisonCough to new files, make cough more quiet
2018-11-03, by Wuzzy
GameServer: Print syntax help if calling /maxteams without argument
2018-11-03, by Wuzzy
GameServer: Turn some messages into warnings
2018-11-03, by Wuzzy
probably should reuse it everywhere then
2018-11-03, by alfadur
should have been just norm
2018-11-03, by alfadur
You cannot optimize integral division like this. You end up multiplying by 0, 1 or 2 instead of whole spectre of ratios.
2018-11-03, by unc0rr
fix normal offset for split points and make directions more consistent
2018-11-03, by alfadur
reorder split rectangles
2018-11-03, by alfadur
simplify normal direction check for bounds distances
2018-11-03, by alfadur
import some clarity into border distance computation
2018-11-03, by alfadur
fix typos
2018-11-03, by alfadur
a bit more simplification
2018-11-03, by alfadur
swap coordinate system
2018-11-03, by alfadur
a bit of simplification
2018-11-03, by alfadur
typofix
2018-11-03, by alfadur
Fix another typo
2018-11-03, by unc0rr
Fix typo
2018-11-03, by unc0rr
mark the center in the theme editor
2018-11-03, by alfadur
fix play area rect
2018-11-03, by alfadur
Finish porting FindPoint()
2018-11-02, by unc0rr
add an existing template to the theme editor
2018-11-02, by alfadur
add basic land template to theme editor
2018-11-02, by alfadur
fix some compile errors
2018-11-02, by alfadur
add some more rectangle convenience methods
2018-11-02, by alfadur
Move flip and mirror to outline methods
2018-11-02, by unc0rr
add polygons
2018-11-02, by alfadur
fix infinite loop in landgen
2018-11-02, by alfadur
add more rectangle methods
2018-11-02, by alfadur
Add grenka to credits for Russian translation
2018-11-02, by Wuzzy
update theme editor
2018-11-02, by alfadur
Add some useful translation checker scripts for Lua
2018-11-02, by Wuzzy
component-wise division is actually useful sometimes
2018-11-02, by alfadur
Shortened translations of map types in Russian
2018-11-02, by Grigory Ustinov
Merge unC0Rr's FindPoint() stuff
2018-11-02, by Wuzzy
Update translations in ru.lua
2018-11-02, by Grigory Ustinov
Update Russian frontend translation
2018-11-02, by Grigory Ustinov
Fix mistakes in russian translation of tips
2018-11-02, by Grigory Ustinov
Update Russian frontend translations
2018-11-02, by Grigory Ustinov
Start convertion of FindPoint()
2018-11-02, by unC0Rr
Typecast the ASCII ESC char
2018-11-02, by Wuzzy
abs(hwRound()) is nonsense
2018-11-02, by unC0Rr
- Add methods to work with Rect as box
2018-11-02, by unC0Rr
Refactor tests, add fn center() for Line
2018-11-02, by unC0Rr
Introduce OutlineSegmentsIterator, some refactoring
2018-11-02, by unC0Rr
Remove pointless string assignment in PlaySoundV
2018-11-02, by Wuzzy
Fix ambigious abs in uGearsHandlersMess
2018-11-02, by Wuzzy
Fix bad "not" in uTeams (made pas2c angry)
2018-11-02, by Wuzzy
Use hexadecimal number to represent ASCII ESC
2018-11-02, by Wuzzy
Add Official racer challenge #17
2018-11-02, by Wuzzy
Update official challenge hashes, improve console logging (warning: racer #17 is missing!)
2018-11-02, by Wuzzy
Rework lib structure, no code changes
2018-11-02, by unC0Rr
Update LastVoice when switching to fallback voice
2018-11-02, by Wuzzy
wrestle with borrow checker
2018-11-02, by alfadur
Commit broken code for divide_edges in hope for salvation
2018-11-02, by unc0rr
fix overflow check in airmine handling
2018-11-02, by alfadur
Also ban special symbols block
2018-11-01, by unc0rr
Fix game window width/height setting being broken when using Arabic locale
2018-11-01, by Wuzzy
Slightly correct russian translation of word utility
2018-11-01, by Grigory Ustinov
Update russian translation
2018-11-01, by Grigory Ustinov
Adapt russian translation for modern gaming language
2018-11-01, by Grigory Ustinov
start a physics engine to try out this data oriented thing everyone seems to be talking about
2018-11-01, by alfadur
Fix too long Polish translation of fps
2018-11-01, by KoBeWi
Enable CJK font when using any full/halfwith char (U+FF00 to U+FFEF)
2018-11-01, by Wuzzy
Add missing translation in pl.lua
2018-11-01, by KoBeWi
prevent minigun bullet land impacts from pushing hedgehogs
2018-11-01, by alfadur
update theme editor to use new land generator implementation
2018-11-01, by alfadur
Fix taunts playing too fast after a shot
2018-11-01, by Wuzzy
merge
2018-11-01, by alfadur
Implement OutlinePoints for land generators, some ground work for template based landgen
2018-10-31, by unc0rr
Use next_power_of_two() just like hedgewars engine does, expose original and real dimensions
2018-10-29, by unc0rr
add missions_ja.txt
2018-10-31, by alfadur
check for teamgone before activating switcher
2018-10-31, by nemo
Fix various string errors in Lua locale files
2018-10-31, by Wuzzy
japanese translation fixes
2018-10-31, by alfadur
bump server dependencies
2018-10-31, by alfadur
Fix critical Lua syntax errors in lt.lua
2018-10-31, by Wuzzy
Update Polish translation
2018-10-31, by KoBeWi
Enemy/AI hogs now say “Hmm” on turn start. Use IllGetYou/JustYouWait for hit after attack
2018-10-31, by Wuzzy
Add Ouch taunt for particulary damaging hits (fall, bullet, shove, hammer)
2018-10-31, by Wuzzy
Stop using dsUnknown, replace with concrete damage sources
2018-10-31, by Wuzzy
Merge
2018-10-30, by Wuzzy
Attacking same clan (not same team) is no longer enough to trigger sndSameTeam
2018-10-30, by Wuzzy
Play another voice as fallback if sndRevenge could not be found
2018-10-30, by Wuzzy
Refactor fallback taunt code
2018-10-28, by Wuzzy
Add taunts: Leavemealone, Cutitout (when attacked many times)
2018-10-28, by Wuzzy
Add revenge taunt
2018-10-28, by Wuzzy
fix theme editor
2018-10-30, by alfadur
extract size struct for common usage
2018-10-30, by alfadur
add circle filling to land2d
2018-10-30, by alfadur
make theme editor render some random map lines
2018-10-30, by alfadur
hide get_next back
2018-10-29, by alfadur
start a theme editor as an excuse to see land generator in action
2018-10-29, by alfadur
make useful stuff public
2018-10-29, by alfadur
Start land generators implementation
2018-10-28, by unc0rr
Remove some dead code
2018-10-28, by unc0rr
Play sndStupid on round draw instead of sndNutter
2018-10-28, by Wuzzy
Chance to play sndNutter if player sacrifices hog and misses
2018-10-28, by Wuzzy
Only play sndThisOneIsMine if crate drops close to hog
2018-10-28, by Wuzzy
Shorten some Ohdear/Solong sounds to match the death animation
2018-10-27, by Wuzzy
Don't play sndDrat or sndBugger on self-kill
2018-10-27, by Wuzzy
New taunt: Runaway, when something is about to blow up near current hog
2018-10-27, by Wuzzy
Use sndWatchThis for molotov attack
2018-10-27, by Wuzzy
Classic voice: Add Melon.ogg (copied from Watchthis.ogg)
2018-10-27, by Wuzzy
Add 2 taunts: Fire, WatchThis (attack voice for some weapons)
2018-10-27, by Wuzzy
Add 3 taunts: Amazing, Brilliant, Excellent
2018-10-27, by Wuzzy
Add 7 new taunts
2018-10-27, by Wuzzy
Add missing Firepunch taunt for Classic voice (copied from Watchthis.ogg)
2018-10-27, by Wuzzy
uStats: Fix DamageGiven being counted twice, fix self-damage msg never appearing
2018-10-27, by Wuzzy
Add Grenade taunt when grenade close to hog is about to blow up
2018-10-27, by Wuzzy
update changelog
2018-10-27, by alfadur
and finally make the bat hit moving gears for completeness
2018-10-27, by alfadur
make whip hit moving gears
2018-10-27, by alfadur
make kamikaze hit moving gears as well
2018-10-27, by alfadur
make firepunch hit moving gears (airmines are not amused)
2018-10-27, by alfadur
prevent firepunch from hitting the same gear multiple times
2018-10-27, by alfadur
Draw mission panel behind ammo menu tooltip
2018-10-27, by Wuzzy
Tweak commenting in uWorld render routine
2018-10-27, by Wuzzy
Update changelog
2018-10-27, by alfadur
No firepunch hit sound for sticky mines
2018-10-27, by Wuzzy
Add credits for shoryuken_hit.ogg
2018-10-27, by Wuzzy
Tweak firepunch sound that Wuzzy found
2018-10-27, by alfadur
Clear gmLeft/gmRight after using landspray/flamethrower to prevent accidental walking
2018-10-27, by Wuzzy
add some japanese tips as well
2018-10-27, by alfadur
Fix resurrector handling turn time manually, use correct ammoprop instead
2018-10-26, by Wuzzy
Display "0 remaining" if multi-shoot weapon has been used up
2018-10-26, by Wuzzy
Fix seduction not stopping if hog took damage before attack was complete
2018-10-26, by Wuzzy
complete ja.txt
2018-10-26, by alfadur
GameServer: Fix protocol error when receiving CALLVOTE cmd with incorrect mode
2018-10-26, by Wuzzy
Tweak error messages of /callvote kick
2018-10-26, by Wuzzy
Fix lack of message and segfault when number texture creation fails
2018-10-26, by unc0rr
Add flamethrower, ice_beam_idle and landgun sound files which I have forgotten
2018-10-26, by Wuzzy
Add separate sound symbols for case impact and extra damage
2018-10-26, by Wuzzy
CS: Highlight "Available weapon specials:" as well
2018-10-26, by Wuzzy
Continental supplies: Highlight "Special weapons:" line in mission panel
2018-10-26, by Wuzzy
Add sound for landspray
2018-10-26, by Wuzzy
Add ice beam idle sound
2018-10-26, by Wuzzy
Add flamethrower sound
2018-10-26, by Wuzzy
Prettify the menu arrows in WxW
2018-10-26, by Wuzzy
Use colon after "Disclaimer" in timebox/portalgun descriptinons
2018-10-26, by Wuzzy
Allow to escape | and : character in engine translation files
2018-10-26, by Wuzzy
Engine translation: With '::' can now suppress colons for highlighting
2018-10-26, by Wuzzy
If u play Piano, you can now hear the notes if sound effects OR music is enabled
2018-10-26, by Wuzzy
Properly play Valkyries music in Rope Knock Challenge (no more music overlap)
2018-10-26, by Wuzzy
Add PlayMusicSound/StopMusicSound to Lua API
2018-10-26, by Wuzzy
Refactor usage of sndRideOfTheValkyries, now can play if music is on and sound is off
2018-10-26, by Wuzzy
Fix freezer ray extending with low fuel usage when firing straight up/down while holding up/down key
2018-10-25, by Wuzzy
Fix bug 651: sliding hog firing rope could end up stuck in land right after the rope has attached
2018-10-25, by unc0rr
some more ja.txt fixes
2018-10-25, by alfadur
additional descriptions for ja.txt
2018-10-25, by alfadur
Remove double space at end of chat messages from server
2018-10-25, by Wuzzy
Frontend: Make sure special nicks always show up in square brackets
2018-10-25, by Wuzzy
Add a new king death message
2018-10-25, by Wuzzy
Allow duplicate placeholders in engine strings
2018-10-25, by Wuzzy
more ja.txt fixes
2018-10-25, by alfadur
Add script to check engine locale files for problems
2018-10-25, by Wuzzy
Remove string with duplicate placeholder in sk.txt
2018-10-25, by Wuzzy
Fix incorrect string number for Slovak strings for King death
2018-10-25, by Wuzzy
Support CJK fonts for sidFPS as well
2018-10-25, by Wuzzy
Add CJK font support for sidAmmoCount
2018-10-25, by Wuzzy
fix some of Wuzzy's rage
2018-10-25, by alfadur
some ja.txt corrections
2018-10-25, by alfadur
update ja.txt
2018-10-25, by alfadur
Also report chat and added rooms in log
2018-10-24, by unc0rr
Fix hog can drop more than 2 s. mines if first one was dropped from utility, then stop using that utility
2018-10-24, by Wuzzy
Finish hedgewars-checker implementation
2018-10-24, by unc0rr
disable basic comment support 'cause lua is nuts
2018-10-24, by nemo
Create replay file, run engine, result from it and send it to the server. Not implemented: filtering of engine output.
2018-10-24, by unc0rr
Start checker implementation in rust
2018-10-23, by unc0rr
Fix silly loop
2018-10-23, by unc0rr
Add --protocol option to engine
2018-10-20, by unc0rr
change draw_thick_line iteration order to benchmark winner
2018-10-19, by alfadur
Change Land2D::fill() arguments a bit
2018-10-19, by unc0rr
Fix ArcPoints never finishing
2018-10-19, by unc0rr
revert 2354264ab0b0
2018-10-19, by alfadur
apply some codegolfing for dubious reasons
2018-10-18, by alfadur
Use integral-geometry iterators to implement Land2D::draw_thick_line, remove no longer unused functions from Land2D
2018-10-18, by unc0rr
Don't generate unnecessary duplication in case of equal coordinates
2018-10-18, by unc0rr
Add EquidistantPoints iterator to help iterating over all points of circles
2018-10-18, by unc0rr
Implement ArcPoints iterator for circles
2018-10-18, by unc0rr
put back land2d.map accidentally replaced by testing code
2018-10-18, by alfadur
fix fppoint.max_norm
2018-10-18, by alfadur
move point struct into integral-geometry and use it to refactor a bit
2018-10-18, by alfadur
Improve test a bit
2018-10-17, by unc0rr
Make use of LinePoints in Land2D::draw_line
2018-10-17, by unc0rr
Introduce integral-geometry crate, implement LinePoints iterator
2018-10-17, by unc0rr
Raise levels of abstraction to implement draw_thick_line() avoiding code duplication
2018-10-17, by unc0rr
Lua: Add PLATFORM global var to distinguish between desktop and mobile builds
2018-10-17, by Wuzzy
add left scalar operations to fpnum
2018-10-17, by alfadur
Implement Land2D::change_round()
2018-10-16, by unc0rr
Implement get_unchecked* functions for Vec2D
2018-10-16, by unc0rr
add opassign implementations
2018-10-16, by alfadur
make methods public
2018-10-16, by alfadur
add scalar operations
2018-10-16, by alfadur
fix test
2018-10-16, by alfadur
add more fpnum functions
2018-10-16, by alfadur
Implement Land2D::fill() + tests
2018-10-15, by unc0rr
Add basic windows build script
2018-10-15, by alfadur
fix library names in engine
2018-10-15, by alfadur
Make parameters meaning more obvious
2018-10-15, by unc0rr
tag both as overloadable - seems to satisfy clang 3.4
2018-10-15, by nemo
fix path to ppas.bat to avoid confusing nmake
2018-10-15, by alfadur
add back accidentally removed sections
2018-10-15, by nemo
Start land2d library implementation: draw_line() method
2018-10-14, by unc0rr
Add get_mut() to Vec2D
2018-10-14, by unc0rr
Simplify Vec2D::new() a bit
2018-10-14, by unc0rr
remove old sdl headers and libs in support of recent deletionism spirit
2018-10-14, by alfadur
.. or rather move calling conventions to proper position
2018-10-14, by alfadur
set proper sdl calling convention for vcpkg builds
2018-10-14, by alfadur
Implement vec2d library to use for land arrays in the future
2018-10-14, by unc0rr
fix frontend compatibility issues
2018-10-14, by alfadur
use correct compiler flags
2018-10-14, by alfadur
Start work on landgen rust lib
2018-10-14, by unc0rr
Remove more dead code from uLandOutline
2018-10-14, by unc0rr
don't use -Wextra when building with vcpkg
2018-10-14, by alfadur
add extra rule for negative integers
2018-10-14, by alfadur
Implement Iterator trait for LaggedFibonacciPRNG
2018-10-14, by unc0rr
Remove some dead code from template-based land gen
2018-10-14, by unc0rr
reorder params, deleted obsolete *_passes
2018-10-14, by nemo
fix return name and bound type
2018-10-14, by alfadur
remove extra begin
2018-10-14, by alfadur
add missing .
2018-10-14, by alfadur
Convert uLandTemplates into yaml file
2018-10-14, by unc0rr
one more merge
2018-10-14, by nemo
merge
2018-10-14, by alfadur
merge
2018-10-14, by alfadur
improve stability for checks
2018-10-13, by alfadur
fix offsets
2018-10-13, by alfadur
Fix overflow in CheckGearNear
2018-10-13, by alfadur
add fpnum literal macro
2018-10-13, by alfadur
delegate cmp to rustlib
2018-10-13, by alfadur
forgot a line
2018-10-10, by alfadur
update frontend japanese translation
2018-10-10, by alfadur
Make converter for uLandTemplates into yaml
2018-10-13, by unc0rr
Implement lagged Fibonacci PRNG in rust, compatible with hwengine
2018-10-13, by unc0rr
inline more operators in fpnum
2018-10-13, by unc0rr
delegate cmp to rustlib
2018-10-13, by alfadur
Add some more tests
2018-10-13, by unc0rr
Reimplement hwFloat library in rust for future use
2018-10-12, by unc0rr
Drop internal PhysFS, bump PhysFS requirement to 3.0.0
2018-10-12, by Wuzzy
- Fix insert() for strings in pas2c
2018-10-11, by unc0rr
drop the error checked StrToInt as non-critical - pas2c did not implement it.
2018-10-09, by nemo
IFDEF out missing function with FIXME, revert pas2c change in 0ecf77e203c0 as suggested by unc0rr, another string annotation
2018-10-09, by nemo
bunch more of those shortstring/ansistrings
2018-10-09, by nemo
make explicit for pas2c some string casts that fpc was probably doing automatically
2018-10-09, by nemo
Update German translation
2018-10-07, by Wuzzy
Update locale files
2018-10-07, by Wuzzy
ASA, ice02: Change time strings for consistency with other time strings
2018-10-06, by Wuzzy
No-op when entering /clan command with no argument
2018-10-06, by Wuzzy
merge
2018-10-05, by alfadur
Windows 1809 GetUserProfileDirectory failure workaround
2018-10-06, by alfadur
add debug output for physfs init failure
2018-10-06, by alfadur
Make sure AddChatString is only fed with shortstrings
2018-10-06, by Wuzzy
Fix double tmp override in chTeamBack; Use shortstring for sidTeamGone/sidTeamBack
2018-10-05, by Wuzzy
formatA expects ansistring params
2018-10-05, by nemo
this should probably exit -1 - pas2c was complaining about uninitialised var
2018-10-05, by nemo
silly tmp var for sake of pas2c
2018-10-05, by nemo
Fix pas2c build dependencies
2018-10-05, by unc0rr
Fix pas2c build a bit more
2018-10-05, by unc0rr
Precalculate cMaxHogHealth
2018-10-05, by Wuzzy
Merge unC0Rr's pas2c fix
2018-10-05, by Wuzzy
Fix previous patch, add support for High(Longword)
2018-10-05, by unc0rr
Backed out changeset aed7ee68305a
2018-10-05, by Wuzzy
Fix pas2c not having support for High(LongInt) in init expressions
2018-10-05, by unc0rr
Pas2C: Implement rendering of High() similiar to that of Low()
2018-10-05, by Wuzzy
Update Big Armory preview image
2018-10-05, by Wuzzy
Hide creeper from frontend, prevent addition of creeper ammo via ammo scheme
2018-10-05, by Wuzzy
Don't load game scheme from file if name collides with default scheme
2018-10-05, by Wuzzy
Don't save default weapon scheme in file; don't load weapon scheme from file if name collides with default scheme
2018-10-05, by Wuzzy
Rename amDuck and related symbols to amCreeper, gtCreeper, etc.
2018-10-05, by Wuzzy
Remove unused doStepDuck gear handler
2018-10-05, by Wuzzy
Remove usage of creeper from all schemes and styles
2018-10-05, by Wuzzy
Restructure 0.9.25 changelog, add highlights section
2018-10-05, by Wuzzy
Document the /quit chat command from server
2018-10-05, by Wuzzy
Simplify /quit chat command
2018-10-05, by Wuzzy
gameServer: Add user warning if got chat command not suitable for current state (lobby/room); fix protocol errors
2018-10-05, by Wuzzy
Catch empty chat commands in engine and frontend
2018-10-05, by Wuzzy
Clean up frontend chat command auto-complete
2018-10-05, by Wuzzy
Backed out changeset 5f6208031658 (fixes 652)
2018-10-04, by Wuzzy
Merge Racer/TechRacer tie handling
2018-10-04, by Wuzzy
Add missing roundDraw check in TechRacer
2018-09-05, by Wuzzy
Add tie handling for Racer and TechRacer
2018-09-05, by Wuzzy
Backed out changeset 6e4e745f42bb. Devs are hating it for ... reasons
2018-10-04, by Wuzzy
Fix speech bubble chat commands also applying to bots
2018-10-04, by Wuzzy
merge
2018-10-04, by alfadur
..and for logging in handler
2018-10-04, by alfadur
Add missing base case for lobby handler
2018-10-04, by alfadur
Fix another pas2c hiccup in uLandObjects
2018-10-04, by Wuzzy
Change syntax for Format/FormatA, remove array in function to be friendlier to Pas2C
2018-10-04, by Wuzzy
gameServer: Remove broken and undocumented /part chat command
2018-10-04, by Wuzzy
Ignore message-type chat commands (/hsa, /clan, etc.) w/ empty arg list
2018-10-04, by Wuzzy
Rename chat command /team to /clan (but keep /team as alias for now)
2018-10-04, by Wuzzy
Teach engine to properly display clan message received from the net
2018-10-04, by Wuzzy
gameServer: Handle empty chat command (partially)
2018-10-04, by Wuzzy
gameServer: Always report command name if getting an incorrect command
2018-10-04, by Wuzzy
gameServer: remove duplicate VOTE/FORCE command handling
2018-10-04, by Wuzzy
Display error when entering invalid chat command in offline game
2018-10-03, by Wuzzy
Make frontend forward server error and warning messages to engine
2018-10-03, by Wuzzy
Pas2C: Add preprocess files to .hgignore
2018-10-02, by Wuzzy
Rewrite StrToInt code in uStore; get rid of "try" and "except" keywords
2018-10-02, by Wuzzy
IFNDEF custom exception handlung away in pas2c builds
2018-10-02, by Wuzzy
Resolve ambiguity of <> in Pas2C.hs
2018-10-02, by Wuzzy
Add help button in main menu (opens Hedgewars Wiki in browser)
2018-09-30, by Wuzzy
Fix frontend displayed value of Sudden Death timeout being off-by-one
2018-09-30, by Wuzzy
ASA, desert02: Add achievement for escaping with all crates collected and no damage taken
2018-09-29, by Wuzzy
ASA, ice02: Display current flying time next to team bar
2018-09-29, by Wuzzy
ASA, ice02: Fix recorded time being 6 seconds more than reality
2018-09-29, by Wuzzy
ASA: ice02: Render green rings as double rings
2018-09-29, by Wuzzy
Set script globals TurnTimeLeft and ReadyTimeLeft immediately after they were changed by Lua call
2018-09-29, by Wuzzy
Move campaign mission images to share/ instead of hardcoding them into frontend
2018-09-29, by Wuzzy
Fix teleport cursor briefly re-appearing after placing hog in hog placement phase + inf attack mode
2018-09-27, by Wuzzy
Update changelog
2018-09-27, by Wuzzy
On victory, center camera on a winning hedgehog
2018-09-26, by Wuzzy
merge
2018-09-24, by nemo
make it build
2018-09-24, by nemo
cleanup crate imports
2018-09-14, by alfadur
remove stabilized edition annotations
2018-09-13, by alfadur
rescue the stream on handshake failure
2018-09-10, by alfadur
improve error handling for TLS handshake
2018-09-10, by alfadur
port some legacy protocol support
2018-09-09, by alfadur
use openssl for password message handling
2018-09-07, by alfadur
Add TLS support
2018-09-06, by alfadur
Add official server feature to cargo
2018-09-05, by alfadur
Bump dependencies
2018-09-05, by alfadur
move everything test related into test cfg
2018-08-28, by alfadur
Add hogs per team named constant that absolutely no one asked for
2018-08-27, by alfadur
Fix maps variable in OfficialChallengeHashes not being global (caused error in normal Racer)
2018-09-20, by Wuzzy
Fix hedgehog being able to make walk/jump sounds before it was placed
2018-09-19, by Wuzzy
Ignore gmTimer after attack or hog is no longer controlled
2018-09-19, by Wuzzy
Clear gmSwitch before activating switcher
2018-09-19, by Wuzzy
use locale rules for the challenge hashes
2018-09-18, by nemo
restore old land hashes which in theory should not have changed in .24
2018-09-18, by nemo
Separate synced pixels from land digests - this is mostly to allow the official racer digests to remain unchanged.
2018-09-18, by nemo
Merge nemo's hash change commit
2018-09-18, by Wuzzy
Add exit hint after Basic Movement Training
2018-09-18, by Wuzzy
Easier back jumps in Basic Movement Training (fixes bug 692)
2018-09-17, by Wuzzy
update hashes changed in r79e13080b9db (critical sprites) ra675a94b5cc1 (critical scripts)
2018-09-16, by nemo
Update hedgewars_en.ts
2018-09-16, by Wuzzy
Update German translation
2018-09-16, by Wuzzy
Update translation files
2018-09-16, by Wuzzy
Fix SetAmmoTexts not working in stats-only mode
2018-09-15, by unc0rr
Fix SetAmmoTexts not working in stats-only mode
0.9.24
2018-09-15, by unc0rr
Fix some syntax errors in internal Lua syntax documentation
2018-09-15, by Wuzzy
Fix team stats screwing up if game ends due to drowning in rising Sudden Death water
2018-09-15, by Wuzzy
Fix engine crash when using lasersight outside the world bounds
2018-09-12, by alfadur
Only show bullet hits for shovable gears
2018-09-11, by alfadur
Fix sinegun dealing 1 damage when shooting straight up. Reduces sine gun knockback strength by 1.25%
2018-09-11, by alfadur
Revert sinegun brokenness to previous levels
2018-09-11, by alfadur
Make rendering work
qmlfrontend
2018-09-11, by unc0rr
Allow to change volume during pause
2018-09-11, by Wuzzy
ASA, final: Don't say "missed" or "yes sir" after blowing up barrels
2018-09-11, by Wuzzy
Make sure scripts don't break w/ only 1 clan
2018-09-11, by Wuzzy
Add funny message in stats screen when everyone wins
2018-09-11, by Wuzzy
Only reset CursorMovement to 0 if command "-cur_*" is called with appropriate direction
2018-09-09, by Wuzzy
Fix hog teleporting back and forth when walking on portals on floor. Fixes bug 686
2018-09-05, by Wuzzy
Fix clan ranking counter advancing per-team instaed of per-clan in case of a tie
2018-09-05, by Wuzzy
Don't write TurnTimeLeft deprecation warning if setter function was used
2018-09-04, by Wuzzy
Call EndTurn(true) instead of TurnTimeLeft(0) in flying saucer training
2018-09-04, by Wuzzy
Fix crash when defeating all enemies in ACF8 (HideHog was called too early)
2018-09-04, by Wuzzy
Fix turn reaction not working properly after turn
2018-09-04, by Wuzzy
Say sndNutter on round draw
2018-09-04, by Wuzzy
Remove some bad/inappropriate messages for round draw and crate drop
2018-09-04, by Wuzzy
Fix player rankings getting confused if a clan was revived
2018-09-04, by Wuzzy
Fix player rankings on round draw: Clans that die in the same turn now have the same rank
2018-09-04, by Wuzzy
Rework rankings of losing clans: Rank them in the reverse order they died
2018-09-04, by Wuzzy
Rip out stats code from TurnReaction and put it into new function TurnStats. Fixes buggy stats
2018-09-03, by Wuzzy
Fix stats screwing up in Rope Knock Challenge if you lose
2018-09-03, by Wuzzy
Add missing nil check in AfterAttack (oops!)
2018-09-03, by Wuzzy
Lua: Fix LeftX, RightX, TopY, LAND_WIDTH, LAND_HEIGHT being broken if onVisualGearAdd is set
2018-09-03, by Wuzzy
Remove mail.gna.org mailing list from README.md (gna.org has shutdown for good)
2018-09-03, by Wuzzy
Lua: Rename globals: NoPointX→NO_CURSOR, cMaxTurnTime→MAX_TURN_TIME, cMaxHogHealth→MAX_HOG_HEALTH
2018-09-03, by Wuzzy
Use translation template for speech bubble command
2018-09-03, by Wuzzy
Continental supplies: Fix health not being set immediately if skipping continent selection, provoking random continent
2018-09-03, by Wuzzy
Don't start retreat time if hog has lost control in the meantime
2018-09-03, by Wuzzy
Don't play timer countdown sounds if in ready phase
2018-09-03, by Wuzzy
Call GetGlobals after entering Lua command with /lua
2018-09-03, by Wuzzy
Dangerous Ducklings: Enter retreat mode after kill
2018-09-03, by Wuzzy
Fix buggy behaviour when setting TurnTimeLeft through Retreat
2018-09-03, by Wuzzy
Change chat text color for Lua warnings to yellow
2018-09-02, by Wuzzy
Add deprecation warning for setting TurnTimeLeft/ReadyTimeLeft directly, fix SetTurnTimeLeft/SetReadyTimeLeft not setting vars reliably
2018-09-02, by Wuzzy
Use SetTurnTimeLeft and SetReadyTimeLeft in all scripts
2018-09-02, by Wuzzy
Lua API: Add SetTurnTimeLeft, SetReadyTimeLeft
2018-09-02, by Wuzzy
Highlander: Remove odd infinite girder ammo in crates
2018-09-02, by Wuzzy
Fix damage not being displayed if hog drowns in water with 100% opacity (like in Compost theme)
2018-09-02, by Wuzzy
Fix hog attack code always destroying TargetPoint, even if no attack occurred. Fixes bug 265
2018-09-02, by Wuzzy
Check for victory before stTurnReact. Fixes 382
2018-09-01, by Wuzzy
ASA, desert01: Fix display error when destroying device crate
2018-09-01, by Wuzzy
ASA, desert01: Disable hero control at first battle left from the hole, not right above it
2018-09-01, by Wuzzy
Prevent pause/synchronizing/AFK mode text being rendered at the same time
2018-09-01, by Wuzzy
Add frontend tip introducing /help
2018-09-01, by Wuzzy
Translate "heads" and "tails" of gameServer
2018-09-01, by Wuzzy
Display error when using /maxteams if not room master
2018-09-01, by Wuzzy
Make guest rejection error translatable
2018-08-31, by Wuzzy
Add command help for /save, /delete, /saveroom and /loadroom
2018-08-31, by Wuzzy
Add 2nd optional parameter to HedgewarsScriptLoad. If false, its OK if file does not exist. Also, return true/false on success
2018-08-31, by Wuzzy
Backed out changeset a62408ee8281. Allowing HedgewarsScriptLoad to not stop if script is missing is dumb
2018-08-31, by Wuzzy
Allow script to be missing when calling HedgewarsScriptLoad, return true/false based on success
2018-08-31, by Wuzzy
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+1000
tip