2018-10-25 |
alfadur |
update ja.txt
|
changeset |
files
|
2018-10-24 |
unc0rr |
Also report chat and added rooms in log
|
changeset |
files
|
2018-10-24 |
Wuzzy |
Fix hog can drop more than 2 s. mines if first one was dropped from utility, then stop using that utility
|
changeset |
files
|
2018-10-24 |
unc0rr |
Finish hedgewars-checker implementation
|
changeset |
files
|
2018-10-24 |
nemo |
disable basic comment support 'cause lua is nuts
|
changeset |
files
|
2018-10-23 |
unc0rr |
Create replay file, run engine, result from it and send it to the server. Not implemented: filtering of engine output.
|
changeset |
files
|
2018-10-23 |
unc0rr |
Start checker implementation in rust
|
changeset |
files
|
2018-10-23 |
unc0rr |
Fix silly loop
|
changeset |
files
|
2018-10-20 |
unc0rr |
Add --protocol option to engine
|
changeset |
files
|
2018-10-18 |
alfadur |
change draw_thick_line iteration order to benchmark winner
|
changeset |
files
|
2018-10-18 |
unc0rr |
Change Land2D::fill() arguments a bit
|
changeset |
files
|
2018-10-18 |
unc0rr |
Fix ArcPoints never finishing
|
changeset |
files
|
2018-10-18 |
alfadur |
revert 2354264ab0b0
|
changeset |
files
|
2018-10-18 |
alfadur |
apply some codegolfing for dubious reasons
|
changeset |
files
|
2018-10-18 |
unc0rr |
Use integral-geometry iterators to implement Land2D::draw_thick_line, remove no longer unused functions from Land2D
|
changeset |
files
|
2018-10-18 |
unc0rr |
Don't generate unnecessary duplication in case of equal coordinates
|
changeset |
files
|
2018-10-18 |
unc0rr |
Add EquidistantPoints iterator to help iterating over all points of circles
|
changeset |
files
|
2018-10-18 |
unc0rr |
Implement ArcPoints iterator for circles
|
changeset |
files
|
2018-10-18 |
alfadur |
put back land2d.map accidentally replaced by testing code
|
changeset |
files
|
2018-10-18 |
alfadur |
fix fppoint.max_norm
|
changeset |
files
|
2018-10-18 |
alfadur |
move point struct into integral-geometry and use it to refactor a bit
|
changeset |
files
|
2018-10-17 |
unc0rr |
Improve test a bit
|
changeset |
files
|
2018-10-17 |
unc0rr |
Make use of LinePoints in Land2D::draw_line
|
changeset |
files
|
2018-10-17 |
unc0rr |
Introduce integral-geometry crate, implement LinePoints iterator
|
changeset |
files
|
2018-10-17 |
unc0rr |
Raise levels of abstraction to implement draw_thick_line() avoiding code duplication
|
changeset |
files
|
2018-10-17 |
Wuzzy |
Lua: Add PLATFORM global var to distinguish between desktop and mobile builds
|
changeset |
files
|
2018-10-17 |
alfadur |
add left scalar operations to fpnum
|
changeset |
files
|
2018-10-16 |
unc0rr |
Implement Land2D::change_round()
|
changeset |
files
|
2018-10-16 |
unc0rr |
Implement get_unchecked* functions for Vec2D
|
changeset |
files
|
2018-10-16 |
alfadur |
add opassign implementations
|
changeset |
files
|
2018-10-16 |
alfadur |
make methods public
|
changeset |
files
|
2018-10-16 |
alfadur |
add scalar operations
|
changeset |
files
|
2018-10-16 |
alfadur |
fix test
|
changeset |
files
|
2018-10-16 |
alfadur |
add more fpnum functions
|
changeset |
files
|
2018-10-15 |
unc0rr |
Implement Land2D::fill() + tests
|
changeset |
files
|
2018-10-15 |
alfadur |
Add basic windows build script
|
changeset |
files
|
2018-10-15 |
alfadur |
fix library names in engine
|
changeset |
files
|
2018-10-15 |
unc0rr |
Make parameters meaning more obvious
|
changeset |
files
|
2018-10-15 |
nemo |
tag both as overloadable - seems to satisfy clang 3.4
|
changeset |
files
|
2018-10-15 |
alfadur |
fix path to ppas.bat to avoid confusing nmake
|
changeset |
files
|
2018-10-15 |
nemo |
add back accidentally removed sections
|
changeset |
files
|
2018-10-14 |
unc0rr |
Start land2d library implementation: draw_line() method
|
changeset |
files
|
2018-10-14 |
unc0rr |
Add get_mut() to Vec2D
|
changeset |
files
|
2018-10-14 |
unc0rr |
Simplify Vec2D::new() a bit
|
changeset |
files
|
2018-10-14 |
alfadur |
remove old sdl headers and libs in support of recent deletionism spirit
|
changeset |
files
|
2018-10-14 |
alfadur |
.. or rather move calling conventions to proper position
|
changeset |
files
|
2018-10-14 |
alfadur |
set proper sdl calling convention for vcpkg builds
|
changeset |
files
|
2018-10-14 |
unc0rr |
Implement vec2d library to use for land arrays in the future
|
changeset |
files
|
2018-10-14 |
alfadur |
fix frontend compatibility issues
|
changeset |
files
|
2018-10-14 |
alfadur |
use correct compiler flags
|
changeset |
files
|
2018-10-14 |
unc0rr |
Start work on landgen rust lib
|
changeset |
files
|
2018-10-14 |
unc0rr |
Remove more dead code from uLandOutline
|
changeset |
files
|
2018-10-14 |
alfadur |
don't use -Wextra when building with vcpkg
|
changeset |
files
|
2018-10-14 |
alfadur |
add extra rule for negative integers
|
changeset |
files
|
2018-10-14 |
unc0rr |
Implement Iterator trait for LaggedFibonacciPRNG
|
changeset |
files
|
2018-10-14 |
unc0rr |
Remove some dead code from template-based land gen
|
changeset |
files
|
2018-10-14 |
nemo |
reorder params, deleted obsolete *_passes
|
changeset |
files
|
2018-10-14 |
alfadur |
fix return name and bound type
|
changeset |
files
|
2018-10-14 |
alfadur |
remove extra begin
|
changeset |
files
|
2018-10-14 |
alfadur |
add missing .
|
changeset |
files
|
2018-10-14 |
unc0rr |
Convert uLandTemplates into yaml file
|
changeset |
files
|
2018-10-14 |
nemo |
one more merge
|
changeset |
files
|
2018-10-14 |
alfadur |
merge
|
changeset |
files
|
2018-10-14 |
alfadur |
merge
|
changeset |
files
|
2018-10-13 |
alfadur |
improve stability for checks
|
changeset |
files
|
2018-10-13 |
alfadur |
fix offsets
|
changeset |
files
|
2018-10-13 |
alfadur |
Fix overflow in CheckGearNear
|
changeset |
files
|
2018-10-13 |
alfadur |
add fpnum literal macro
|
changeset |
files
|
2018-10-12 |
alfadur |
delegate cmp to rustlib
|
changeset |
files
|
2018-10-10 |
alfadur |
forgot a line
|
changeset |
files
|
2018-10-10 |
alfadur |
update frontend japanese translation
|
changeset |
files
|
2018-10-13 |
unc0rr |
Make converter for uLandTemplates into yaml
|
changeset |
files
|
2018-10-13 |
unc0rr |
Implement lagged Fibonacci PRNG in rust, compatible with hwengine
|
changeset |
files
|
2018-10-13 |
unc0rr |
inline more operators in fpnum
|
changeset |
files
|
2018-10-12 |
alfadur |
delegate cmp to rustlib
|
changeset |
files
|
2018-10-13 |
unc0rr |
Add some more tests
|
changeset |
files
|
2018-10-12 |
unc0rr |
Reimplement hwFloat library in rust for future use
|
changeset |
files
|
2018-10-12 |
Wuzzy |
Drop internal PhysFS, bump PhysFS requirement to 3.0.0
|
changeset |
files
|
2018-10-11 |
unc0rr |
- Fix insert() for strings in pas2c
|
changeset |
files
|
2018-10-09 |
nemo |
drop the error checked StrToInt as non-critical - pas2c did not implement it.
|
changeset |
files
|
2018-10-09 |
nemo |
IFDEF out missing function with FIXME, revert pas2c change in 0ecf77e203c0 as suggested by unc0rr, another string annotation
|
changeset |
files
|
2018-10-09 |
nemo |
bunch more of those shortstring/ansistrings
|
changeset |
files
|
2018-10-09 |
nemo |
make explicit for pas2c some string casts that fpc was probably doing automatically
|
changeset |
files
|
2018-10-07 |
Wuzzy |
Update German translation
|
changeset |
files
|
2018-10-07 |
Wuzzy |
Update locale files
|
changeset |
files
|
2018-10-06 |
Wuzzy |
ASA, ice02: Change time strings for consistency with other time strings
|
changeset |
files
|
2018-10-05 |
Wuzzy |
No-op when entering /clan command with no argument
|
changeset |
files
|
2018-10-06 |
alfadur |
merge
|
changeset |
files
|
2018-10-05 |
alfadur |
Windows 1809 GetUserProfileDirectory failure workaround
|
changeset |
files
|
2018-10-05 |
alfadur |
add debug output for physfs init failure
|
changeset |
files
|
2018-10-05 |
Wuzzy |
Make sure AddChatString is only fed with shortstrings
|
changeset |
files
|
2018-10-05 |
Wuzzy |
Fix double tmp override in chTeamBack; Use shortstring for sidTeamGone/sidTeamBack
|
changeset |
files
|
2018-10-05 |
nemo |
formatA expects ansistring params
|
changeset |
files
|
2018-10-05 |
nemo |
this should probably exit -1 - pas2c was complaining about uninitialised var
|
changeset |
files
|
2018-10-05 |
nemo |
silly tmp var for sake of pas2c
|
changeset |
files
|
2018-10-05 |
unc0rr |
Fix pas2c build dependencies
|
changeset |
files
|
2018-10-05 |
unc0rr |
Fix pas2c build a bit more
|
changeset |
files
|
2018-10-05 |
Wuzzy |
Precalculate cMaxHogHealth
|
changeset |
files
|
2018-10-05 |
Wuzzy |
Merge unC0Rr's pas2c fix
|
changeset |
files
|
2018-10-05 |
unc0rr |
Fix previous patch, add support for High(Longword)
|
changeset |
files
|
2018-10-05 |
Wuzzy |
Backed out changeset aed7ee68305a
|
changeset |
files
|
2018-10-05 |
unc0rr |
Fix pas2c not having support for High(LongInt) in init expressions
|
changeset |
files
|
2018-10-05 |
Wuzzy |
Pas2C: Implement rendering of High() similiar to that of Low()
|
changeset |
files
|
2018-10-05 |
Wuzzy |
Update Big Armory preview image
|
changeset |
files
|
2018-10-05 |
Wuzzy |
Hide creeper from frontend, prevent addition of creeper ammo via ammo scheme
|
changeset |
files
|
2018-10-05 |
Wuzzy |
Don't load game scheme from file if name collides with default scheme
|
changeset |
files
|
2018-10-05 |
Wuzzy |
Don't save default weapon scheme in file; don't load weapon scheme from file if name collides with default scheme
|
changeset |
files
|
2018-10-05 |
Wuzzy |
Rename amDuck and related symbols to amCreeper, gtCreeper, etc.
|
changeset |
files
|
2018-10-05 |
Wuzzy |
Remove unused doStepDuck gear handler
|
changeset |
files
|
2018-10-05 |
Wuzzy |
Remove usage of creeper from all schemes and styles
|
changeset |
files
|
2018-10-05 |
Wuzzy |
Restructure 0.9.25 changelog, add highlights section
|
changeset |
files
|
2018-10-05 |
Wuzzy |
Document the /quit chat command from server
|
changeset |
files
|
2018-10-05 |
Wuzzy |
Simplify /quit chat command
|
changeset |
files
|
2018-10-05 |
Wuzzy |
gameServer: Add user warning if got chat command not suitable for current state (lobby/room); fix protocol errors
|
changeset |
files
|
2018-10-05 |
Wuzzy |
Catch empty chat commands in engine and frontend
|
changeset |
files
|
2018-10-05 |
Wuzzy |
Clean up frontend chat command auto-complete
|
changeset |
files
|
2018-10-04 |
Wuzzy |
Backed out changeset 5f6208031658 (fixes 652)
|
changeset |
files
|
2018-10-04 |
Wuzzy |
Merge Racer/TechRacer tie handling
|
changeset |
files
|
2018-09-05 |
Wuzzy |
Add missing roundDraw check in TechRacer
|
changeset |
files
|
2018-09-05 |
Wuzzy |
Add tie handling for Racer and TechRacer
|
changeset |
files
|
2018-10-04 |
Wuzzy |
Backed out changeset 6e4e745f42bb. Devs are hating it for ... reasons
|
changeset |
files
|
2018-10-04 |
Wuzzy |
Fix speech bubble chat commands also applying to bots
|
changeset |
files
|
2018-10-04 |
alfadur |
merge
|
changeset |
files
|
2018-10-04 |
alfadur |
..and for logging in handler
|
changeset |
files
|
2018-10-04 |
alfadur |
Add missing base case for lobby handler
|
changeset |
files
|
2018-10-04 |
Wuzzy |
Fix another pas2c hiccup in uLandObjects
|
changeset |
files
|
2018-10-04 |
Wuzzy |
Change syntax for Format/FormatA, remove array in function to be friendlier to Pas2C
|
changeset |
files
|
2018-10-04 |
Wuzzy |
gameServer: Remove broken and undocumented /part chat command
|
changeset |
files
|
2018-10-04 |
Wuzzy |
Ignore message-type chat commands (/hsa, /clan, etc.) w/ empty arg list
|
changeset |
files
|
2018-10-04 |
Wuzzy |
Rename chat command /team to /clan (but keep /team as alias for now)
|
changeset |
files
|
2018-10-04 |
Wuzzy |
Teach engine to properly display clan message received from the net
|
changeset |
files
|
2018-10-04 |
Wuzzy |
gameServer: Handle empty chat command (partially)
|
changeset |
files
|
2018-10-04 |
Wuzzy |
gameServer: Always report command name if getting an incorrect command
|
changeset |
files
|
2018-10-04 |
Wuzzy |
gameServer: remove duplicate VOTE/FORCE command handling
|
changeset |
files
|
2018-10-03 |
Wuzzy |
Display error when entering invalid chat command in offline game
|
changeset |
files
|
2018-10-03 |
Wuzzy |
Make frontend forward server error and warning messages to engine
|
changeset |
files
|
2018-10-02 |
Wuzzy |
Pas2C: Add preprocess files to .hgignore
|
changeset |
files
|
2018-10-02 |
Wuzzy |
Rewrite StrToInt code in uStore; get rid of "try" and "except" keywords
|
changeset |
files
|
2018-10-02 |
Wuzzy |
IFNDEF custom exception handlung away in pas2c builds
|
changeset |
files
|
2018-10-02 |
Wuzzy |
Resolve ambiguity of <> in Pas2C.hs
|
changeset |
files
|
2018-09-30 |
Wuzzy |
Add help button in main menu (opens Hedgewars Wiki in browser)
|
changeset |
files
|
2018-09-29 |
Wuzzy |
Fix frontend displayed value of Sudden Death timeout being off-by-one
|
changeset |
files
|
2018-09-29 |
Wuzzy |
ASA, desert02: Add achievement for escaping with all crates collected and no damage taken
|
changeset |
files
|
2018-09-29 |
Wuzzy |
ASA, ice02: Display current flying time next to team bar
|
changeset |
files
|
2018-09-29 |
Wuzzy |
ASA, ice02: Fix recorded time being 6 seconds more than reality
|
changeset |
files
|
2018-09-29 |
Wuzzy |
ASA: ice02: Render green rings as double rings
|
changeset |
files
|
2018-09-29 |
Wuzzy |
Set script globals TurnTimeLeft and ReadyTimeLeft immediately after they were changed by Lua call
|
changeset |
files
|
2018-09-28 |
Wuzzy |
Move campaign mission images to share/ instead of hardcoding them into frontend
|
changeset |
files
|
2018-09-26 |
Wuzzy |
Fix teleport cursor briefly re-appearing after placing hog in hog placement phase + inf attack mode
|
changeset |
files
|
2018-09-26 |
Wuzzy |
Update changelog
|
changeset |
files
|
2018-09-26 |
Wuzzy |
On victory, center camera on a winning hedgehog
|
changeset |
files
|
2018-09-24 |
nemo |
merge
|
changeset |
files
|
2018-09-24 |
nemo |
make it build
|
changeset |
files
|
2018-09-14 |
alfadur |
cleanup crate imports
|
changeset |
files
|
2018-09-13 |
alfadur |
remove stabilized edition annotations
|
changeset |
files
|
2018-09-10 |
alfadur |
rescue the stream on handshake failure
|
changeset |
files
|
2018-09-10 |
alfadur |
improve error handling for TLS handshake
|
changeset |
files
|
2018-09-08 |
alfadur |
port some legacy protocol support
|
changeset |
files
|
2018-09-07 |
alfadur |
use openssl for password message handling
|
changeset |
files
|
2018-09-06 |
alfadur |
Add TLS support
|
changeset |
files
|
2018-09-05 |
alfadur |
Add official server feature to cargo
|
changeset |
files
|
2018-09-05 |
alfadur |
Bump dependencies
|
changeset |
files
|
2018-08-28 |
alfadur |
move everything test related into test cfg
|
changeset |
files
|
2018-08-27 |
alfadur |
Add hogs per team named constant that absolutely no one asked for
|
changeset |
files
|
2018-09-20 |
Wuzzy |
Fix maps variable in OfficialChallengeHashes not being global (caused error in normal Racer)
|
changeset |
files
|
2018-09-19 |
Wuzzy |
Fix hedgehog being able to make walk/jump sounds before it was placed
|
changeset |
files
|
2018-09-19 |
Wuzzy |
Ignore gmTimer after attack or hog is no longer controlled
|
changeset |
files
|
2018-09-19 |
Wuzzy |
Clear gmSwitch before activating switcher
|
changeset |
files
|
2018-09-18 |
nemo |
use locale rules for the challenge hashes
|
changeset |
files
|
2018-09-18 |
nemo |
restore old land hashes which in theory should not have changed in .24
|
changeset |
files
|
2018-09-18 |
nemo |
Separate synced pixels from land digests - this is mostly to allow the official racer digests to remain unchanged.
|
changeset |
files
|
2018-09-17 |
Wuzzy |
Merge nemo's hash change commit
|
changeset |
files
|
2018-09-17 |
Wuzzy |
Add exit hint after Basic Movement Training
|
changeset |
files
|
2018-09-17 |
Wuzzy |
Easier back jumps in Basic Movement Training (fixes bug 692)
|
changeset |
files
|
2018-09-16 |
nemo |
update hashes changed in r79e13080b9db (critical sprites) ra675a94b5cc1 (critical scripts)
|
changeset |
files
|
2018-09-16 |
Wuzzy |
Update hedgewars_en.ts
|
changeset |
files
|
2018-09-16 |
Wuzzy |
Update German translation
|
changeset |
files
|
2018-09-15 |
Wuzzy |
Update translation files
|
changeset |
files
|
2018-09-15 |
unc0rr |
Fix SetAmmoTexts not working in stats-only mode
|
changeset |
files
|
2018-09-15 |
unc0rr |
Fix SetAmmoTexts not working in stats-only mode
0.9.24
|
changeset |
files
|
2018-09-15 |
Wuzzy |
Fix some syntax errors in internal Lua syntax documentation
|
changeset |
files
|
2018-09-15 |
Wuzzy |
Fix team stats screwing up if game ends due to drowning in rising Sudden Death water
|
changeset |
files
|
2018-09-12 |
alfadur |
Fix engine crash when using lasersight outside the world bounds
|
changeset |
files
|
2018-09-11 |
alfadur |
Only show bullet hits for shovable gears
|
changeset |
files
|
2018-09-11 |
alfadur |
Fix sinegun dealing 1 damage when shooting straight up. Reduces sine gun knockback strength by 1.25%
|
changeset |
files
|
2018-09-11 |
alfadur |
Revert sinegun brokenness to previous levels
|
changeset |
files
|
2018-09-11 |
unc0rr |
Make rendering work
qmlfrontend
|
changeset |
files
|
2018-09-11 |
Wuzzy |
Allow to change volume during pause
|
changeset |
files
|
2018-09-11 |
Wuzzy |
ASA, final: Don't say "missed" or "yes sir" after blowing up barrels
|
changeset |
files
|
2018-09-11 |
Wuzzy |
Make sure scripts don't break w/ only 1 clan
|
changeset |
files
|
2018-09-11 |
Wuzzy |
Add funny message in stats screen when everyone wins
|
changeset |
files
|
2018-09-09 |
Wuzzy |
Only reset CursorMovement to 0 if command "-cur_*" is called with appropriate direction
|
changeset |
files
|
2018-09-05 |
Wuzzy |
Fix hog teleporting back and forth when walking on portals on floor. Fixes bug 686
|
changeset |
files
|
2018-09-04 |
Wuzzy |
Fix clan ranking counter advancing per-team instaed of per-clan in case of a tie
|
changeset |
files
|
2018-09-04 |
Wuzzy |
Don't write TurnTimeLeft deprecation warning if setter function was used
|
changeset |
files
|
2018-09-04 |
Wuzzy |
Call EndTurn(true) instead of TurnTimeLeft(0) in flying saucer training
|
changeset |
files
|
2018-09-04 |
Wuzzy |
Fix crash when defeating all enemies in ACF8 (HideHog was called too early)
|
changeset |
files
|
2018-09-04 |
Wuzzy |
Fix turn reaction not working properly after turn
|
changeset |
files
|
2018-09-04 |
Wuzzy |
Say sndNutter on round draw
|
changeset |
files
|
2018-09-04 |
Wuzzy |
Remove some bad/inappropriate messages for round draw and crate drop
|
changeset |
files
|
2018-09-04 |
Wuzzy |
Fix player rankings getting confused if a clan was revived
|
changeset |
files
|
2018-09-04 |
Wuzzy |
Fix player rankings on round draw: Clans that die in the same turn now have the same rank
|
changeset |
files
|
2018-09-04 |
Wuzzy |
Rework rankings of losing clans: Rank them in the reverse order they died
|
changeset |
files
|
2018-09-03 |
Wuzzy |
Rip out stats code from TurnReaction and put it into new function TurnStats. Fixes buggy stats
|
changeset |
files
|
2018-09-03 |
Wuzzy |
Fix stats screwing up in Rope Knock Challenge if you lose
|
changeset |
files
|
2018-09-03 |
Wuzzy |
Add missing nil check in AfterAttack (oops!)
|
changeset |
files
|
2018-09-03 |
Wuzzy |
Lua: Fix LeftX, RightX, TopY, LAND_WIDTH, LAND_HEIGHT being broken if onVisualGearAdd is set
|
changeset |
files
|
2018-09-03 |
Wuzzy |
Remove mail.gna.org mailing list from README.md (gna.org has shutdown for good)
|
changeset |
files
|
2018-09-03 |
Wuzzy |
Lua: Rename globals: NoPointX→NO_CURSOR, cMaxTurnTime→MAX_TURN_TIME, cMaxHogHealth→MAX_HOG_HEALTH
|
changeset |
files
|
2018-09-03 |
Wuzzy |
Use translation template for speech bubble command
|
changeset |
files
|
2018-09-02 |
Wuzzy |
Continental supplies: Fix health not being set immediately if skipping continent selection, provoking random continent
|
changeset |
files
|
2018-09-02 |
Wuzzy |
Don't start retreat time if hog has lost control in the meantime
|
changeset |
files
|
2018-09-02 |
Wuzzy |
Don't play timer countdown sounds if in ready phase
|
changeset |
files
|
2018-09-02 |
Wuzzy |
Call GetGlobals after entering Lua command with /lua
|
changeset |
files
|
2018-09-02 |
Wuzzy |
Dangerous Ducklings: Enter retreat mode after kill
|
changeset |
files
|
2018-09-02 |
Wuzzy |
Fix buggy behaviour when setting TurnTimeLeft through Retreat
|
changeset |
files
|
2018-09-02 |
Wuzzy |
Change chat text color for Lua warnings to yellow
|
changeset |
files
|
2018-09-02 |
Wuzzy |
Add deprecation warning for setting TurnTimeLeft/ReadyTimeLeft directly, fix SetTurnTimeLeft/SetReadyTimeLeft not setting vars reliably
|
changeset |
files
|
2018-09-02 |
Wuzzy |
Use SetTurnTimeLeft and SetReadyTimeLeft in all scripts
|
changeset |
files
|
2018-09-02 |
Wuzzy |
Lua API: Add SetTurnTimeLeft, SetReadyTimeLeft
|
changeset |
files
|
2018-09-02 |
Wuzzy |
Highlander: Remove odd infinite girder ammo in crates
|
changeset |
files
|
2018-09-01 |
Wuzzy |
Fix damage not being displayed if hog drowns in water with 100% opacity (like in Compost theme)
|
changeset |
files
|
2018-09-01 |
Wuzzy |
Fix hog attack code always destroying TargetPoint, even if no attack occurred. Fixes bug 265
|
changeset |
files
|
2018-09-01 |
Wuzzy |
Check for victory before stTurnReact. Fixes 382
|
changeset |
files
|
2018-09-01 |
Wuzzy |
ASA, desert01: Fix display error when destroying device crate
|
changeset |
files
|
2018-09-01 |
Wuzzy |
ASA, desert01: Disable hero control at first battle left from the hole, not right above it
|
changeset |
files
|
2018-09-01 |
Wuzzy |
Prevent pause/synchronizing/AFK mode text being rendered at the same time
|
changeset |
files
|
2018-08-31 |
Wuzzy |
Add frontend tip introducing /help
|
changeset |
files
|
2018-08-31 |
Wuzzy |
Translate "heads" and "tails" of gameServer
|
changeset |
files
|
2018-08-31 |
Wuzzy |
Display error when using /maxteams if not room master
|
changeset |
files
|
2018-08-31 |
Wuzzy |
Make guest rejection error translatable
|
changeset |
files
|
2018-08-31 |
Wuzzy |
Add command help for /save, /delete, /saveroom and /loadroom
|
changeset |
files
|
2018-08-31 |
Wuzzy |
Add 2nd optional parameter to HedgewarsScriptLoad. If false, its OK if file does not exist. Also, return true/false on success
|
changeset |
files
|
2018-08-31 |
Wuzzy |
Backed out changeset a62408ee8281. Allowing HedgewarsScriptLoad to not stop if script is missing is dumb
|
changeset |
files
|
2018-08-31 |
Wuzzy |
Allow script to be missing when calling HedgewarsScriptLoad, return true/false based on success
|
changeset |
files
|
2018-08-31 |
Wuzzy |
Don't load locale Lua script if LOCALE == "en"
|
changeset |
files
|
2018-08-31 |
Wuzzy |
Add description of hwengine command-line arguments in --help
|
changeset |
files
|
2018-08-31 |
Wuzzy |
Critical error if loading a script has failed
|
changeset |
files
|
2018-08-31 |
Wuzzy |
Force-disable gfPerHogAmmo and gfSharedAmmo for RW and BRW
|
changeset |
files
|
2018-08-31 |
Wuzzy |
BRW: Add utilities and air weapons properly
|
changeset |
files
|
2018-08-31 |
Wuzzy |
Fix BRW adding ammoInCrate times ammo on start of turn instead of 1
|
changeset |
files
|
2018-08-31 |
Wuzzy |
Fix BRW breaking when weapon scheme assigns 2 bullet for all ammos
|
changeset |
files
|
2018-08-30 |
Wuzzy |
BRW now allows weapon scheme customization
|
changeset |
files
|
2018-08-29 |
Wuzzy |
Change button image for Tag Team
|
changeset |
files
|
2018-08-29 |
Wuzzy |
Add missing server dependencies to Travis metadata
|
changeset |
files
|
2018-08-28 |
Wuzzy |
Write down system requirements
|
changeset |
files
|
2018-08-28 |
Wuzzy |
Fix typo in gameServer
|
changeset |
files
|
2018-08-28 |
Wuzzy |
Space Invasion: Add hilarious loser face to losers
|
changeset |
files
|
2018-08-28 |
Wuzzy |
Space Invasion: Continue playing rounds in case the teams are tied at the end
|
changeset |
files
|
2018-08-28 |
Wuzzy |
Space Invasion: refactor variables into a large table for everything
|
changeset |
files
|
2018-08-26 |
Wuzzy |
Remove frontend code dealing with unused team variables
|
changeset |
files
|
2018-08-26 |
Wuzzy |
Replace now-outdated descriptions of amDuck with dummy texts
|
changeset |
files
|
2018-08-26 |
Wuzzy |
GameServer: Use consistent formatting of clan chat (compared with engine)
|
changeset |
files
|
2018-08-26 |
Wuzzy |
Change empty string check in gameServer
|
changeset |
files
|
2018-08-26 |
Wuzzy |
/greeting chat commands now clears greeting if called w/o arguments
|
changeset |
files
|
2018-08-26 |
Wuzzy |
Add a couple of more useful server messages
|
changeset |
files
|
2018-08-25 |
Wuzzy |
Don't translate greeting message
|
changeset |
files
|
2018-08-25 |
Wuzzy |
Don't translate response to /rnd command
|
changeset |
files
|
2018-08-25 |
Wuzzy |
Add error message for /callvote map if no maps are available
|
changeset |
files
|
2018-08-25 |
Wuzzy |
Hide /watch command if OFFICIAL_SERVER is not set
|
changeset |
files
|
2018-08-25 |
Wuzzy |
Properly scale Start button size in pagenetgame just like in pagemultiplayer
|
changeset |
files
|
2018-08-25 |
Wuzzy |
Add a few helpful error messages from server when kicking failed
|
changeset |
files
|
2018-08-25 |
Wuzzy |
GameServer: Refactor fake nick names into Consts
|
changeset |
files
|
2018-08-25 |
Wuzzy |
Fix some formatting problems with /me
|
changeset |
files
|
2018-08-25 |
Wuzzy |
Tweak response messages to /super_power and /registered_only
|
changeset |
files
|
2018-08-25 |
Wuzzy |
Fix translatability of "unknown command" server message
|
changeset |
files
|
2018-08-25 |
Wuzzy |
Make frontend translate server messages properly
|
changeset |
files
|
2018-08-25 |
Wuzzy |
Use plain text mode in video description label to avoid HTML trouble
|
changeset |
files
|
2018-08-22 |
Wuzzy |
Backed out changeset 076b7d23fab8. Well, the commit in question was needed after all ...
0.9.24
|
changeset |
files
|
2018-08-22 |
Wuzzy |
Fix critical failure to cleanup teams list after rejoining game after a force-quit. Fixes bug 597
|
changeset |
files
|
2018-08-21 |
Wuzzy |
Backed out changeset 6c0cf6b9eff8. Scripters should be prepared for nil and pretending the gear exists would cause more pain
0.9.24
|
changeset |
files
|
2018-08-21 |
Wuzzy |
Clean up more visual gears stuff in scripts
|
changeset |
files
|
2018-08-21 |
Wuzzy |
Clean up legacy visual gear stuff in ClimbHome, fix star despawn, make stars non-critical
|
changeset |
files
|
2018-08-21 |
Wuzzy |
Remove calls to GetVisualGearValues where it's not needed
|
changeset |
files
|
2018-08-21 |
Wuzzy |
Animate: Remove follow arg from AnimVisualGear
|
changeset |
files
|
2018-08-21 |
nemo |
use 0s instead of nils to try to protect script assumptions
0.9.24
|
changeset |
files
|
2018-08-21 |
nemo |
only-stats should never create visual gears. and lua should never rely on visual gears being created. critical is just to help ensure ones important to gameplay don't get lost in fast-forward
0.9.24
|
changeset |
files
|
2018-08-21 |
Wuzzy |
Remove unused shockwave code in Space Invasion
|
changeset |
files
|
2018-08-21 |
Wuzzy |
Make decorational visual gears in Space Invasion non-critical
|
changeset |
files
|
2018-08-21 |
Wuzzy |
Update German translation
|
changeset |
files
|
2018-08-21 |
Wuzzy |
Update locale files
|
changeset |
files
|
2018-08-21 |
Wuzzy |
Merge unC0Rr's checker update
|
changeset |
files
|
2018-08-21 |
Wuzzy |
Add a few translator comments for frontend strings
|
changeset |
files
|
2018-08-21 |
Wuzzy |
Consistently rename "team chat" to "clan chat" (except chat command)
|
changeset |
files
|
2018-08-21 |
Wuzzy |
Make engine chat syntax translatable
|
changeset |
files
|
2018-08-21 |
Wuzzy |
Fix some string/translation inconsistencies in strings related to leaving
|
changeset |
files
|
2018-08-20 |
unc0rr |
- Add checker dependencies to hedgewars-server.cabal
|
changeset |
files
|
2018-08-19 |
nemo |
and melon for Mutant
|
changeset |
files
|
2018-08-18 |
nemo |
stray line
|
changeset |
files
|
2018-08-18 |
nemo |
more wrapping
|
changeset |
files
|
2018-08-18 |
nemo |
basic AI bazooka wrapping.
|
changeset |
files
|
2018-08-16 |
alfadur |
Return https
|
changeset |
files
|
2018-08-16 |
alfadur |
Rust 2018 conversion
|
changeset |
files
|
2018-08-14 |
Wuzzy |
Move common sprite tint values into Utils Lua library
|
changeset |
files
|
2018-08-14 |
Wuzzy |
Use new script variable cMaxTurnTime in scripts for consistency
|
changeset |
files
|
2018-08-14 |
Wuzzy |
Prevent wrapping of turn time when using extra time
|
changeset |
files
|
2018-08-14 |
Wuzzy |
Update list of supported GameFlags in HedgeEditor
|
changeset |
files
|
2018-08-14 |
Wuzzy |
HedgeEditor should be fairly stable by now
|
changeset |
files
|
2018-08-14 |
Wuzzy |
Fix repeating sun in Hoggywood theme
|
changeset |
files
|
2018-08-13 |
Wuzzy |
Close hwengine properly when you got kicked by room host
|
changeset |
files
|
2018-08-13 |
Wuzzy |
Improve “Connection refused” error message
|
changeset |
files
|
2018-08-13 |
Wuzzy |
Tweak some connection failure messages
|
changeset |
files
|
2018-08-12 |
Wuzzy |
Don't make pseudo player names like [server] clickable in chat
|
changeset |
files
|
2018-08-11 |
Wuzzy |
Fix duplicate/confusing wave messages in ASA fruit01
|
changeset |
files
|
2018-08-11 |
Wuzzy |
Oops, add forgotten begin/end in uTeams
|
changeset |
files
|
2018-08-11 |
Wuzzy |
Merge nemo's TODO fix
|
changeset |
files
|
2018-08-11 |
Wuzzy |
More straightforward TotalRoundsPre counting if there's only 1 clan
|
changeset |
files
|
2018-08-11 |
Wuzzy |
Add separate TotalRounds var for Lua to count the *actual* number of rounds that have been played
|
changeset |
files
|
2018-08-11 |
Wuzzy |
Fix TotalRounds advancing incorrectly with gfRandomOrder off and/or gfTagTeam on
|
changeset |
files
|
2018-08-09 |
Wuzzy |
Fix TotalRounds increasing incorrectly if gfRandomOrder is off
|
changeset |
files
|
2018-08-09 |
Wuzzy |
Backed out changeset c265a3e6f6da to revert to 0.9.23 TotalRounds behaviour
|
changeset |
files
|
2018-08-09 |
Wuzzy |
Backed out changeset 2d787d122083 to revert TotalRounds to 0.9.23 behaviour
|
changeset |
files
|
2018-08-09 |
Wuzzy |
Backout 0f02dd1ff4c9. This is not how TotalRounds should work
|
changeset |
files
|
2018-08-10 |
nemo |
remove todo
|
changeset |
files
|
2018-08-08 |
Wuzzy |
Fix frontend crash when rapidly aborting many active video encodings. Fixes bug 595
|
changeset |
files
|
2018-08-08 |
Wuzzy |
Use capcolDefault in Lua scripts
|
changeset |
files
|
2018-08-08 |
Wuzzy |
Refactor text color variable names, export 2 color values to Lua
|
changeset |
files
|
2018-08-08 |
Wuzzy |
Use light gray color for volume change, just like for the auto camera msgs
|
changeset |
files
|
2018-08-08 |
Wuzzy |
Use full string for sidFuel and avoid string concatenation
|
changeset |
files
|
2018-08-08 |
Wuzzy |
Make ammo count in ammo menu translatable, and replace “x” with “×”
|
changeset |
files
|
2018-08-08 |
Wuzzy |
Fix slightly misplaced ammo count in ammo menu if count > 9
|
changeset |
files
|
2018-08-08 |
Wuzzy |
Fix attack bar render bugs: Invisible beyond world edge; rendered over GUI (e.g. mission panel)
|
changeset |
files
|
2018-08-08 |
Wuzzy |
Replicate target sprite properly in world wrap
|
changeset |
files
|
2018-08-08 |
Wuzzy |
Replicate gear GUI overlays in world wrap
|
changeset |
files
|
2018-08-08 |
Wuzzy |
Make sure gear fuel and alt weapon overlays are always drawn on top
|
changeset |
files
|
2018-08-07 |
Wuzzy |
Fix foreground flakes (layer 2+6) disappearing when moving camera in world wrap world
|
changeset |
files
|
2018-08-07 |
Wuzzy |
Fix hard-to-read text on campaign and training page in frontend at October 31
|
changeset |
files
|
2018-08-07 |
Wuzzy |
Update outdated and broken holiday stylesheets
|
changeset |
files
|
2018-08-07 |
Wuzzy |
Fix resurrection animation appearing at wrong position for some missions and styles
|
changeset |
files
|
2018-08-07 |
Wuzzy |
Report spawning visual gear in onGearResurrect
|
changeset |
files
|
2018-08-07 |
Wuzzy |
Add setting to disable audio dampening if losing window focus
|
changeset |
files
|
2018-08-07 |
Wuzzy |
Move max. number of crate spawns into variable
|
changeset |
files
|
2018-08-07 |
Wuzzy |
Fix visible seam between Sky.png and SkyL.png of Olympics theme
|
changeset |
files
|
2018-08-07 |
Wuzzy |
Lobby/room: Prevent opening context menu if no player selected (fixes bug 661)
|
changeset |
files
|
2018-08-07 |
Wuzzy |
Fix drill rocket exploding when digging at bounce/wrap world edge
|
changeset |
files
|
2018-08-06 |
Wuzzy |
Fix bee target practice removing target selection after first shot
|
changeset |
files
|
2018-08-06 |
Wuzzy |
Backed out changeset 0c797469d16d
|
changeset |
files
|
2018-08-06 |
Wuzzy |
Update target cursor after shooting targetable ammo with gfMultiWeapon
|
changeset |
files
|
2018-08-06 |
Wuzzy |
Use gfMultiWeapon in target practice missions
|
changeset |
files
|
2018-08-06 |
Wuzzy |
Suppress "X remaining" caption in multishoot with gfMultiWeapon
|
changeset |
files
|
2018-08-06 |
Wuzzy |
Add comments for most hwengine constants
|
changeset |
files
|
2018-08-06 |
Wuzzy |
Show correct health increase when hog health cap is reached
|
changeset |
files
|
2018-08-06 |
Wuzzy |
Remove fake magic number in MIME info metadata file
|
changeset |
files
|
2018-08-06 |
Wuzzy |
Remove fake magic number in MIME info metadata file
0.9.24
|
changeset |
files
|
2018-08-06 |
Wuzzy |
Fix cake walking through land when reaching wrap world edge
|
changeset |
files
|
2018-08-06 |
Wuzzy |
Remove unused variables of creeper handler
|
changeset |
files
|
2018-08-06 |
Wuzzy |
Fix description of gfSolidLand in scheme editor
|
changeset |
files
|
2018-08-06 |
Wuzzy |
Fix hog turning around when blowtorching through wrap world edge
|
changeset |
files
|
2018-08-06 |
Wuzzy |
Fix projectiles reacing incorrectly with land just behind the wrap world edge
|
changeset |
files
|
2018-08-06 |
Wuzzy |
Add bounce effect to cake when it touches bounce edge
|
changeset |
files
|
2018-08-06 |
Wuzzy |
Fix cake rotation angle after bounce from bounce edge
|
changeset |
files
|
2018-08-02 |
Wuzzy |
Make cake bounce off bounce edge, stop cake at wrap edge to prevent other bug
|
changeset |
files
|
2018-08-03 |
nemo |
fix path
|
changeset |
files
|
2018-08-03 |
nemo |
hijack the duck for an attempted resurrection of the creeper. initial pass.
|
changeset |
files
|
2018-08-02 |
Wuzzy |
Fix hammer/pickhammer not digging land with gfSolidLand on
|
changeset |
files
|
2018-08-02 |
Wuzzy |
Backed out changeset 0d920e370a78
|
changeset |
files
|
2018-08-02 |
Wuzzy |
Fix hammer shoving gears into indestructible land
|
changeset |
files
|
2018-08-02 |
Wuzzy |
Include HWP of Big Armory in CMakeLists
|
changeset |
files
|
2018-08-02 |
Wuzzy |
Fix broken Big Armory mission map
|
changeset |
files
|
2018-08-02 |
Wuzzy |
Whoops. Fix NoPointX typo in HedgeEditor
|
changeset |
files
|
2018-08-02 |
Wuzzy |
Remove bad king death message
|
changeset |
files
|
2018-08-02 |
Wuzzy |
Cap hedgehog health to prevent overflow bugs
|
changeset |
files
|
2018-08-01 |
Wuzzy |
Use the new NoPointX global in HedgeEditor
|
changeset |
files
|
2018-08-01 |
Wuzzy |
Add Lua globals: AMMO_INFINITE and NoPointX
|
changeset |
files
|
2018-08-01 |
Wuzzy |
Use proper infinite fuel feature in flying saucer training
|
changeset |
files
|
2018-08-01 |
Wuzzy |
Add support for infinite fly time of jetpack and Birdy
|
changeset |
files
|
2018-07-16 |
Wuzzy |
Add variable to make state of sound system clear
0.9.24
|
changeset |
files
|
2018-07-17 |
Wuzzy |
Fix cursor teleporting to center after leaving game with video recording
0.9.24
|
changeset |
files
|
2018-07-17 |
Wuzzy |
Whoops. Syntax error in uVideoRec
0.9.24
|
changeset |
files
|
2018-07-17 |
Wuzzy |
Fix video recorder not working if sound disabled (fixes bug 200)
0.9.24
|
changeset |
files
|
2018-08-01 |
Wuzzy |
Fix SimpleMission failure to init GameFlags correctly
0.9.24
|
changeset |
files
|
2018-08-01 |
Wuzzy |
Fix SimpleMission failure to init GameFlags correctly
|
changeset |
files
|
2018-08-01 |
Wuzzy |
Load default clan colors from settings file
|
changeset |
files
|
2018-08-01 |
Wuzzy |
HedgeEditor: Use default clan color in AddTeam in mission export
|
changeset |
files
|
2018-08-01 |
Wuzzy |
Make ASA fruit02 use of default clan colors
|
changeset |
files
|
2018-08-01 |
Wuzzy |
Switch almost all Lua calls of AddTeam to using default clan colors instead of hardcoded color
|
changeset |
files
|
2018-08-01 |
Wuzzy |
Lua: Allow to use negative value for AddTeam to select a default clan color
|
changeset |
files
|
2018-07-31 |
Wuzzy |
Clean up Tumbler captions a bit
|
changeset |
files
|
2018-07-31 |
Wuzzy |
Refactor colors and caption type in Space Invasion
|
changeset |
files
|
2018-07-31 |
Wuzzy |
Space Invasion: Delete dead code and ancient outdated comments
|
changeset |
files
|
2018-07-31 |
Wuzzy |
Change default clan color for brown for improved contrast
|
changeset |
files
|
2018-07-30 |
Wuzzy |
Lua API: Add IsHogHidden
|
changeset |
files
|
2018-07-30 |
Wuzzy |
Lua: Add GetVampiric, GetLaserSight
|
changeset |
files
|
2018-07-30 |
KoBeWi |
Update Polish translation
|
changeset |
files
|
2018-07-30 |
Wuzzy |
ASA, final mission: Redraw map and mask to make borders more distingushable
|
changeset |
files
|
2018-07-30 |
Wuzzy |
Make laser sight work properly through wrap world edge
|
changeset |
files
|
2018-07-30 |
Wuzzy |
Fix freeze ray not working through wrap world edge; add DrawLineWrapped
|
changeset |
files
|
2018-07-29 |
nemo |
and fix index
|
changeset |
files
|
2018-07-29 |
nemo |
oh. and indent that loop
|
changeset |
files
|
2018-07-29 |
nemo |
add wrap check
|
changeset |
files
|
2018-07-28 |
nemo |
merge of 0.9.24 - hopefully correctly this time
|
changeset |
files
|
2018-07-28 |
Wuzzy |
Fix DrawHLinesExplosions setting invalid map pixels if called at wrap world edge
|
changeset |
files
|
2018-07-27 |
Wuzzy |
Use wrap-aware doMakeExplosion instead of DrawExplosion in uHandlersMess
|
changeset |
files
|
2018-07-27 |
nemo |
sdlkeys is in source not binary, no .in folder. Locutus brought to our attention.
0.9.24
|
changeset |
files
|
2018-07-26 |
Wuzzy |
Fix /hta, /hsa and /hya commands not writing message in chat
|
changeset |
files
|
2018-07-26 |
Wuzzy |
Fix /hta, /hsa and /hya commands not writing message in chat
0.9.24
|
changeset |
files
|
2018-07-26 |
Wuzzy |
TechRacer: Print selected map in debug output
|
changeset |
files
|
2018-07-26 |
Wuzzy |
TechRacer: Make most variables local
|
changeset |
files
|
2018-07-26 |
Wuzzy |
Clean up messy indentations in TechRacer script
|
changeset |
files
|
2018-07-26 |
Wuzzy |
TechRacer: Delete dead code
|
changeset |
files
|
2018-07-26 |
Wuzzy |
TechRacer: Fix gears not spawning on turn start when player pressed control right at start
|
changeset |
files
|
2018-07-26 |
Wuzzy |
Prevent saving weapon scheme if name was already taken
0.9.24
|
changeset |
files
|
2018-07-26 |
Wuzzy |
Prevent saving game schemes if name was already been taken
0.9.24
|
changeset |
files
|
2018-07-26 |
Wuzzy |
Prevent saving weapon scheme if name was already taken
|
changeset |
files
|
2018-07-25 |
Wuzzy |
Prevent saving game schemes if name was already been taken
|
changeset |
files
|
2018-07-24 |
Wuzzy |
Fix a couple of PNG images with known invalid color profiles
|
changeset |
files
|
2018-07-24 |
Wuzzy |
Fix a couple of PNG images with known invalid color profiles
0.9.24
|
changeset |
files
|
2018-07-24 |
Wuzzy |
Fix teleport tooltip claiming it doesn't end turn in hog placing phase with inf. attack
0.9.24
|
changeset |
files
|
2018-07-24 |
Wuzzy |
Limit max droplet count to 50 (fix for 0.9.24 branch only)
0.9.24
|
changeset |
files
|
2018-07-24 |
Wuzzy |
Update frontend translation files
0.9.24
|
changeset |
files
|
2018-07-24 |
Wuzzy |
Fix changelog typos
0.9.24
|
changeset |
files
|
2018-07-16 |
Wuzzy |
Fix hwengine crash when using >1 controllers
0.9.24
|
changeset |
files
|
2018-07-24 |
Wuzzy |
Add more sane default controls for controller
0.9.24
|
changeset |
files
|
2018-07-24 |
Wuzzy |
Fix broken controller/joystick button and axis events
0.9.24
|
changeset |
files
|
2018-07-24 |
Wuzzy |
Detect Qt style after parameter parsing
0.9.24
|
changeset |
files
|
2018-07-24 |
Wuzzy |
Fix SDLInteraction strings not being translated
0.9.24
|
changeset |
files
|
2018-07-24 |
Wuzzy |
Refactor storage of joystick SDL key names
0.9.24
|
changeset |
files
|
2018-07-24 |
Wuzzy |
Make frontend detect controllers again
0.9.24
|
changeset |
files
|
2018-07-24 |
Wuzzy |
Update and change license information of Droplet sounds, now it's CC BY 3.0
0.9.24
|
changeset |
files
|
2018-07-24 |
Wuzzy |
Update and change license information of Droplet sounds, now it's CC BY 3.0
|
changeset |
files
|
2018-07-22 |
Wuzzy |
Fix deprecation warnings in libphyslayer
|
changeset |
files
|
2018-07-22 |
Wuzzy |
Fix warnings about unused params in C code
|
changeset |
files
|
2018-07-21 |
Wuzzy |
Update German translation
|
changeset |
files
|
2018-07-21 |
Wuzzy |
Update Lua/frontend locale files
|
changeset |
files
|
2018-07-21 |
Wuzzy |
Merge alfadur's server commits with timer cycle key commits
|
changeset |
files
|
2018-07-20 |
Wuzzy |
Add control to cycle through timer/bounciness values
|
changeset |
files
|
2018-07-20 |
Wuzzy |
Move hardcoded bounciness values to uConsts
|
changeset |
files
|
2018-07-21 |
nemo |
catchup merge on all of alfadur's cool server changes
|
changeset |
files
|
2018-07-20 |
alfadur |
Fix map voting verification
|
changeset |
files
|
2018-07-20 |
alfadur |
Implement room config export
|
changeset |
files
|
2018-07-20 |
alfadur |
Implement save/delete commands
|
changeset |
files
|
2018-07-19 |
alfadur |
Implement map voting
|
changeset |
files
|
2018-07-19 |
alfadur |
clean up room lookups
|
changeset |
files
|
2018-07-17 |
alfadur |
Keep hedgehog limit in sync
|
changeset |
files
|
2018-07-17 |
alfadur |
indulge clippy
|
changeset |
files
|
2018-07-16 |
alfadur |
Add room flags
|
changeset |
files
|
2018-07-16 |
alfadur |
Something down in the food chain already uses bitflags, so might as well switch to them
|
changeset |
files
|
2018-07-16 |
alfadur |
Assorted chat fixes
|
changeset |
files
|
2018-07-13 |
alfadur |
Better packing for clients
|
changeset |
files
|
2018-07-20 |
Wuzzy |
Add more sane default controls for controller
|
changeset |
files
|
2018-07-20 |
Wuzzy |
Fix broken controller/joystick button and axis events
|
changeset |
files
|
2018-07-20 |
Wuzzy |
Detect Qt style after parameter parsing
|
changeset |
files
|
2018-07-20 |
Wuzzy |
Fix SDLInteraction strings not being translated
|
changeset |
files
|
2018-07-20 |
Wuzzy |
Refactor storage of joystick SDL key names
|
changeset |
files
|
2018-07-19 |
Wuzzy |
Make frontend detect controllers again
|
changeset |
files
|
2018-07-19 |
Wuzzy |
Fix engine crash when trying to delete cameraFile but it doesn't exist
|
changeset |
files
|
2018-07-19 |
Wuzzy |
Fix crash when aborting encoding phase of video recording in videos page if >1 video is being encoded
|
changeset |
files
|
2018-07-19 |
Wuzzy |
Document and clean up tools directory a bit
|
changeset |
files
|
2018-07-18 |
Wuzzy |
Improve some replies for chat commands on server
|
changeset |
files
|
2018-07-18 |
Wuzzy |
Refactor server chat command help, also add admin commands to help
|
changeset |
files
|
2018-07-18 |
Wuzzy |
Add /help command for lobby and rooms too
|
changeset |
files
|
2018-07-18 |
Wuzzy |
Remove and replace old googlecode references
|
changeset |
files
|
2018-07-17 |
Wuzzy |
Switch from http:// to https:// URLs where possible
|
changeset |
files
|
2018-07-17 |
Wuzzy |
Increase hedgehog limit to 64
|
changeset |
files
|
2018-07-17 |
Wuzzy |
Server: Replace hardcoded hog-related numbers with consts
|
changeset |
files
|
2018-07-17 |
Wuzzy |
Bazooka/Grende training: Hide mission panel on pressing attack key
|
changeset |
files
|
2018-07-17 |
Wuzzy |
Update server dependencies in INSTALL.md
|
changeset |
files
|
2018-07-17 |
Wuzzy |
Clarify/rewrite a few OutError messages
|
changeset |
files
|
2018-07-17 |
Wuzzy |
Fix frontend showing 2 errors on engine fatal error (exit code 52)
|
changeset |
files
|
2018-07-17 |
Wuzzy |
Clarify the wording of a few checkFails messages
|
changeset |
files
|
2018-07-17 |
Wuzzy |
Propagate fatal errors to OutError if checkFails called
|
changeset |
files
|
2018-07-17 |
Wuzzy |
Add hidden bazooka training achievement for 100% accuracy
|
changeset |
files
|
2018-07-17 |
Wuzzy |
Standardize hidden mission achievement in new Lua library "Achievements"
|
changeset |
files
|
2018-07-17 |
Wuzzy |
Add proper exit codes when halt-ing hwengine due to error
|
changeset |
files
|
2018-07-17 |
Wuzzy |
Fix cursor teleporting to center after leaving game with video recording
|
changeset |
files
|
2018-07-17 |
Wuzzy |
Whoops. Syntax error in uVideoRec
|
changeset |
files
|
2018-07-17 |
Wuzzy |
Fix video recorder not working if sound disabled (fixes bug 200)
|
changeset |
files
|
2018-07-16 |
Wuzzy |
Add variable to make state of sound system clear
|
changeset |
files
|
2018-07-16 |
Wuzzy |
Fix hwengine crash when using >1 controllers
|
changeset |
files
|
2018-07-16 |
Wuzzy |
Always use SDL_Map(A)RGB in SDL_FillRect for color
|
changeset |
files
|
2018-07-16 |
Wuzzy |
When hwengine crashes w/ error 217, write backtrace in log, too
|
changeset |
files
|
2018-07-15 |
Wuzzy |
Fix hwengine --help returning with exit code 51
|
changeset |
files
|
2018-07-15 |
Wuzzy |
Clean up cMaxHHs and cMaxTeams a bit, get rid of hardcoded numbers
|
changeset |
files
|
2018-07-12 |
Wuzzy |
Merge gameServer2 changes
|
changeset |
files
|
2018-07-12 |
Wuzzy |
Send proper failure error message when image loading has failed
|
changeset |
files
|
2018-07-11 |
nemo |
merge
|
changeset |
files
|
2018-07-09 |
alfadur |
Optimize test string generation
|
changeset |
files
|
2018-07-09 |
alfadur |
fix tests
|
changeset |
files
|
2018-07-09 |
alfadur |
complete newseed voting
|
changeset |
files
|
2018-07-09 |
alfadur |
merge
|
changeset |
files
|
2018-07-07 |
alfadur |
Mostly implement voting
|
changeset |
files
|
2018-07-06 |
alfadur |
Implement greetings & fixed rooms
|
changeset |
files
|
2018-07-11 |
Wuzzy |
Make sure TotalRounds increases to 0 on first real turn
|
changeset |
files
|
2018-07-11 |
Wuzzy |
ACF5: Fix Tribe not being in same clan as Natives
|
changeset |
files
|
2018-07-11 |
Wuzzy |
Simplify turn handling in ASA death01
|
changeset |
files
|
2018-07-11 |
Wuzzy |
ACF7: Fix princess being in wrong clan
|
changeset |
files
|
2018-07-11 |
Wuzzy |
Fix aihDoesntMatter still being attacked with air attack
|
changeset |
files
|
2018-07-11 |
Wuzzy |
ASA death01: Put PAotH into correct clan
|
changeset |
files
|
2018-07-11 |
Wuzzy |
Fix aihDoesntMatter not applying to hammer and shover
|
changeset |
files
|
2018-07-11 |
Wuzzy |
ACF3: Fix initial ammo being locked
|
changeset |
files
|
2018-07-11 |
Wuzzy |
ACF3: Tweak princess spawn position
|
changeset |
files
|
2018-07-11 |
Wuzzy |
ACF3: Move princess to her own team, fix clan color
|
changeset |
files
|
2018-07-10 |
Wuzzy |
Add subtle dust flakes for Cheese and CrazyMission themes
|
changeset |
files
|
2018-07-10 |
Wuzzy |
New SD water texture for CrazyMission theme
|
changeset |
files
|
2018-07-10 |
Wuzzy |
Refactor collision mask checks, remove hardcoded numbers
|
changeset |
files
|
2018-07-10 |
Wuzzy |
Refactor: lfCurrentHog→lfCurHogCrate, lfNotCurrentMask→lfNotCurHogCrate
|
changeset |
files
|
2018-07-10 |
Wuzzy |
Prevent manual hiding of some special mission panels
|
changeset |
files
|
2018-07-10 |
Wuzzy |
Lua API: Add parameter forceDisplay to ShowMission to prevent manual hiding
|
changeset |
files
|
2018-07-10 |
Wuzzy |
Update mission texts with regards to mission panel key
|
changeset |
files
|
2018-07-10 |
Wuzzy |
Add dedicated key to display mission panel: M
|
changeset |
files
|
2018-07-10 |
Wuzzy |
Tweak chat command replies for /lua command
|
changeset |
files
|
2018-07-10 |
Wuzzy |
Add /help chat command for engine
|
changeset |
files
|
2018-07-08 |
Wuzzy |
Highlander: Fix all hogs getting teleport after hog placement phase
|
changeset |
files
|
2018-07-08 |
Wuzzy |
Fix GetAmmo getting wrong ammo count
|
changeset |
files
|
2018-07-07 |
Wuzzy |
New Lua API function: GetAmmo, to get ammo config
|
changeset |
files
|
2018-07-07 |
Wuzzy |
Fix teleport tooltip claiming it doesn't end turn, while in in hog placing phase with inf. attack
|
changeset |
files
|
2018-07-07 |
Wuzzy |
Fix TotalRounds still being -1 in first real turn after hog placement phase
|
changeset |
files
|
2018-07-07 |
Wuzzy |
Highlander: Localize global variable
|
changeset |
files
|
2018-07-07 |
Wuzzy |
Highlander: Clean up code style, indents and delete useless old comments
|
changeset |
files
|
2018-07-07 |
Wuzzy |
Space Invasion: Improve how round score is displayed
|
changeset |
files
|
2018-07-07 |
Wuzzy |
Space Invasion: Localize most global variables
|
changeset |
files
|
2018-07-07 |
Wuzzy |
Fix rare Lua error message spam in Space Invasion
|
changeset |
files
|
2018-07-06 |
Marcin Mielniczuk |
Add an extra test for Rnd's distribution
|
changeset |
files
|
2018-07-06 |
Marcin Mielniczuk |
Send the rnd reply to the room only.
|
changeset |
files
|
2018-07-06 |
Marcin Mielniczuk |
Implement server-side logic for Rnd
|
changeset |
files
|
2018-07-04 |
alfadur |
Fix team remove synchronization
|
changeset |
files
|
2018-07-04 |
alfadur |
Check for client's existence before handling messages
|
changeset |
files
|
2018-07-04 |
alfadur |
Fix scheme config parsing
|
changeset |
files
|
2018-07-04 |
alfadur |
Fix AddTeam message serialization
|
changeset |
files
|
2018-07-04 |
alfadur |
add missing message tests
|
changeset |
files
|
2018-07-03 |
alfadur |
update nom
|
changeset |
files
|
2018-07-03 |
alfadur |
update proptest
|
changeset |
files
|
2018-07-03 |
alfadur |
merge
|
changeset |
files
|
2018-07-03 |
Marcin Mielniczuk |
Update rand and log to the latest versions
|
changeset |
files
|
2018-07-02 |
nemo |
somehow scale was omitted from this catch-all VG init. late addition to the struct perhaps.
|
changeset |
files
|
2018-07-02 |
Marcin Mielniczuk |
Implement to_raw_protocol for Rnd and enable tests. Add cargo/rls build artifacts to .gitignore
|
changeset |
files
|
2018-07-02 |
alfadur |
Fix cmd parsing & update tests
|
changeset |
files
|
2018-06-29 |
Marcin Mielniczuk |
Implement parsing for rnd and add a little documentation
|
changeset |
files
|
2018-06-28 |
Marcin Mielniczuk |
Undo enabling the `unreachable-pub` lint.
|
changeset |
files
|
2018-06-27 |
alfadur |
stabilization
|
changeset |
files
|
2018-06-27 |
alfadur |
Fix spectators joining midgame
|
changeset |
files
|
2018-06-27 |
alfadur |
Send more data on room joining
|
changeset |
files
|
2018-06-27 |
alfadur |
Additional round cleanup
|
changeset |
files
|
2018-06-27 |
nemo |
neglected dep update from r87a6cad20c90:
|
changeset |
files
|
2018-06-27 |
alfadur |
Send teams&flags on entering a room
|
changeset |
files
|
2018-06-26 |
alfadur |
Implement game start & engine messages
|
changeset |
files
|
2018-06-26 |
alfadur |
Implement game config messages
|
changeset |
files
|
2018-06-24 |
marmistrz |
Enable all lints from the rust-2018-idioms suite.
|
changeset |
files
|
2018-06-21 |
nemo |
Just to be kind to vim which is failing at sniffing
|
changeset |
files
|
2018-06-21 |
alfadur |
implementation of team related messages
|
changeset |
files
|
2018-06-21 |
unc0rr |
Store saved room in yaml
|
changeset |
files
|
2018-06-19 |
nemo |
let's keep track of the racer room config
|
changeset |
files
|
2018-06-18 |
alfadur |
partial room implementation
|
changeset |
files
|
2018-06-14 |
alfadur |
rework of prior
|
changeset |
files
|
2018-06-14 |
alfadur |
handle edge polling properly
|
changeset |
files
|
2018-06-10 |
antonc27 |
Merge default to ios-develop
ios-develop
|
changeset |
files
|
2018-06-10 |
antonc27 |
Merge ios-develop into default
|
changeset |
files
|
2018-06-10 |
antonc27 |
Added tag Hedgewars-iOS-2.1 for changeset 195208deff1d
ios-develop
|
changeset |
files
|
2018-05-30 |
Wuzzy |
More fallback styling for hat preview webpage
|
changeset |
files
|
2018-05-30 |
Wuzzy |
Add <noscript> fallback for hats preview webpage
|
changeset |
files
|
2018-05-29 |
alfadur |
bullet bubbles
|
changeset |
files
|
2018-05-28 |
alfadur |
ensure shotgun works with portals and make it hit airmines
|
changeset |
files
|
2018-05-28 |
nemo |
allow freezing airmines outside the Land area too. Make the top of frozen mine a little flatter
|
changeset |
files
|
2018-05-27 |
nemo |
make the mine slippery too since it has the ice finish - add a gmDelete to the gear if you want it to *not* explode when hit ☺
|
changeset |
files
|
2018-05-26 |
nemo |
Make mine active/hunting glow a bit more obvious. Add frozen sprite, increase ice beam mine "hit" radius a bit
|
changeset |
files
|
2018-05-24 |
nemo |
make all bullets function similar to machinegun bullets (can hit/shove objects without checkin)
|
changeset |
files
|
2018-05-24 |
nemo |
zero damage on air mine too
|
changeset |
files
|
2018-05-24 |
Wuzzy |
Remove unused variable in uLandObjects
|
changeset |
files
|
2018-05-24 |
Wuzzy |
Feedback dialog: Disable "send system information" checkbox by default
|
changeset |
files
|
2018-05-24 |
nemo |
Allow freezing airmines because whyyy not
|
changeset |
files
|
2018-05-22 |
alfadur |
theme object tweak
|
changeset |
files
|
2018-05-22 |
alfadur |
Checksum girders and masks too
|
changeset |
files
|
2018-05-18 |
nemo |
merge this in too
|
changeset |
files
|
2018-05-18 |
nemo |
IFDEF for Phys 2.0 which has no mountHandle - result will just be no hwp in hwp on those systems, which would be rarely used and DLC only.
0.9.24
|
changeset |
files
|
2018-05-18 |
nemo |
0.9.24 merge of physfs tweak
|
changeset |
files
|
2018-05-18 |
nemo |
Make wrapping a lua and its sidecar actually work.
0.9.24
|
changeset |
files
|
2018-05-16 |
alfadur |
example theme objects for the new theming features
|
changeset |
files
|
2018-05-16 |
alfadur |
new theme object features
|
changeset |
files
|
2018-05-16 |
sheepluva |
adjust label, update ChangeLog
ui-scaling
|
changeset |
files
|
2018-05-16 |
sheepluva |
add chat size to misc settings. persist in settings.ini
ui-scaling
|
changeset |
files
|
2018-05-16 |
sheepluva |
WIP: make chat resizing faster
ui-scaling
|
changeset |
files
|
2018-05-15 |
sheepluva |
whoops, I initialized my new var incorrectly
ui-scaling
|
changeset |
files
|
2018-05-15 |
sheepluva |
fix some accidental code corruption caused by my last commit
ui-scaling
|
changeset |
files
|
2018-05-15 |
sheepluva |
WIP: allow changing chat size
ui-scaling
|
changeset |
files
|
2018-05-07 |
unC0Rr |
Fix win32 package creation
|
changeset |
files
|
2018-05-05 |
Wuzzy |
Merge default
|
changeset |
files
|
2018-05-05 |
alfadur |
Update frontend translation: Japanese
|
changeset |
files
|
2018-05-03 |
alfadur |
fix trace when bullets skip on water
|
changeset |
files
|
2018-05-04 |
Wuzzy |
Make EnableSwitchHog() more robust against failure, return gear UID
|
changeset |
files
|
2018-05-04 |
Wuzzy |
Continental supplies: No more hacky switch hog for North America
|
changeset |
files
|
2018-05-04 |
Wuzzy |
Lua API: Add EnableSwitchHog to manually enable hog switching
|
changeset |
files
|
2018-05-03 |
Wuzzy |
Continental supplies: Upside-Down World special now works in cave maps as well
|
changeset |
files
|
2018-05-03 |
Wuzzy |
Update German Lua translation
|
changeset |
files
|
2018-05-03 |
Wuzzy |
Fix changelog mistake
|
changeset |
files
|
2018-05-03 |
Wuzzy |
CS: Fix display of ammo caption for weapon specials
|
changeset |
files
|
2018-05-03 |
Wuzzy |
Fix GetAmmoTimer implementation, swap arguments
|
changeset |
files
|
2018-05-03 |
Wuzzy |
Continental supplies: Fix continent ammo tooltip containing annoying "use of this weapon does not end turn"
|
changeset |
files
|
2018-05-03 |
Wuzzy |
Lua API: GetAmmoTimer, to get the player-set timer for an ammo
|
changeset |
files
|
2018-05-03 |
Wuzzy |
Lua API: Add 5th parameter showExtra to SetAmmoTexts to hide extra text
|
changeset |
files
|
2018-05-03 |
Wuzzy |
Rename SVG hats to be consistent with PNG versions
|
changeset |
files
|
2018-05-03 |
Wuzzy |
Simplify and shrink 5 SVG hats
|
changeset |
files
|
2018-05-03 |
Wuzzy |
Update copyright years
|
changeset |
files
|
2018-05-03 |
kompowiec |
Update Taiwanese translation
|
changeset |
files
|
2018-05-03 |
Wuzzy |
Update ChangeLog for Continental supplies
|
changeset |
files
|
2018-05-03 |
Wuzzy |
Continental supplies: Bouncy boomerang does not spawn crate when drowning
|
changeset |
files
|
2018-05-03 |
Wuzzy |
Continental supplies: Mention that vamp increases Medicine effectiveness
|
changeset |
files
|
2018-05-03 |
Wuzzy |
Continental supplies: Fix “Boring” sound being played after continent select
|
changeset |
files
|
2018-05-03 |
Wuzzy |
Continental supplies: Update pickhammer icon
|
changeset |
files
|
2018-05-03 |
Wuzzy |
Massive Continental supplies update
|
changeset |
files
|
2018-05-03 |
Vatten |
Updated Continental supplies
|
changeset |
files
|
2018-05-02 |
unc0rr |
Call GetNext twice as many times to distribute seed across the whole buffer even for single byte seeds
|
changeset |
files
|
2018-05-02 |
nemo |
real droplet fix - default density is fine - also add back in the underwater bullet trails
|
changeset |
files
|
2018-05-02 |
Wuzzy |
Minor improvements in tutorial mission texts to make stuff clearer
|
changeset |
files
|
2018-05-02 |
Wuzzy |
Update German translation for previous English typo fixes
|
changeset |
files
|
2018-05-02 |
Wuzzy |
Fix a couple of English typos
|
changeset |
files
|
2018-05-02 |
Wuzzy |
Fix more German typos in Hedgewars files
|
changeset |
files
|
2018-05-02 |
Wuzzy |
Fix a couple of German typos in de.lua
|
changeset |
files
|
2018-05-02 |
nemo |
reduce minigun splash droplets a little
|
changeset |
files
|
2018-05-01 |
Case_Of |
Update of french frontend localisation
|
changeset |
files
|
2018-04-29 |
nemo |
Seed reset seems fine when moved out of the loader. Also bump protocol
|
changeset |
files
|
2018-04-29 |
nemo |
Back out 12847:1aba77b2e4ac This both does NOT fix the seed mismatch with shoppa map preview *AND* breaks otherwise identical scripts with different file encodings due to multiple lua calls.
|
changeset |
files
|
2018-04-29 |
nemo |
Airmines should have been set for 45° bounce - the only reason they weren't I guess is they were a clone of some mine values - and mines use traditional behaviour.
|
changeset |
files
|
2018-04-27 |
nemo |
mark this revision as 0.9.24 branching point - next commit requires a protocol bump
0.9.24
|
changeset |
files
|
2018-04-25 |
Wuzzy |
Fix hog being unable to walk after using sniper rifle without firing both shots
|
changeset |
files
|
2018-04-24 |
Wuzzy |
Pas2C: Add support for char + ansistring (for real this time)
|
changeset |
files
|
2018-04-24 |
Wuzzy |
Change KeyBindToName to shortstring
|
changeset |
files
|
2018-04-24 |
Wuzzy |
Pas2C: Add support for char + ansistring
|
changeset |
files
|
2018-04-24 |
Wuzzy |
Partial fix of Pas2C parsing problems (part 1: uGearsHandlersMess)
|
changeset |
files
|
2018-04-21 |
Wuzzy |
New Lua call: Retreat, to force turn into Retreat time
|
changeset |
files
|
2018-04-19 |
Wuzzy |
Fix incorrect check for iPhone macro in hwconsts.h
|
changeset |
files
|
2018-04-19 |
Wuzzy |
Fix outdated Qt CMake dependency for OS X
|
changeset |
files
|
2018-04-18 |
Wuzzy |
Added tag 0.9.24.1-release for changeset afc089c39556
|
changeset |
files
|
2018-04-18 |
Wuzzy |
Removed tag 0.9.24.1-release
0.9.24.1-release
|
changeset |
files
|
2018-04-18 |
Wuzzy |
Update changelog
|
changeset |
files
|
2018-04-18 |
nemo |
Added tag 0.9.24.1-release for changeset ea98a45452e5
|
changeset |
files
|
2018-04-18 |
nemo |
Removed tag 0.9.24.1-release
|
changeset |
files
|
2018-04-18 |
nemo |
bump cpack .24 to .24.1, make the moc filter broader
|
changeset |
files
|
2018-04-18 |
nemo |
Added tag 0.9.24.1-release for changeset 3f2ee2f9b51d
|
changeset |
files
|
2018-04-17 |
alfadur |
fix/workaround for fullscreen crash in 0.9.24
|
changeset |
files
|
2018-04-17 |
nemo |
minor simplification of conditions for not spawning a visual gear - also allows lua to spawn clouds critically or non-critically. We probably shouldn't even exempt clouds from this, and just spawn them once synced, but, eh, probably isn't a significant hit since sheepluva made the motion more efficient.
|
changeset |
files
|
2018-04-17 |
Wuzzy |
Fix crash when firing portal gun at low quality graphics
|
changeset |
files
|
2018-04-16 |
Wuzzy |
Added tag 0.9.24-release for changeset a4e7e62f2c0d
|
changeset |
files
|
2018-04-15 |
unc0rr |
Install platforms dir too
0.9.24-release
|
changeset |
files
|
2018-04-13 |
nemo |
enable stretchLastSection
|
changeset |
files
|
2018-04-13 |
nemo |
wuzzy is a spoilsport
|
changeset |
files
|
2018-04-13 |
alfadur |
Stop minigun sound when gtMinigun is destroyed
|
changeset |
files
|
2018-04-13 |
nemo |
QT for some reason messes with XCompose causing broken input (Qt 5 only - Qt 4 did not break anything). In Qt 5.2 and 5.3 this was causing an invalid conversion in chat messages containing these resulting in the bad bytes being stripped. In Qt 5.9 it is still broken, but you at least get a string with something in it. This checks for non-zero converted strings for room creation and chat lines.
|
changeset |
files
|
2018-04-12 |
alfadur |
Fix bullet trails overlapping when the pass through wrap or bounce world edge
|
changeset |
files
|
2018-04-12 |
Wuzzy |
Use QDir::Files to read ammo schemes
|
changeset |
files
|
2018-04-12 |
Wuzzy |
Don't let hedgehogs moan if they take 0 Sudden Death damage
|
changeset |
files
|
2018-04-11 |
alfadur |
Fix minigun bullets hitting shooter when it hits hog on other side of world wrap
|
changeset |
files
|
2018-04-11 |
Wuzzy |
Update changelog
|
changeset |
files
|
2018-04-11 |
nemo |
merge with 0.9.23, pulling in unc0rr's desync fix
|
changeset |
files
|
2018-04-07 |
sheepluva |
cleanup whitespaces, add braces to for loops
|
changeset |
files
|
2018-04-07 |
alfadur |
I guess "Fix weapon scheme lookup being unnecesarily persisted"?.. or something
|
changeset |
files
|
2018-04-07 |
sheepluva |
Quick Game: ignore hidden themes
|
changeset |
files
|
2018-04-07 |
sheepluva |
Fix segfault on game halt (if no logfile)
|
changeset |
files
|
2018-04-06 |
nemo |
quick game wasn't checking for hidden themes. It should, but this will at least make them not-crash. The results are kind of amusing.
|
changeset |
files
|
2018-04-04 |
Wuzzy |
Remove “mission accomplished” victory message, might be confusing
|
changeset |
files
|
2018-04-04 |
Wuzzy |
Show simple drop-down icon next to key binder widget
|
changeset |
files
|
2018-04-04 |
Wuzzy |
Update changelog
|
changeset |
files
|
2018-04-04 |
Wuzzy |
Update locale files
|
changeset |
files
|
2018-03-30 |
unc0rr |
Improve error message a bit
|
changeset |
files
|
2018-03-30 |
nemo |
oups
|
changeset |
files
|
2018-03-30 |
nemo |
add title manipulation
|
changeset |
files
|
2018-03-30 |
unc0rr |
Bump protocol version, update sources in preparation for .24 release
|
changeset |
files
|
2018-03-30 |
nemo |
simple optimised svg of the low detail hedgehog for use in .desktop files and such
|
changeset |
files
|
2018-03-30 |
Wuzzy |
Travis: Drop zoogie PPA, drop ImageMagick from apt-get line
|
changeset |
files
|
2018-03-30 |
Wuzzy |
Travis: Upgrade to Ubuntu xenial, drop libghc-parsec3-dev
|
changeset |
files
|
2018-03-30 |
Wuzzy |
CMake: Make sure Qt5 is also found on OS X after installing it via Homebrew
|
changeset |
files
|
2018-03-30 |
Wuzzy |
Fix Qt5 in .travis.yml for Ubuntu (hopefully)
|
changeset |
files
|
2018-03-30 |
nemo |
Backed out changeset e9caada3aac1 - < LocutusOfBorg> dpkg-shlibdeps: error: no dependency information < LocutusOfBorg> Hint: check if the library actually comes from a package.
|
changeset |
files
|
2018-03-28 |
Wuzzy |
Update .travis.yml to include Qt5 stuff
|
changeset |
files
|
2018-03-28 |
Wuzzy |
Add greno4ka to credits for Russian translation contribution
|
changeset |
files
|
2018-03-28 |
greno4ka |
Slightly update russian localization
|
changeset |
files
|
2018-03-28 |
LocutusOfBorg |
Remove useless libghc-stm-dev from build
|
changeset |
files
|
2018-03-28 |
Wuzzy |
CMake for server: Pass -dynamic flag to ghc
|
changeset |
files
|
2018-03-28 |
Wuzzy |
CMake: Rework Haskell package detection, use ghc-pkg to detect packages
|
changeset |
files
|
2018-03-28 |
Wuzzy |
Grenade Training: Add warm-up sequence, introduce timer in separate mission panel
|
changeset |
files
|
2018-03-27 |
Wuzzy |
Fix compile fail due to dependency in Qt 5.10 in pagevideos.cpp
|
changeset |
files
|
2018-03-27 |
Wuzzy |
Add voice pack sound fallbacks also for sndOoff{2,3} and sndOw{2,4}
|
changeset |
files
|
2018-03-27 |
Wuzzy |
Fix broken fallback to sndFirePunch1 if sndFirePunch{2,6} is missing
|
changeset |
files
|
2018-03-27 |
Wuzzy |
Videos frontend page: Locale-aware text formatting
|
changeset |
files
|
2018-03-27 |
nemo |
might as well put this after the last mining
|
changeset |
files
|
2018-03-27 |
Wuzzy |
Fix team files and settings not saving properly, and remove FileEngine stuff from DLC
|
changeset |
files
|
2018-03-27 |
Wuzzy |
ThemeFilterProxyModel: Fix filter function containing a path with no return value
|
changeset |
files
|
2018-03-26 |
Wuzzy |
Flying portal balls now spawn a few spark effects
|
changeset |
files
|
2018-03-24 |
nemo |
oops
|
changeset |
files
|
2018-03-24 |
Wuzzy |
Update German Lua translation
|
changeset |
files
|
2018-03-24 |
Wuzzy |
ShoppaMap: Can change map complexity with slider, remove script param “pad”
|
changeset |
files
|
2018-03-24 |
Wuzzy |
ShoppaMap: Delete unused/dead code
|
changeset |
files
|
2018-03-24 |
Wuzzy |
TechRacer: Remove script parameter “helpDisabled”
|
changeset |
files
|
2018-03-24 |
nemo |
bug #598 - this was kinda entertaining but is, yeah, a bit too weird
|
changeset |
files
|
2018-03-24 |
Wuzzy |
Highlander: Rename “mode=orig” to “multiuse=true” and explain the meaning of this scriptparam in mision panel
|
changeset |
files
|
2018-03-23 |
Wuzzy |
Change how locale is loaded in frontend, and fix some bugs
|
changeset |
files
|
2018-03-23 |
Wuzzy |
The Specialits: Use gfSwitchHog for hog switching and delete the terrible Lua hacks
|
changeset |
files
|
2018-03-23 |
Wuzzy |
Add new game flag gfSwitchHog, enable hog switching at turn start
|
changeset |
files
|
2018-03-22 |
Wuzzy |
Change appearance of Art theme in Sudden Death
|
changeset |
files
|
2018-03-22 |
Wuzzy |
Lua API: Add Explode function
|
changeset |
files
|
2018-03-22 |
Wuzzy |
Improve Sudden Death theming of Eyes and Deepspace
|
changeset |
files
|
2018-03-22 |
Wuzzy |
Fix some artifacts in contour of horizont.png of Planes theme
|
changeset |
files
|
2018-03-22 |
Wuzzy |
Add icons to background themes; allow to hide themes explicitly by adding “hidden” key to theme.cfg
|
changeset |
files
|
2018-03-22 |
Wuzzy |
If delegating room control, reset map of new master, if map is missing
|
changeset |
files
|
2018-03-22 |
Wuzzy |
QTfrontent: Print map and style name in red, if missing. And update map label after delegation
|
changeset |
files
|
2018-03-22 |
Wuzzy |
Set plain text mode for gamecfg labels (scheme, style)
|
changeset |
files
|
2018-03-22 |
Wuzzy |
Display style name correctly if host selects a style you don't have
|
changeset |
files
|
2018-03-21 |
Wuzzy |
Change CrazyMission preview, change portal map theme to Hell
|
changeset |
files
|
2018-03-21 |
Wuzzy |
Fix initial map preview being broken when joining room, part 2
|
changeset |
files
|
2018-03-21 |
Wuzzy |
Partially fix wrong preview when joining host room with missing map
|
changeset |
files
|
2018-03-21 |
Wuzzy |
Add some isNull checks for some strings in mapContainer
|
changeset |
files
|
2018-03-20 |
Wuzzy |
Fix incorrect preview when selecting image map the first time in session
|
changeset |
files
|
2018-03-19 |
Wuzzy |
Fix theme chooser failing to filter themes by name
|
changeset |
files
|
2018-03-19 |
Wuzzy |
Force proper map and theme reset when host delegates to you if you don't have the map or theme
|
changeset |
files
|
2018-03-19 |
Wuzzy |
Map container: Add question mark in front of missing theme name
|
changeset |
files
|
2018-03-19 |
Wuzzy |
Tweak map preview background colors
|
changeset |
files
|
2018-03-19 |
Wuzzy |
Fix map type combo box being disabled for good when you select image or mission map
|
changeset |
files
|
2018-03-19 |
Wuzzy |
Check existance of theme icon before loading it
|
changeset |
files
|
2018-03-18 |
Wuzzy |
Shorten and wrap map name properly when viewing room as non-master
|
changeset |
files
|
2018-03-18 |
Wuzzy |
Fix some map preview properly problems when host switches to image map mode w/ you missing the map
|
changeset |
files
|
2018-03-18 |
Wuzzy |
Show error icon when selected theme is missing
|
changeset |
files
|
2018-03-18 |
Wuzzy |
Add IsHiddenRole to ThemeModel for hidden themes
|
changeset |
files
|
2018-03-18 |
Wuzzy |
ThemeModel: Filter themes based on IsDlcRole rather than string-based
|
changeset |
files
|
2018-03-18 |
Wuzzy |
Online room: Display error image in preview when host selects a map you don't have
|
changeset |
files
|
2018-03-18 |
antonc27 |
- Correct initialisation of TeamsGameOver (on mobile it doesn't get reset between plays, so ones set to true, prevents game to be finished next time)
ios-develop Hedgewars-iOS-2.1
|
changeset |
files
|
2018-03-17 |
Wuzzy |
Multiplayer page: Properly disable scheme/style/weapons widgets when changing style or mission map
|
changeset |
files
|
2018-03-17 |
Wuzzy |
Don't gray out images of disabled ToggleButtons as its a little too hard on the eyes
|
changeset |
files
|
2018-03-17 |
antonc27 |
- New AppIcon (no more black background!)
ios-develop
|
changeset |
files
|
2018-03-17 |
antonc27 |
- Migrate AppIcons to xcassets
ios-develop
|
changeset |
files
|
2018-03-17 |
unC0Rr |
Fix crasher
|
changeset |
files
|
2018-03-17 |
antonc27 |
- Missing languages
ios-develop
|
changeset |
files
|
2018-03-17 |
antonc27 |
- Use two-letter language descriptor for localisations
ios-develop
|
changeset |
files
|
2018-03-17 |
Wuzzy |
Show sidNoEndTurn text for most weapons when in inf attack mode
|
changeset |
files
|
2018-03-17 |
Wuzzy |
Draw map page: Fix pen size being changed after loading a map
|
changeset |
files
|
2018-03-17 |
Wuzzy |
Fix speech bubble briefly rendering at (0,0) after spawning
|
changeset |
files
|
2018-03-17 |
Wuzzy |
Remove ugly empty rectangle in empty active teams list for real
|
changeset |
files
|
2018-03-17 |
Wuzzy |
Fix simple team hats (32×64) not tinting correctly while on rope or using blowtorch
|
changeset |
files
|
2018-03-17 |
Wuzzy |
Remove “Upload to YouTube” functionality which has been broken for years
|
changeset |
files
|
2018-03-16 |
Wuzzy |
Various minor frontend CSS tweaks
|
changeset |
files
|
2018-03-16 |
Wuzzy |
QTfrontend: Remove ugly rectangle in list of active teams when there are no teams
|
changeset |
files
|
2018-03-16 |
antonc27 |
- Hide 'Campaign' button (not ready on iOS...)
ios-develop
|
changeset |
files
|
2018-03-16 |
Wuzzy |
Frontend: Properly “gray out” most disabled widgets (a lot of them weren't)
|
changeset |
files
|
2018-03-16 |
Wuzzy |
Some padding tweaks in options and team editor pages. Fixes insane width of context menu of hog name line edit
|
changeset |
files
|
2018-03-16 |
Wuzzy |
Make video metadata strings translatable in frontend
|
changeset |
files
|
2018-03-15 |
antonc27 |
- Fix archiving (?)
ios-develop
|
changeset |
files
|
2018-03-15 |
antonc27 |
- Pause game when it goes background (do not show anymore annoying 'confirm quit')
ios-develop
|
changeset |
files
|
2018-03-15 |
antonc27 |
- Do not delete Beach theme (it's official one now)
ios-develop
|
changeset |
files
|
2018-03-15 |
Wuzzy |
Drop Qt XML from dependencies. QXmlStreamReader is part of QtCore
|
changeset |
files
|
2018-03-15 |
Wuzzy |
Remove Qt SVG and Qt OpenGL as hard dependencies
|
changeset |
files
|
2018-03-15 |
Wuzzy |
Mutant: When game ends prematurely due to missing land, declare highest-scoring team the winner
|
changeset |
files
|
2018-03-15 |
Wuzzy |
Mutant: Fix graph title on game draw
|
changeset |
files
|
2018-03-15 |
Wuzzy |
Make chart in stats screen support negative numbers. Fixes e.g. Mutant
|
changeset |
files
|
2018-03-15 |
Wuzzy |
Fix broken stats chart bounding box
|
changeset |
files
|
2018-03-15 |
Wuzzy |
Lua API: Fix not updating CursorX/CursorY properly when moving cursor at screen border
|
changeset |
files
|
2018-03-15 |
Wuzzy |
Clear drawn maps in TechRacer
|
changeset |
files
|
2018-03-15 |
Wuzzy |
gtGenericFaller: Use Tag=1 to allow gtGenericFaller to be displaced randomly. Otherwise it is left alone
|
changeset |
files
|
2018-03-15 |
Wuzzy |
Take radius into account when drawing gtGenericFaller
|
changeset |
files
|
2018-03-14 |
Wuzzy |
Add default directory DrawnMaps to put hand-drawn maps into
|
changeset |
files
|
2018-03-14 |
Wuzzy |
Merge unC0Rr's broken preview fix
|
changeset |
files
|
2018-03-14 |
Wuzzy |
Update frontend translations
|
changeset |
files
|
2018-03-14 |
Wuzzy |
Drawn map menu: Add spin box to change brush size by hand
|
changeset |
files
|
2018-03-14 |
unc0rr |
Fix broken previews for me, pepper with comments on logic. Probably makes it fail for windows users again.
|
changeset |
files
|
2018-03-14 |
Wuzzy |
Add images for radio buttons, add hover and pressed images for checkboxes
|
changeset |
files
|
2018-03-14 |
Wuzzy |
Fix weird scaling of draw map widget
|
changeset |
files
|
2018-03-14 |
Wuzzy |
Drawn map page: Move save and load buttons, fix points label overlap
|
changeset |
files
|
2018-03-14 |
Wuzzy |
Drawn map page: Enable antialiasing, turn eraser cursor red
|
changeset |
files
|
2018-03-14 |
Wuzzy |
Fix cursor circle being too large in drawn map editor
|
changeset |
files
|
2018-03-14 |
Wuzzy |
Backed out changeset 3a110dcb6e87 (Qt color chooser)
|
changeset |
files
|
2018-03-14 |
nemo |
While the intent was good, saving column width/sort was unfortunately not handling the addition of new columns and old configs were losing columns. If this is restored, it should have some check on column with invalidation of config.
|
changeset |
files
|
2018-03-14 |
Wuzzy |
Add voicepack: Russian_pl (by mtg90pl)
|
changeset |
files
|
2018-03-14 |
antonc27 |
- Fix missions path, still needs refactoring...
ios-develop
|
changeset |
files
|
2018-03-14 |
Wuzzy |
Fix frontend from messing with legacy schemes.ini, just read it, never write
|
changeset |
files
|
2018-03-14 |
Wuzzy |
Rename the misleadingly-named AmmoSchemeModel to GameSchemeModel
|
changeset |
files
|
2018-03-14 |
Wuzzy |
Game scheme handling: Use QFile instead of QSettings for increased efficiency
|
changeset |
files
|
2018-03-14 |
Wuzzy |
Fix bad import of old ammo schemes, improve debug output when importing schemes from old .ini files
|
changeset |
files
|
2018-03-14 |
Wuzzy |
Remove old Qt4 workaround for missing language name of Scottish Gaelic
|
changeset |
files
|
2018-03-14 |
Wuzzy |
Force color dialog to use Qt style. Fixes some issues
|
changeset |
files
|
2018-03-13 |
antonc27 |
- Fix missions regression: presentation of list is good, still problem with path during launching
ios-develop
|
changeset |
files
|
2018-03-13 |
antonc27 |
- Fix missions regression: refactoring, WIP
ios-develop
|
changeset |
files
|
2018-03-13 |
Wuzzy |
Update German Lua translation
|
changeset |
files
|
2018-03-13 |
Wuzzy |
Movement Training: Revert ice girder color for consistency with TechRacer and HedgeEditor
|
changeset |
files
|
2018-03-13 |
unc0rr |
Merge qt5transition into default
|
changeset |
files
|
2018-03-13 |
Wuzzy |
Movement training: Tweak some sprite visuals
|
changeset |
files
|
2018-03-13 |
unc0rr |
Workaround for the weird new qgraphicsview/qgraphicsscene fitInView behavior
qt5transition
|
changeset |
files
|
2018-03-13 |
Wuzzy |
Movement Training: Make the use of the mission panel clearer and harder to overlook
|
changeset |
files
|
2018-03-13 |
Wuzzy |
Basic Bazooka Training: Add one more target, make limited ammo section easier, add more hints
|
changeset |
files
|
2018-03-13 |
Wuzzy |
Rope Training: Place the second-last target at a more reasonable position
|
changeset |
files
|
2018-03-13 |
Wuzzy |
Frontend: Fix built-in Qt translations not loaded properly
qt5transition
|
changeset |
files
|
2018-03-13 |
Wuzzy |
Update INSTALL.md about new Qt5 dependency
qt5transition
|
changeset |
files
|
2018-03-13 |
Wuzzy |
Fix buggy Qt5 style detection causing segfault on Arch Linux w/ qt5-style-plugins
qt5transition
|
changeset |
files
|
2018-03-13 |
nemo |
try plastique with fallback to windows - we should find a way to alert the user that qt5-style-plugins would improve rendering
qt5transition
|
changeset |
files
|
2018-03-13 |
nemo |
seems to help styling some - some CSS tweaks may still be needed - lobby for example
qt5transition
|
changeset |
files
|
2018-03-13 |
Wuzzy |
Update .hgignore to ignore new Qt's moc_ and qrc_ files
qt5transition
|
changeset |
files
|
2018-03-12 |
Wuzzy |
Also update default binds for SDL2 keypad names
qt5transition
|
changeset |
files
|
2018-03-12 |
nemo |
these changed, presumably in SDL2 - might want to review all the others
qt5transition
|
changeset |
files
|
2018-03-12 |
Wuzzy |
Use visible team count instead of total team count to determine rendered team bar height
|
changeset |
files
|
2018-03-12 |
Wuzzy |
Remove rubber duck from BRW, RW and most weapon schemes for now
|
changeset |
files
|
2018-03-12 |
Wuzzy |
Use onSkipTurn in scripts to detect turn skips
|
changeset |
files
|
2018-03-12 |
Wuzzy |
Lua API: Add onSkipTurn callback, called when hog skips
|
changeset |
files
|
2018-03-12 |
Wuzzy |
Lua API: Add SkipTurn() to replace ParseCommand("skip")
|
changeset |
files
|
2018-03-12 |
Wuzzy |
ACF7: Add one pick hammer in crate
|
changeset |
files
|
2018-03-11 |
alfadur |
Fix minigun bullets sometimes failing to hit when shooting same thing twice in row
|
changeset |
files
|
2018-03-11 |
antonc27 |
- Remember user settings on app update
ios-develop
|
changeset |
files
|
2018-03-11 |
antonc27 |
- Some not-so-important pretty formatting
ios-develop
|
changeset |
files
|
2018-03-11 |
Wuzzy |
Bazooka/Grenade Training: Make weapon selection detection future-proof
|
changeset |
files
|
2018-03-11 |
antonc27 |
Merge from 0.9.23
ios-develop
|
changeset |
files
|
2018-03-11 |
alfadur |
Change minigun sound once again, lower pitch
|
changeset |
files
|
2018-03-11 |
Wuzzy |
ASA_cosmos: Fix game not ending when hero dies after being seen by Guards
|
changeset |
files
|
2018-03-11 |
alfadur |
Add new minigun sound
|
changeset |
files
|
2018-03-10 |
Wuzzy |
Update Qt and Lua translation files
|
changeset |
files
|
2018-03-10 |
unc0rr |
Fix disabled button rendering
qt5transition
|
changeset |
files
|
2018-03-10 |
unc0rr |
- Fix insane width of lines in health graphic
qt5transition
|
changeset |
files
|
2018-03-10 |
Wuzzy |
uLocale: Fix broken Format function
|
changeset |
files
|
2018-03-10 |
Wuzzy |
Make a few more engine strings translatable
|
changeset |
files
|
2018-03-10 |
Wuzzy |
ClimeHome: Show messages when cake is nearby and when reaching home
|
changeset |
files
|
2018-03-10 |
Wuzzy |
Minigun: Move attack timer to Karma to make gear type more Lua-friendly
|
changeset |
files
|
2018-03-10 |
Wuzzy |
Reduce number of minigun bullets from 71 to 70
|
changeset |
files
|
2018-03-09 |
alfadur |
Fix minigun not pausing the turn timer properly
|
changeset |
files
|
2018-03-09 |
alfadur |
Improve appearance of bullet trails, slight fade out at beginning
|
changeset |
files
|
2018-03-09 |
Wuzzy |
When using seduction, only show “CENSORED” text in English locale
|
changeset |
files
|
2018-03-09 |
Wuzzy |
Nerf minigun in Default ammo scheme
|
changeset |
files
|
2018-03-09 |
alfadur |
Fix minigun bullet impact image being drawn over hog sometimes
|
changeset |
files
|
2018-03-09 |
alfadur |
Fix direction of dispensed bullet shells from shotgun/sniper/minigun
|
changeset |
files
|
2018-03-09 |
Wuzzy |
ACF8: Fix invisible cyborg sometimes blocking the way
|
changeset |
files
|
2018-03-09 |
Wuzzy |
A Classic Fairytale: Harden all missions against missing campaign variables in team file and assume default values
|
changeset |
files
|
2018-03-09 |
Wuzzy |
ACF9: Fix cannibal talking to himself in cut scene if playing with 3 natives instead of 4
|
changeset |
files
|
2018-03-09 |
Wuzzy |
ACF6: Change mines, remove mines placed at unfair positions
|
changeset |
files
|
2018-03-09 |
Wuzzy |
ACF3: Fix cannibals sometimes doing nothing for a full turn
|
changeset |
files
|
2018-03-09 |
Wuzzy |
ACF1: Hide Cannibals team before it appears
|
changeset |
files
|
2018-03-09 |
Wuzzy |
Hide team bar if all hedgehogs in it are hidden or dead
|
changeset |
files
|
2018-03-09 |
Wuzzy |
ACF: Only use standard team colors
|
changeset |
files
|
2018-03-09 |
Wuzzy |
ACF7: Fix incorrect hog name used in speech bubble
|
changeset |
files
|
2018-03-09 |
Wuzzy |
Update German Lua translation
|
changeset |
files
|
2018-03-08 |
Wuzzy |
Merge unC0Rr's control fixes
|
changeset |
files
|
2018-03-08 |
Wuzzy |
ACF7: Make hogs talk when you complete a part of the second mission goal (reach princess / free friends)
|
changeset |
files
|
2018-03-08 |
Wuzzy |
ACF7: Fix incorrect hog name mentioned in 2nd mission text
|
changeset |
files
|
2018-03-08 |
Wuzzy |
AI: Don't use tardis when in multishoot and not inf attack
|
changeset |
files
|
2018-03-08 |
unc0rr |
Fix new binds system for real
|
changeset |
files
|
2018-03-08 |
unc0rr |
This should fix crash with custom bindings
|
changeset |
files
|
2018-03-08 |
jose1711 |
Update Slovak translation
|
changeset |
files
|
2018-03-08 |
Wuzzy |
Racer: Draw waypoint outline around cursor while in placement phase
|
changeset |
files
|
2018-03-08 |
Wuzzy |
Merge server stuff from alfadur
|
changeset |
files
|
2018-03-08 |
Wuzzy |
HedgeEditor: Show waypoint preview
|
changeset |
files
|
2018-03-08 |
Wuzzy |
HedgeEditor: Fix sndIncoming playing for placing stuff, add many sound effects
|
changeset |
files
|
2018-03-08 |
Wuzzy |
HedgeEditor: Clean up messy HWP overwrites
|
changeset |
files
|
2018-03-08 |
Wuzzy |
Racer: No longer play Incoming or Missed sound
|
changeset |
files
|
2018-03-08 |
Wuzzy |
Construction Mode: Fix annoying Incoming voice and other sound issues
|
changeset |
files
|
2018-03-08 |
Wuzzy |
Lua API: PlaySound: Add 3rd parameter instaVoice to instantly play voice
|
changeset |
files
|
2018-03-08 |
Wuzzy |
Lua API: Add SetSoundMask to disable playing certain sounds
|
changeset |
files
|
2018-03-08 |
Wuzzy |
ACF2: Make all Weaklings on worst CPU level
|
changeset |
files
|
2018-03-08 |
alfadur |
separated the server logic from all the async io mess.
|
changeset |
files
|
2018-03-08 |
Wuzzy |
ACF: Reduce computer hog levels in missions 2 and 6.
|
changeset |
files
|
2018-03-08 |
Wuzzy |
CTF_Blizzard: Force clan limit of 2. Auto-remove excess hogs
|
changeset |
files
|
2018-03-08 |
Wuzzy |
CTF_Blizzard: Dump dead code / out-commented code
|
changeset |
files
|
2018-03-08 |
Wuzzy |
CTF: Write hog with most captures in stats screen
|
changeset |
files
|
2018-03-08 |
Wuzzy |
CTF: Say "clan" instead of "team" in mission panel
|
changeset |
files
|
2018-03-08 |
Wuzzy |
CTF: Show team scores and score graph in stats screen
|
changeset |
files
|
2018-03-08 |
Wuzzy |
CTF: Don't disable home flag after capture
|
changeset |
files
|
2018-03-08 |
Wuzzy |
CTF: Allow to be played with more than 2 clans
|
changeset |
files
|
2018-03-08 |
Wuzzy |
CTF: Drop flag when carrier uses piano strike
|
changeset |
files
|
2018-03-08 |
Wuzzy |
Capture the Flag: Fix many Lua errors when playing with >2 clans
|
changeset |
files
|
2018-03-08 |
Wuzzy |
Mutant: Faster excess hog removal
|
changeset |
files
|
2018-03-08 |
Wuzzy |
uCommandHandlers: Remove unused variable
|
changeset |
files
|
2018-03-08 |
Wuzzy |
CTF: Dumb out-commented code
|
changeset |
files
|
2018-03-08 |
Wuzzy |
Slightly simplify Mutant mission panel
|
changeset |
files
|
2018-03-08 |
Wuzzy |
CTF: Fix Lua errors when using kamikaze or tardis
|
changeset |
files
|
2018-03-08 |
Wuzzy |
CTF: Remove tardis and resurrector
|
changeset |
files
|
2018-03-08 |
Wuzzy |
Control: Remove tardis and resurrector
|
changeset |
files
|
2018-03-07 |
Wuzzy |
German translation: “Grundlagentraining” → “Grundausbildung”
|
changeset |
files
|
2018-03-07 |
Wuzzy |
SimpleMission: Set GameFlags more cleanly
|
changeset |
files
|
2018-03-07 |
Wuzzy |
Fix artillery being broken in some missions
|
changeset |
files
|
2018-03-07 |
Wuzzy |
Target Practice: Re-center camera to hog after projectiles get destroyed or drown
|
changeset |
files
|
2018-03-07 |
Wuzzy |
ACF6: Fix cyborgs sometimes idling forever in their turns (fixes bug 521)
|
changeset |
files
|
2018-03-07 |
Wuzzy |
Add hedgehog effect heArtillery, allows to set per-hedgehog artillery mode
|
changeset |
files
|
2018-03-07 |
Wuzzy |
Update German frontend and Minigun translation
|
changeset |
files
|
2018-03-07 |
Wuzzy |
Rope training: Fix confused order of retract/extend controls
|
changeset |
files
|
2018-03-07 |
Wuzzy |
Rope Knock Challenge: Remove trailing space of name "doomy "
|
changeset |
files
|
2018-03-07 |
Wuzzy |
Death02: Add Delay=600
|
changeset |
files
|
2018-03-07 |
Wuzzy |
Update German Lua translation
|
changeset |
files
|
2018-03-07 |
Wuzzy |
Use mktemp in update_lua_locale_files.sh
|
changeset |
files
|
2018-03-07 |
Wuzzy |
Stop SplitByChar also lowercasing the entire string. Fixes bug 581.
|
changeset |
files
|
2018-03-07 |
Wuzzy |
Lua: Rename global variable “L” to “LOCALE”
|
changeset |
files
|
2018-03-07 |
Wuzzy |
Sort all core missions in training menu more logically
|
changeset |
files
|
2018-03-07 |
Wuzzy |
Frontend: Lead first-time player to training page on start
|
changeset |
files
|
2018-03-06 |
nemo |
the clipping was just due to remote abuse anyway - this addresses a couple of the concerns from the bug
|
changeset |
files
|
2018-03-06 |
Wuzzy |
Update README about the Hedgewars training
|
changeset |
files
|
2018-03-06 |
Wuzzy |
Remove unused, unfinished and outdated boot camp mission
|
changeset |
files
|
2018-03-06 |
Wuzzy |
Complete overhaul of Basic Rope Training
|
changeset |
files
|
2018-03-05 |
Wuzzy |
Change misleading server error message about nicknames
|
changeset |
files
|
2018-03-05 |
Wuzzy |
Capitalize default hog names and server name
|
changeset |
files
|
2018-03-05 |
Wuzzy |
More user-friendly server messages
|
changeset |
files
|
2018-03-05 |
Wuzzy |
Fix frontend error dialog always displaying "failed" as last engine message after engine crash
|
changeset |
files
|
2018-03-03 |
unc0rr |
Having chat mode as game state was a mistake
|
changeset |
files
|
2018-03-02 |
Wuzzy |
Remove dead code from basic bazooka training
|
changeset |
files
|
2018-03-02 |
Wuzzy |
Completely redo Basic Grenade Training
|
changeset |
files
|
2018-03-02 |
Wuzzy |
Basic Movement Training: Fix inconsistent help texts when switching Cappy a 2nd time
|
changeset |
files
|
2018-02-28 |
Wuzzy |
Complete redo of Basic Bazooka Training
|
changeset |
files
|
2018-02-26 |
Wuzzy |
Add "Turning Around" to movement training
|
changeset |
files
|
2018-02-26 |
Wuzzy |
Some minor convenience improvements in Basic Flying Saucer Training
|
changeset |
files
|
2018-02-26 |
Wuzzy |
Add Basic Movement Training
|
changeset |
files
|
2018-02-25 |
nemo |
falling hogs using rope were ignoring a few things (for example taking damage from rubber)
|
changeset |
files
|
2018-02-25 |
unc0rr |
Much smaller TBinds type
|
changeset |
files
|
2018-02-24 |
Wuzzy |
Change team colors in rope knock challenge to standard color scheme
|
changeset |
files
|
2018-02-24 |
Wuzzy |
RC Plane Challenge: Switch to using fake crates only
|
changeset |
files
|
2018-02-24 |
Wuzzy |
Display score next to team bar in singleplayer challenges
|
changeset |
files
|
2018-02-23 |
Wuzzy |
Remove false credit of hwmap2lua.sh
|
changeset |
files
|
2018-02-23 |
Wuzzy |
Add szczur's script to convert .hwmap to Lua code
|
changeset |
files
|
2018-02-23 |
Wuzzy |
Lua API: Fix SetWind not updating flake direction
|
changeset |
files
|
2018-02-23 |
Wuzzy |
Fix incorrect wind bar in some missions
|
changeset |
files
|
2018-02-23 |
Wuzzy |
Convert The Great Escape to SimpleMission format
|
changeset |
files
|
2018-02-23 |
Wuzzy |
Convert Nobody Laugh to SimpleMission format
|
changeset |
files
|
2018-02-23 |
nemo |
Enemy hogs should at least try to get to you in low gravity
|
changeset |
files
|
2018-02-22 |
Wuzzy |
Convert Newton and the Hammock to SimpleMission format
|
changeset |
files
|
2018-02-22 |
Wuzzy |
Convert Big Armory mission to SimpleMission format
|
changeset |
files
|
2018-02-22 |
Wuzzy |
SimpleMission: Check regular victory at turn and or start
|
changeset |
files
|
2018-02-22 |
Wuzzy |
SimpleMission: Add support for failure texts in the stats screen
|
changeset |
files
|
2018-02-21 |
Wuzzy |
SimpleMission: Check regular victory before anything else
|
changeset |
files
|
2018-02-21 |
Wuzzy |
New SD flakes for Bath: skull and bones in bubble
|
changeset |
files
|
2018-02-21 |
Wuzzy |
Rewrite most mission texts to actually *explain* the goal
|
changeset |
files
|
2018-02-21 |
Wuzzy |
2 new scenarios: Bazooka Battlefield, Tentacle Terror
|
changeset |
files
|
2018-02-21 |
Wuzzy |
Add SimpleMission lua library for easier mission creation
|
changeset |
files
|
2018-02-21 |
Wuzzy |
Fix SD flakes attributes not set properly when SD flake count = normal flake count
|
changeset |
files
|
2018-02-21 |
Wuzzy |
Improve/fix messaging when multiple teams win
|
changeset |
files
|
2018-02-21 |
Wuzzy |
Remove "Click to resume" from quit menu as visual clutter
|
changeset |
files
|
2018-02-21 |
Wuzzy |
InputHandler: Shorten "Escape" to "Esc"
|
changeset |
files
|
2018-02-21 |
Wuzzy |
Fix quit menu showing incorrect key when using non-default bindings
|
changeset |
files
|
2018-02-21 |
Wuzzy |
Engine: Allow to use up to 9 placeholders in Format and FormatA
|
changeset |
files
|
2018-02-20 |
Wuzzy |
uInputManager: Add functions to get SDL key name
|
changeset |
files
|
2018-02-20 |
Wuzzy |
Fix a few German typos of main menu
|
changeset |
files
|
2018-02-20 |
Wuzzy |
VideoRec: Fix many effects not being recorded
|
changeset |
files
|
2018-02-20 |
Wuzzy |
Fix volume caption not being shown when hitting mute key
|
changeset |
files
|
2018-02-20 |
Wuzzy |
Lua API: Remove empty functions CampaignLock and CampaignUnlock
|
changeset |
files
|
2018-02-20 |
Wuzzy |
Expose 5 land flags to Lua for use with SetGearCollisionMask
|
changeset |
files
|
2018-02-20 |
Wuzzy |
Fix inconsistent name of SetGearAIHints
|
changeset |
files
|
2018-02-19 |
Wuzzy |
Portal mission: Fix health crate spawning inside land
|
changeset |
files
|
2018-02-19 |
Wuzzy |
Make hog invulnerable after winning SpeedShoppa or TargetPractice mission
|
changeset |
files
|
2018-02-19 |
Wuzzy |
Display cursor coordinates in HedgeEditor
|
changeset |
files
|
2018-02-19 |
Wuzzy |
Lua library Animate: StoppedGear now returns true if gear does not exist
|
changeset |
files
|
2018-02-17 |
Wuzzy |
Fix onEndTurn being called in multishoot
|
changeset |
files
|
2018-02-17 |
Wuzzy |
Battalion, Points Mode: Show points next to team bars
|
changeset |
files
|
2018-02-17 |
Wuzzy |
Battalion: Use AmmoTypeMax for ammo type iterations
|
changeset |
files
|
2018-02-17 |
Wuzzy |
Play a few more taunts in Space Invasion
|
changeset |
files
|
2018-02-17 |
Wuzzy |
Racer/TechRacer: Show best times next to team bars
|
changeset |
files
|
2018-02-16 |
Wuzzy |
Construction Mode, Space Invasion: Add example script param in default schems to make editing more convenient
|
changeset |
files
|
2018-02-16 |
Wuzzy |
Add Space Invasion game scheme with sane default configuration
|
changeset |
files
|
2018-02-16 |
Wuzzy |
Racer and TechRacer: Move cameera to first waypoint in Ready phase
|
changeset |
files
|
2018-02-16 |
Wuzzy |
ClimbHome: Show best team heights next to team name
|
changeset |
files
|
2018-02-16 |
Wuzzy |
Construction Mode: Show clan power next to all teams
|
changeset |
files
|
2018-02-16 |
Wuzzy |
Restore 5 hats to their previous full animated form
|
changeset |
files
|
2018-02-16 |
Wuzzy |
Lua API: Add functons: GetTeamIndex and GetTeamClan
|
changeset |
files
|
2018-02-16 |
Wuzzy |
Add team score next to team bars for CTF_Blizard, Control, CTF, Mutant, Space Invasion
|
changeset |
files
|
2018-02-16 |
Wuzzy |
Add SetTeamLabel to Lua API, can set arbitrary string as team label
|
changeset |
files
|
2018-02-16 |
Wuzzy |
Manually fix some clipping / simplify issues with a few hats
|
changeset |
files
|
2018-02-16 |
Wuzzy |
Resize hats with size 32×1024 to 64×512 for consistency
|
changeset |
files
|
2018-02-16 |
Wuzzy |
Crop non-team hats without “real” animation to static format (32×32)
|
changeset |
files
|
2018-02-16 |
Wuzzy |
Simplify 5 team hats to static format
|
changeset |
files
|
2018-02-15 |
Wuzzy |
Fix hittig precise+rottags the first time when all tags started off showing health tag in gfInvulnerable
|
changeset |
files
|
2018-02-15 |
Wuzzy |
Implement very basic stats screen for TropyRace
|
changeset |
files
|
2018-02-15 |
Wuzzy |
TrophyRace: Hide mission panel when player shoots rope
|
changeset |
files
|
2018-02-15 |
Wuzzy |
Simplify the status update panel in Trophy Race a lot
|
changeset |
files
|
2018-02-15 |
Wuzzy |
TrophyRace: Show fastest team times (instead of clan times)
|
changeset |
files
|
2018-02-15 |
Wuzzy |
TrophyRace: Show current racing time at top
|
changeset |
files
|
2018-02-15 |
Wuzzy |
The rottags key alone now toggles hog tags; preecise+rottags is used to cycle tags
|
changeset |
files
|
2018-02-15 |
Wuzzy |
Scheme editor: Slightly fade disabled game modifiers into gray
|
changeset |
files
|
2018-02-15 |
Wuzzy |
Fix some hats “dancing on the head” by making them static
|
changeset |
files
|
2018-02-15 |
Wuzzy |
Change game modifier icons: Karma, per-hog ammo, reset health, shared ammo, teams divide
|
changeset |
files
|
2018-02-15 |
Wuzzy |
Change icon for King Mode
|
changeset |
files
|
2018-02-14 |
Wuzzy |
Fix a few typos in German translation
|
changeset |
files
|
2018-02-14 |
Wuzzy |
Fix some consistency issues with change hog tags control
|
changeset |
files
|
2018-02-14 |
Wuzzy |
Flip Switch/Precise key combintions with change hog tags
|
changeset |
files
|
2018-02-14 |
Wuzzy |
Switch + Change hog tags now turns on and off all tags
|
changeset |
files
|
2018-02-14 |
Wuzzy |
Toggle hog tag translucency with Precise + Change hog tags key
|
changeset |
files
|
2018-02-14 |
Wuzzy |
Add separate control for changing hedgehog tags
|
changeset |
files
|
2018-02-14 |
Wuzzy |
Rename AFK Mode to “Auto Skip” (bug 78)
|
changeset |
files
|
2018-02-14 |
Wuzzy |
Rewrite introduction in README
|
changeset |
files
|
2018-02-14 |
Wuzzy |
Update README about the team chat key
|
changeset |
files
|
2018-02-14 |
Wuzzy |
Underwater theme: Replace SD flakes with bloodred jellyfish and change SD background color
|
changeset |
files
|
2018-02-14 |
Wuzzy |
Fix preview image for Sticks map
|
changeset |
files
|
2018-02-14 |
Wuzzy |
Redo SD water and SD clouds of most themes and apply sd-tint
|
changeset |
files
|
2018-02-12 |
Wuzzy |
Make team chat its own control and use [U] key by default
|
changeset |
files
|
2018-02-12 |
Wuzzy |
Show remaining ammo when using Birdy egg or RC Plane bomb
|
changeset |
files
|
2018-02-12 |
Wuzzy |
Mutant: Force special mutant/feeder hat+name to be only hold by those who deserved it
|
changeset |
files
|
2018-02-12 |
Wuzzy |
Battalion: Mutate hogs by default again, but not the names. Add script param mutatenames. Force crowns in King Mode
|
changeset |
files
|
2018-02-12 |
Wuzzy |
Battalion (mode=king): Kill the team when the king died instea of dismissing
|
changeset |
files
|
2018-02-12 |
Wuzzy |
Battalion: Reduce amount of SD messages
|
changeset |
files
|
2018-02-12 |
Wuzzy |
Tweak some misleading Battalion texts
|
changeset |
files
|
2018-02-12 |
Wuzzy |
Battalion: Move crate pickup animation to crate
|
changeset |
files
|
2018-02-12 |
Wuzzy |
Battalion: Use official onEndTurn callback
|
changeset |
files
|
2018-02-12 |
Wuzzy |
Battalion: Add more health change effects
|
changeset |
files
|
2018-02-12 |
Wuzzy |
Battalion: Clean up and remove dead code
|
changeset |
files
|
2018-02-12 |
Wuzzy |
Battalion: Standardize the crate pickup message
|
changeset |
files
|
2018-02-12 |
Wuzzy |
Clean up Battalion error stuff
|
changeset |
files
|
2018-02-12 |
Wuzzy |
Add custom weapon icons for Continental supplies
|
changeset |
files
|
2018-02-11 |
Wuzzy |
HedgeEditor: Tweak caption colors
|
changeset |
files
|
2018-02-11 |
Wuzzy |
Construction Mode: Fix cursor icon being displayed on teleport
|
changeset |
files
|
2018-02-11 |
Wuzzy |
Construction Mode: Hide crate contents and object/crate placer submodes from prying eyes over the net
|
changeset |
files
|
2018-02-11 |
Wuzzy |
Construction Mode: Show selected object at cursor and crate preview
|
changeset |
files
|
2018-02-11 |
Wuzzy |
Construction Mode: Fix annoying extra messages when using object placer
|
changeset |
files
|
2018-02-11 |
Wuzzy |
Fix incorrect round counting in fruit03, too
|
changeset |
files
|
2018-02-11 |
Wuzzy |
Fix Killing the Specialists recording the turn count way too low
|
changeset |
files
|
2018-02-11 |
Wuzzy |
Construction Mode: Spawn particles over generators, tweak other particles
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Construction Mode: Show message when respawning hog
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Racer: Make waypoints dark in bright themes like Bath
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Make first waypoint flash TechRacer, before hog starts racing
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Racer: Make first waypoint flash and highlight last waypoint while placing
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Racer, TechRacer: Fade out waypoints at the end
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Racer, TechRacer: Change waypoint opacity on victory or failure
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Increase opacity of Racer/TechRacer waypoints
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Disable crate drops in HedgeEditor scheme
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Remove some "invalid" crate drops from Construction Mode weapon scheme
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Construction Mode: Show Message and minor smoke effect when losing ammo due to weapon filter
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Redraw Vampiric.png based on vector graphic. Smooth fade out to 0 opacity instead of hard cut-off
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Construction Mode: Hide power tag when it's nobody's turn
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Add minigun to scripts. Also add a few missing ammos to BRW and RW
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Construction Mode: Now amSwitch amount can be changed in weapon scheme
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Always remove mine strike in Construction Mode
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Construction Mode: Change message color
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Construction Mode: Refactor colors, add subtle glow to healing station, don't spawn vGears for respawner and generator
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Refactor Construction Mode to NOT use localized strings as identifiers
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Improve internal Construction Mode code documentation
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Localize various Construction Mode vars
|
changeset |
files
|
2018-02-10 |
Wuzzy |
Refactor Construction Mode code (delete old comments, move code around. NO functional changes)
|
changeset |
files
|
2018-02-09 |
Wuzzy |
Lua API: AddAmmo unselects weapons before it would remove current ammo from current hog
|
changeset |
files
|
2018-02-09 |
Wuzzy |
Construction Mode: Each team remembers its selections now
|
changeset |
files
|
2018-02-09 |
Wuzzy |
More Construction Mode refactoring
|
changeset |
files
|
2018-02-09 |
Wuzzy |
Construction Mode: Remember previous selection of pIndex
|
changeset |
files
|
2018-02-09 |
Wuzzy |
Construction Mode: Sort structure types roughly by importance and convenience
|
changeset |
files
|
2018-02-09 |
Wuzzy |
Add a few key shortcuts in Costruction Mode
|
changeset |
files
|
2018-02-09 |
Wuzzy |
HedgeEditor, Construction Mode: Refactor code by adding fake ammo type variables
|
changeset |
files
|
2018-02-09 |
Wuzzy |
Add healing visual effect + heal msg in scripts
|
changeset |
files
|
2018-02-09 |
Wuzzy |
Lua API: Add HealHog to heal hog with visual effects + message
|
changeset |
files
|
2018-02-09 |
Wuzzy |
Show subtle heal effect for healing hogs in health reset mode
|
changeset |
files
|
2018-02-09 |
Wuzzy |
Refactor health gain effects and message into util fuction HHHeal
|
changeset |
files
|
2018-02-09 |
Wuzzy |
Killing The Specialists: Fix health boost division
|
changeset |
files
|
2018-02-09 |
Wuzzy |
Killing The Specialists mission: Fix misleading hints, add messages and visual effects
|
changeset |
files
|
2018-02-09 |
Wuzzy |
2 minor spelling/grammar fixes
|
changeset |
files
|
2018-02-09 |
Wuzzy |
Refactor scripts to use SpawnSupplyCrate (where it makes sense)
|
changeset |
files
|
2018-02-09 |
Wuzzy |
Lua API: Add SpawnSupplyCrate
|
changeset |
files
|
2018-02-09 |
Wuzzy |
Lua API: Add GetTeamName
|
changeset |
files
|
2018-02-08 |
Wuzzy |
Lua API: Add GetWind function to get current wind
|
changeset |
files
|
2018-02-08 |
Wuzzy |
Lua API: Add SetVampiric and SetLaserSight
|
changeset |
files
|
2018-02-08 |
Wuzzy |
Add callback: onEndTurn
|
changeset |
files
|
2018-02-08 |
Wuzzy |
Change hats exclusion rule in hats_js_anim.xhtml
|
changeset |
files
|
2018-02-08 |
Wuzzy |
Fix broken preview of team hats in frontend
|
changeset |
files
|
2018-02-08 |
Wuzzy |
Add missing beginWriteArray in scheme model code
|
changeset |
files
|
2018-02-08 |
Wuzzy |
Fix failure to read game scheme (.hwg) files
|
changeset |
files
|
2018-02-08 |
KoBeWi |
Fix how scheme files behave
|
changeset |
files
|
2018-02-08 |
KoBeWi |
Keep game/weapon schemes in separate files
|
changeset |
files
|
2018-02-08 |
mtg90pl |
Add Polish voicepack (Default_pl) by mtg90pl
|
changeset |
files
|
2018-02-08 |
Wuzzy |
Fix timebox being usable in SD w/ damage=0
|
changeset |
files
|
2018-02-07 |
Wuzzy |
Fix TotalRounds counting rounds a couple of turns too late
|
changeset |
files
|
2018-02-07 |
Wuzzy |
Refactor Sudden Death starting into own function
|
changeset |
files
|
2018-02-07 |
Wuzzy |
Add the flag of Scotland (uk_scotland)
|
changeset |
files
|
2018-02-07 |
Wuzzy |
Fix green color channel on themes with sd-tint (#566)
|
changeset |
files
|
2018-02-07 |
Wuzzy |
Add theme fallback music settings
|
changeset |
files
|
2018-02-07 |
Wuzzy |
Remove unused variable in uGearsHandlersMess
|
changeset |
files
|
2018-02-07 |
Wuzzy |
ClimbHome, Sniper Rifle training: Unselect weapon after victory
|
changeset |
files
|
2018-02-07 |
Wuzzy |
Calling SetWeapon with amNothing now unselects weapon
|
changeset |
files
|
2018-02-07 |
Wuzzy |
Change weapon icons of mudball and air mine
|
changeset |
files
|
2018-02-07 |
Wuzzy |
Lua API: Add WriteLnToChat
|
changeset |
files
|
2018-02-07 |
Wuzzy |
ASA, Hard Flying: Show personal best at mission start
|
changeset |
files
|
2018-02-06 |
Wuzzy |
Precise Shooting mission: Fix Lua errors when enemy dies after hero
|
changeset |
files
|
2018-02-06 |
Wuzzy |
Start changelog for 0.9.24
|
changeset |
files
|
2018-02-06 |
Wuzzy |
ASA: Fruit03: Show collected ammo
|
changeset |
files
|
2018-02-06 |
Wuzzy |
ACF3: Explode princess when skipping 12turn course failanim
|
changeset |
files
|
2018-02-06 |
Wuzzy |
Show # of turns left in the 12-turn parcour segment of ACF3
|
changeset |
files
|
2018-02-06 |
Wuzzy |
String cleanup: Double/triple exclamation marks
|
changeset |
files
|
2018-02-06 |
Wuzzy |
Fix various story flaws in mission descriptions of ACF campaign
|
changeset |
files
|
2018-02-06 |
Wuzzy |
Fix some minor formatting and grammar flaws in script strings
|
changeset |
files
|
2018-02-06 |
Wuzzy |
Fix various typos in translatable strings
|
changeset |
files
|
2018-02-06 |
Wuzzy |
Fix error 52: Move amMinigun.png to Graphics/Hedgewars
|
changeset |
files
|
2018-01-31 |
alfadur |
Machinegun. also tweaked ignore
|
changeset |
files
|
2018-01-24 |
unc0rr |
Finish porting. Seems to work, but no thorough testing has been performed
qt5transition
|
changeset |
files
|
2018-01-24 |
unc0rr |
Configure for Qt5
qt5transition
|
changeset |
files
|
2018-01-16 |
unc0rr |
Add assert on LoadingText texture value
0.9.23
|
changeset |
files
|
2018-01-16 |
unc0rr |
Proper rejoin desyncs fix now
0.9.23
|
changeset |
files
|
2018-01-15 |
unc0rr |
The ultimate fix for rejoin desyncs
0.9.23
|
changeset |
files
|
2018-01-14 |
unc0rr |
Fix for freebsd
qmlfrontend
|
changeset |
files
|
2018-01-15 |
nemo |
add a mask to the sand hog
|
changeset |
files
|
2018-01-10 |
unc0rr |
Pass mouse movements to engine, warp cursor in frontend
qmlfrontend
|
changeset |
files
|
2018-01-10 |
koda |
merge
|
changeset |
files
|
2018-01-10 |
koda |
Apply horrible workaround to build relocatable executables
0.9.23
|
changeset |
files
|
2018-01-10 |
koda |
Set cmake RPATH policy to OLD
0.9.23
|
changeset |
files
|
2018-01-07 |
sheepluva |
fix crosshair rendering in GL2 mode
|
changeset |
files
|
2018-01-07 |
sheepluva |
also put GL2 fixes into default
|
changeset |
files
|
2018-01-07 |
unc0rr |
Fix referencing missing item
qmlfrontend
|
changeset |
files
|
2018-01-07 |
unc0rr |
- ResizeWindow function to pass engine new window size
qmlfrontend
|
changeset |
files
|
2018-01-06 |
sheepluva |
whoops, I ruined the path of the unC0Rr
qmlfrontend
|
changeset |
files
|
2018-01-06 |
sheepluva |
fix issues and my past sins with GL2
qmlfrontend
|
changeset |
files
|
2018-01-05 |
unc0rr |
Fix missing default values
qmlfrontend
|
changeset |
files
|
2018-01-05 |
nemo |
apparently this is GLES2 only
|
changeset |
files
|
2018-01-05 |
unc0rr |
Fix missing includes for GL2 build
qmlfrontend
|
changeset |
files
|
2018-01-05 |
unc0rr |
Comment out functions that don't need to be called for engine in frontend window
qmlfrontend
|
changeset |
files
|
2018-01-02 |
unc0rr |
Break engine completely and make it render in frontend window (no actual rendering yet, just white screen)
qmlfrontend
|
changeset |
files
|
2018-01-02 |
nemo |
pick up unc0rr's preview fix
|
changeset |
files
|
2018-01-02 |
unC0Rr |
Fix obviously broken logic. Fixes broken preview fetching on Windows.
0.9.23
|
changeset |
files
|
2017-12-30 |
antonc27 |
- Present stats page always on main thread
ios-develop
|
changeset |
files
|
2017-12-30 |
antonc27 |
- BIG CHANGE: Convert iOS project to use ARC
ios-develop
|
changeset |
files
|
2017-12-29 |
antonc27 |
- Fix ammos menu crash
ios-develop
|
changeset |
files
|
2017-12-29 |
antonc27 |
- Lazy checks for preventing crash when drawing 'nice hogs' on config screen (frontend) on iPad. Now we have animation glitch sometimes, but this is preferable to crash anyway
ios-develop
|
changeset |
files
|
2017-12-29 |
antonc27 |
- Xcode somehow inherit info about unused target for tvOS from SDL 2.0.7, so commit this noise too...
ios-develop
|
changeset |
files
|
2017-12-29 |
antonc27 |
- Disable bitcode for embedded projects (must be done manually for SDLs too)
ios-develop
|
changeset |
files
|
2017-12-29 |
antonc27 |
- Fix deprecated `system` in Lua for iOS 11 (not tested)
ios-develop
|
changeset |
files
|
2017-12-29 |
antonc27 |
- Fix ifdef (why this even worked before ??)
ios-develop
|
changeset |
files
|
2017-12-28 |
nemo |
merge into default too
|
changeset |
files
|
2017-12-28 |
astro |
dependency fixes
0.9.23
|
changeset |
files
|
2017-12-26 |
unc0rr |
Make playing a game possible
qmlfrontend
|
changeset |
files
|
2017-12-26 |
nemo |
these images should have been RGBA to stay consistent with all the others
|
changeset |
files
|
2017-12-26 |
unc0rr |
Recreate uFLRunQueue in Qt, render previews
qmlfrontend
|
changeset |
files
|
2017-12-24 |
unc0rr |
Preview rendering seems to work now
qmlfrontend
|
changeset |
files
|
2017-12-24 |
unc0rr |
And more refactoring...
qmlfrontend
|
changeset |
files
|
2017-12-23 |
unc0rr |
More refactoring in attempt to move away from frontlib
qmlfrontend
|
changeset |
files
|
2017-12-22 |
unc0rr |
Start hacking new frontend
qmlfrontend
|
changeset |
files
|
2017-12-17 |
unc0rr |
Start removing flib functionality
qmlfrontend
|
changeset |
files
|
2017-12-16 |
unc0rr |
Merge default. This branch is up-to-date and code is working.
qmlfrontend
|
changeset |
files
|
2017-12-16 |
unc0rr |
Add new qmlfrontend project template
|
changeset |
files
|
2017-12-16 |
unc0rr |
Improve this code a bit more
|
changeset |
files
|
2017-12-06 |
unc0rr |
Quick dirty fix for building
|
changeset |
files
|
2017-12-05 |
nemo |
bump proto
|
changeset |
files
|
2017-12-05 |
nemo |
0.9.23 branch
0.9.23
|
changeset |
files
|
2017-12-05 |
nemo |
rock the duck a bit - also replace a few other values with realtick that seemed like they should probably animate in pause
|
changeset |
files
|
2017-11-30 |
nemo |
er. should be true I think? also... maybe this should be somewhere else
|
changeset |
files
|
2017-11-30 |
nemo |
This is a desyncing change. But... We might need a new release anyway. ☹
|
changeset |
files
|
2017-11-29 |
alfadur |
Fix chat input key being sometimes registered twice
|
changeset |
files
|
2017-11-25 |
nemo |
At the very least we should match the gameserver length which seems to be 40, not 60
|
changeset |
files
|
2017-11-25 |
nemo |
Should probably have gl context stuff in its own unit separate from store, but, don't close the gl context before anything that might still want to do gl operations
|
changeset |
files
|
2017-11-25 |
nemo |
init priority and scale
|
changeset |
files
|
2017-11-23 |
nemo |
hate SDL blit...
|
changeset |
files
|
2017-11-22 |
nemo |
infinite attack resets flags so probably should skip this
|
changeset |
files
|
2017-11-19 |
unc0rr |
Update checker a bit
|
changeset |
files
|
2017-11-17 |
Wuzzy |
Added tag 0.9.23-release for changeset 8610462e3d33
|
changeset |
files
|
2017-11-17 |
nemo |
alt damage should default to false
|
changeset |
files
|
2017-11-15 |
nemo |
remove the annoying ????
|
changeset |
files
|
2017-11-13 |
Wuzzy |
Remove 2 unused number tags in Construction Mode GUI
0.9.23-release
|
changeset |
files
|
2017-11-13 |
unc0rr |
- More files to ignore
|
changeset |
files
|
2017-11-13 |
unc0rr |
Bump protocol version and add new version info to game server
|
changeset |
files
|
2017-11-12 |
Wuzzy |
Update translations mentioned in changelog
|
changeset |
files
|
2017-11-12 |
KoBeWi |
Finalize translation of pl.lua
|
changeset |
files
|
2017-11-12 |
Wuzzy |
Backed out changeset 575c0de98505
|
changeset |
files
|
2017-11-12 |
Wuzzy |
Fix grammar fail in cosmos.lua (string freeze compliant)
|
changeset |
files
|
2017-11-12 |
KoBeWi |
Update pl.lua (>99% complete)
|
changeset |
files
|
2017-11-09 |
alfadur |
animation tweak
|
changeset |
files
|
2017-11-08 |
Wuzzy |
Fix incorrect check for cake gear type in ClimbHome
|
changeset |
files
|
2017-11-08 |
nemo |
remove some more test redundancy and restore a missing and important nil check
|
changeset |
files
|
2017-11-08 |
nemo |
just merging if statements
|
changeset |
files
|
2017-11-06 |
unc0rr |
- Update .pro file
|
changeset |
files
|
2017-11-03 |
Wuzzy |
Remove unused uCommands from uGearsHandlersMess
|
changeset |
files
|
2017-11-03 |
Wuzzy |
Fix lastGameType not being updated if game type was demo or save (fixes a crash)
|
changeset |
files
|
2017-11-03 |
Wuzzy |
Fix desyncs when forcing rope re-selection after missing a shot or hitting bounce world edge
|
changeset |
files
|
2017-11-03 |
Wuzzy |
Fix desync when dropping weapon from parachute or jetpack
|
changeset |
files
|
2017-11-03 |
Wuzzy |
Backed out changeset 28210d2a9a36 (fixes bug 553)
|
changeset |
files
|
2017-11-02 |
nemo |
initialise previousGameState to something valid and not gsSuspend
|
changeset |
files
|
2017-11-01 |
Wuzzy |
Add Lua problems to the troubleshooting section of INSTALL.md
|
changeset |
files
|
2017-11-01 |
koda |
travis: Install qt4 with a brew tap
|
changeset |
files
|
2017-11-01 |
unc0rr |
Don't send taunt message for automatically happening taunt animation
|
changeset |
files
|
2017-10-31 |
Wuzzy |
Remove newlines at end of Gravity mission panel
|
changeset |
files
|
2017-10-31 |
Wuzzy |
Fix frontend not sending script param if empty
|
changeset |
files
|
2017-10-31 |
Wuzzy |
Fix Battialion script showing “Round 0” at start
|
changeset |
files
|
2017-10-31 |
Wuzzy |
Fix host not re-sending ammo scheme after editing an existing ammo scheme
|
changeset |
files
|
2017-10-31 |
KoBeWi |
Update Polish tips and mission map descriptions
|
changeset |
files
|
2017-10-31 |
Wuzzy |
Update changelog regarding wrap world edge bugs
|
changeset |
files
|
2017-10-31 |
KoBeWi |
Add Polish translation for campaigns and new missions
|
changeset |
files
|
2017-10-30 |
KoBeWi |
Update pl.txt translation file
|
changeset |
files
|
2017-10-30 |
Wuzzy |
Backed out changeset c162995831d8
|
changeset |
files
|
2017-10-30 |
Wuzzy |
Backed out changeset 058a5d373e4a
|
changeset |
files
|
2017-10-30 |
Wuzzy |
Backed out changeset d08afea02908
|
changeset |
files
|
2017-10-30 |
KoBeWi |
Minor pl.txt update
|
changeset |
files
|
2017-10-30 |
KoBeWi |
Update and complete Polish frontend translation
|
changeset |
files
|
2017-10-30 |
Wuzzy |
Fix Hedgewars going into suspension mode (game freezes) when windows got minimized
|
changeset |
files
|
2017-10-30 |
KoBeWi |
Update Polish translation (frontend, 3 strings missing)
|
changeset |
files
|
2017-10-29 |
Wuzzy |
Fix broken cancel button on the login window (bug 373)
|
changeset |
files
|
2017-10-29 |
Wuzzy |
ACF6: Make sure player only gets portal gun at the portal sequence, and not a pile full of weapons and ropes
|
changeset |
files
|
2017-10-29 |
Wuzzy |
ACF3: Mention mines time in a sequence where it has been forgotten
|
changeset |
files
|
2017-10-29 |
Wuzzy |
ACF2: Fix Lua error spam when Leaks A Lot died in same turn as weaklings, also do other minor tweaks
|
changeset |
files
|
2017-10-28 |
Wuzzy |
Fix some German translations in ClimbHome and ACF
|
changeset |
files
|
2017-10-28 |
Wuzzy |
Add comments for all A Classic Fairytale missions to summarize the story in a flow chart-like fashion
|
changeset |
files
|
2017-10-28 |
Wuzzy |
Use SDL_SetRelativeMouseMode to detect mouse movements, fixes xinput issues
|
changeset |
files
|
2017-10-28 |
Wuzzy |
HedgeEditor: Define fallback flag/voice/fort/grave when saving level data
|
changeset |
files
|
2017-10-28 |
Wuzzy |
HedgeEditor: Don't change mode in background when pressing left/right w/o amAirAttack selected
|
changeset |
files
|
2017-10-28 |
Wuzzy |
Fix ammo menu, placement and camera movement keys not working in ammo menu
|
changeset |
files
|
2017-10-28 |
Wuzzy |
Fix CheckWorldWrap not correctly checking for bounce edge. Also fix teleport @ bounce edge
|
changeset |
files
|
2017-10-27 |
unc0rr |
Update cabal file
|
changeset |
files
|
2017-10-27 |
Wuzzy |
Fix bad LuaGoals comparison for pas2c builds
|
changeset |
files
|
2017-10-27 |
Wuzzy |
Update small preview image of Basketball and BasketballField maps
|
changeset |
files
|
2017-10-27 |
Wuzzy |
ACF7: Fix two weird thinking bubbles which should be speech bubbles
|
changeset |
files
|
2017-10-27 |
Wuzzy |
ACF7: Fix no animation starting for some possible scenes
|
changeset |
files
|
2017-10-27 |
Wuzzy |
Oops. Changelog was wrong, the error message spam was for ACF8, not ACF7
|
changeset |
files
|
2017-10-27 |
Wuzzy |
ACF7: Fix possible Lua error spam in intro sequence
|
changeset |
files
|
2017-10-27 |
Wuzzy |
Fix some German typos and change a translation word (Ziele → Zielscheiben)
|
changeset |
files
|
2017-10-26 |
Wuzzy |
Disable hog control after winning target practice challenge
|
changeset |
files
|
2017-10-26 |
Wuzzy |
ACF5: Fix final animation being stuck when the cyborg's way to the right is blocked
|
changeset |
files
|
2017-10-26 |
Wuzzy |
Animate library: Add new parameter maxMoveTime to AnimMove
|
changeset |
files
|
2017-10-26 |
unc0rr |
Slightly update russian localization
|
changeset |
files
|
2017-10-26 |
Wuzzy |
ACF7: Set correct hog position after skipping start anim
|
changeset |
files
|
2017-10-26 |
Wuzzy |
ACF2: Mention that both hogs must survive
|
changeset |
files
|
2017-10-26 |
Wuzzy |
ACF, mission 2: Fix various mission breakages when heroes died together with enemies
|
changeset |
files
|
2017-10-26 |
Wuzzy |
Change SD music for Halloween and Hoggywood themes (old tracks)
|
changeset |
files
|
2017-10-26 |
Wuzzy |
Fix German typo in de.lua
|
changeset |
files
|
2017-10-26 |
Wuzzy |
Expose the gotten achievements of Bamboo Thicked and Dangerous Ducklings in the stats screen
|
changeset |
files
|
2017-10-26 |
Wuzzy |
Add sparkle's name to Rope Knock Challenge
|
changeset |
files
|
2017-10-26 |
Wuzzy |
Update credits for Fruit.ogg
|
changeset |
files
|
2017-10-26 |
Wuzzy |
Complete music credits for Jungle.ogg by alfadur
|
changeset |
files
|
2017-10-26 |
nemo |
oops
|
changeset |
files
|
2017-10-26 |
alfadur |
jungle music
|
changeset |
files
|
2017-10-25 |
nemo |
checksum immediately after loading because surface2tex does surface manipulation. also add some FIXMEs
|
changeset |
files
|
2017-10-25 |
Wuzzy |
Make gtDuck use DirAngle instead of Angle for rotation
|
changeset |
files
|
2017-10-25 |
Wuzzy |
Fix sometimes ammo schemes not being saved after changing before an ammo scheme got deleted in session
|
changeset |
files
|
2017-10-25 |
nemo |
one more pattern
|
changeset |
files
|
2017-10-25 |
unc0rr |
Use maybeNick from Utils, fixes empty nickname inserted in ROOMS protocol command parameters. Not tested, but builds, and it's Haskell...
|
changeset |
files
|
2017-10-24 |
nemo |
you know what... I think everything would have been fine if we'd simply required all this hog stuff to be in the same block...
|
changeset |
files
|
2017-10-24 |
nemo |
w is in pixels, so presumably this needs to be *4
|
changeset |
files
|
2017-10-24 |
nemo |
use pitch for surfaces, land_width x2 since 16 bit
|
changeset |
files
|
2017-10-24 |
unc0rr |
Modernize Cargo.toml a bit
|
changeset |
files
|
2017-10-24 |
unc0rr |
Remove silly toUtf8 which caused bug with default team name
|
changeset |
files
|
2017-10-24 |
Wuzzy |
Add a few random team names and fix typos
|
changeset |
files
|
2017-10-24 |
nemo |
2nd try... just shortcircuit most of onGameTick20 when we are between turns.
|
changeset |
files
|
2017-10-24 |
nemo |
this should probably sidestep that thing unc0rr keeps bringing up. untested. but then, I've never had it happen. I think what happens is onGameTick20 is called in same tick as onNewTurn and before it...
|
changeset |
files
|
2017-10-24 |
Wuzzy |
Update README.md: Add game description, controls, getting started guide for n00bs, fix typos, reorganize sections
|
changeset |
files
|
2017-10-24 |
Wuzzy |
Rewrite INSTALL file: Markdown format, add troubleshooting section, more detailed build instructions, etc.
|
changeset |
files
|
2017-10-24 |
Wuzzy |
ACF mission 5: Take away switch and always play with deployed hog in final mission stage
|
changeset |
files
|
2017-10-24 |
Wuzzy |
Lua API: Fix Goals text being cut off at ca. 255 characters
|
changeset |
files
|
2017-10-24 |
Wuzzy |
More changelog updates
|
changeset |
files
|
2017-10-24 |
Wuzzy |
Changelog: Add 0.9.23 highlights, change headers, reorganize 0.9.23 engine updates, fix typos, mention some features
|
changeset |
files
|
2017-10-23 |
Wuzzy |
Use Gear^.Boom to calculate cake party faces
|
changeset |
files
|
2017-10-23 |
Wuzzy |
Fix cake party face not working across wrap world border
|
changeset |
files
|
2017-10-23 |
Wuzzy |
Make air mines follow hedgehogs across wrap world edge
|
changeset |
files
|
2017-10-23 |
Wuzzy |
Make GearsNear and CheckGearNear check gears across wrap world edge
|
changeset |
files
|
2017-10-23 |
Wuzzy |
Add KoBeWi to credits
|
changeset |
files
|
2017-10-23 |
Wuzzy |
Update changelog
|
changeset |
files
|
2017-10-23 |
Wuzzy |
HedgeEditor: Fix broken napalm/mine strike/drill strike
|
changeset |
files
|
2017-10-23 |
Wuzzy |
Rope Knock Challenge: Don't count hog kills after hero hurt itself
|
changeset |
files
|
2017-10-23 |
Wuzzy |
Rope knock challenge: Add names of developers and Shoppa tournament players who ranked 1st/2nd/3rd
|
changeset |
files
|
2017-10-22 |
Wuzzy |
Fix bee homing incorrectly when target is across wrap world edge
|
changeset |
files
|
2017-10-21 |
Wuzzy |
Wrap around target coordinates when clicking on other side of wrap-around world edge
|
changeset |
files
|
2017-10-21 |
Wuzzy |
Move CalcWorldWrap to uUtils.pas
|
changeset |
files
|
2017-10-21 |
Wuzzy |
Add Wuzzy to credits
|
changeset |
files
|
2017-10-21 |
Wuzzy |
Fix AddAmmo setting ammo to 99 when trying to add infinite ammo
|
changeset |
files
|
2017-10-21 |
nemo |
add copherneue
|
changeset |
files
|
2017-10-21 |
Wuzzy |
Fix division by 0 in sniper rifle training
|
changeset |
files
|
2017-10-21 |
Wuzzy |
Sniper rifle training: Fix missing victory sound, also disable controls at the end
|
changeset |
files
|
2017-10-21 |
Wuzzy |
Sniper rifle mission: Faster dynamite blow-up, also skip with precise
|
changeset |
files
|
2017-10-21 |
Wuzzy |
Sniper rifle training: Fix general camera weirdness
|
changeset |
files
|
2017-10-21 |
Wuzzy |
Sniper rifle mission: Fix targets spawning twice in dynamite scenes, jacking up the total amount of targets
|
changeset |
files
|
2017-10-21 |
Wuzzy |
Fix small German typo
|
changeset |
files
|
2017-10-20 |
Wuzzy |
Fix GCC warnings: -Wimplicit-fallthrough and -Wint-in-bool-context
|
changeset |
files
|
2017-10-20 |
Wuzzy |
Fix PhysFS 3.0.0 deprecation warnings for error reporting
|
changeset |
files
|
2017-10-20 |
Wuzzy |
Fix compiler getting nervous about C++11 dependency
|
changeset |
files
|
2017-10-20 |
Wuzzy |
Update hedgewars_de.ts translation
|
changeset |
files
|
2017-10-20 |
Wuzzy |
Run lupdate
|
changeset |
files
|
2017-10-20 |
Wuzzy |
Update Big Armory mission image (duck position)
|
changeset |
files
|
2017-10-20 |
Wuzzy |
Fix first ammo row being invisible when there's only one weapon in the first row
|
changeset |
files
|
2017-10-20 |
Wuzzy |
Fix a few German typos and weird grammar
|
changeset |
files
|
2017-10-20 |
Wuzzy |
Update German Lua and campaign translations
|
changeset |
files
|
2017-10-20 |
Wuzzy |
Run update_lua_locale_files.sh
|
changeset |
files
|
2017-10-20 |
Wuzzy |
Turn loc_gen.txt into an executable Shell script
|
changeset |
files
|
2017-10-20 |
Wuzzy |
Fix bubbles drawn on the wrong side when hog drowns and faces right
|
changeset |
files
|
2017-10-20 |
Wuzzy |
Increase chance for AI to use tardis over skip
|
changeset |
files
|
2017-10-20 |
Wuzzy |
AI player checks if it can use tardis before selecting it
|
changeset |
files
|
2017-10-19 |
nemo |
extend land digest to all surfaces that could possibly be loaded into Land[] - i.e. ones that impact sync
|
changeset |
files
|
2017-10-18 |
Wuzzy |
AI hogs use timebox instead of skip if clueless what to do
|
changeset |
files
|
2017-10-18 |
Wuzzy |
AI doesn't use extra damage/vampirism/invulnerable again if already active
|
changeset |
files
|
2017-10-18 |
Wuzzy |
Move amNothing from F1 slot to new special hidden weapon slot. Move amDuck to F1
|
changeset |
files
|
2017-10-18 |
Wuzzy |
Add air mine, cleaver to Highlander ammo scheme, and remove resurrector
|
changeset |
files
|
2017-10-18 |
Wuzzy |
Fix rubber duck not being used in Highlander
|
changeset |
files
|
2017-10-16 |
Wuzzy |
Also drop air mine and rubber duck from Construction Mode crates
|
changeset |
files
|
2017-10-15 |
Wuzzy |
Highlander: Mention the "max. 1 ammo per type" rule in mission panel
|
changeset |
files
|
2017-10-15 |
Wuzzy |
Loyal Highlander: loyal=true in Highlander script param, you only get stuff for *enemy* kills
|
changeset |
files
|
2017-10-13 |
Wuzzy |
Fix failure to update all cloud layers properly when entering Sudden Death
|
changeset |
files
|
2017-10-13 |
nemo |
mark up sprites for uStore loading. critical is for ones needed for proper gameplay, checksum is for ones where the game will desync if they don't match. will add checksumming next...
|
changeset |
files
|
2017-10-13 |
Wuzzy |
Don't switch back to rope/chute/jetpack if selected ammo is not ammoprop_AltUse
|
changeset |
files
|
2017-10-12 |
Wuzzy |
Explain TropyRace's knockout rule in the mission panel
|
changeset |
files
|
2017-10-12 |
Wuzzy |
QTfrontend: Fix flickering and bad offset of control config popup
|
changeset |
files
|
2017-10-12 |
Wuzzy |
Add missing variable in uWorld.pas in videorec builds
|
changeset |
files
|
2017-10-12 |
Wuzzy |
Fix incorrect hints about molotov cocktail insta-booming barrels
|
changeset |
files
|
2017-10-11 |
Wuzzy |
Rope: Keep rope selected if sliding on ground and secondary weapon selected
|
changeset |
files
|
2017-10-11 |
Wuzzy |
Remove unused variable in uWorld.pas
|
changeset |
files
|
2017-10-11 |
nemo |
wind blowing around mines off-turn was too annoying.
|
changeset |
files
|
2017-10-11 |
Wuzzy |
Keep rope/jetpack/parachute selected when destroyed and having secondary ammo selected
|
changeset |
files
|
2017-10-11 |
Wuzzy |
Fix rope angle possible to go below 0° if having secondary weapon selected
|
changeset |
files
|
2017-10-11 |
Wuzzy |
Fix faulty stats screen translation in English locale
|
changeset |
files
|
2017-10-11 |
Wuzzy |
Don't let player save ammo scheme with pre-installed name, even case-insensitively
|
changeset |
files
|
2017-10-10 |
Wuzzy |
Fix "at least 2 teams" warning not updated when net team is added/removed
|
changeset |
files
|
2017-10-10 |
Wuzzy |
Fix cursor still being visible after using piano strike
|
changeset |
files
|
2017-10-10 |
Wuzzy |
Change DLC icon (thanks, nemo!)
|
changeset |
files
|
2017-10-10 |
Wuzzy |
Mark custom maps/forts/scripts with circle icon instead of icon
|
changeset |
files
|
2017-10-10 |
Wuzzy |
Mark custom forts with asterisk in team editor
|
changeset |
files
|
2017-10-10 |
Wuzzy |
Lua API: Remove BorderColor variable from onGameInit
|
changeset |
files
|
2017-10-10 |
Wuzzy |
Construction Mode: Fix Lua error spam when using time box with filters on map
|
changeset |
files
|
2017-10-10 |
Wuzzy |
Fix hog holding nothing in hand when choosing napalm or piano strike
|
changeset |
files
|
2017-10-10 |
Wuzzy |
Eliminate some possible spoilers in stats screen of ASA: fruit02
|
changeset |
files
|
2017-10-09 |
Wuzzy |
Fix player being able to switch to dying hog
|
changeset |
files
|
2017-10-08 |
Wuzzy |
Remove spaces from grave names
|
changeset |
files
|
2017-10-08 |
Wuzzy |
Add 7 graves
|
changeset |
files
|
2017-10-08 |
Wuzzy |
No longer jiggle sticky mines if using portable portal device
|
changeset |
files
|
2017-10-08 |
Wuzzy |
Update German and English locale files
|
changeset |
files
|
2017-10-08 |
alfadur |
Improve error messages when feedback or DLC fail to reach Internet
|
changeset |
files
|
2017-10-08 |
Enrico |
Update Italian translation (it.lua)
|
changeset |
files
|
2017-10-08 |
Wuzzy |
Fix short sound breakdown shortly after using time box
|
changeset |
files
|
2017-10-08 |
Wuzzy |
Fix team getting inf. ammo when stockpiling >= 100 ammo
|
changeset |
files
|
2017-10-08 |
Wuzzy |
Fix possibility to accidentally destroy team by entering an already existing team name
|
changeset |
files
|
2017-10-07 |
Wuzzy |
Fix old team name not being removed after renaming team in frontend
|
changeset |
files
|
2017-10-07 |
nemo |
extend overridable graphics/sounds to 8 of each, for lua scripters who really like having their own sprites/sounds. these should not be used in the engine.
|
changeset |
files
|
2017-10-07 |
Wuzzy |
Make sure new teams start with an unique name
|
changeset |
files
|
2017-10-07 |
Wuzzy |
Names of new or copied game schemes are now unique
|
changeset |
files
|
2017-10-07 |
Wuzzy |
Rework weapon scheme handling in frontend and fix a couple of bugs
|
changeset |
files
|
2017-10-06 |
Wuzzy |
Fix molotov cocktails bouncing off vertically off rubber
|
changeset |
files
|
2017-10-06 |
Wuzzy |
Fix argument bug in default name of copy of copy of ammo scheme
|
changeset |
files
|
2017-10-06 |
Wuzzy |
Strip invalid PNG profiles from PNGs
|
changeset |
files
|
2017-10-06 |
alfadur |
Fix splash screen on Windows
|
changeset |
files
|
2017-10-06 |
Wuzzy |
Less stupid resetPosition comment in uCursor.pas
|
changeset |
files
|
2017-10-06 |
Wuzzy |
Fix camera going crazy when starting game with mouse centered
|
changeset |
files
|
2017-10-06 |
Wuzzy |
Use https links in README files
|
changeset |
files
|
2017-10-06 |
alfadur |
(Hopefully) fix game camera being shifted on Windows 10
|
changeset |
files
|
2017-10-06 |
Wuzzy |
Fix teleport allowing you to teleport in land if you clicked beyond the wrap-around border
|
changeset |
files
|
2017-10-05 |
Wuzzy |
ClimbHome: Fix final team scoring 0 if hog took damage
|
changeset |
files
|
2017-10-05 |
Wuzzy |
ClimbHome: Make sure hog faces left on turn start
|
changeset |
files
|
2017-10-05 |
Wuzzy |
Climb Home: Fix game getting stuck when player reaches home
|
changeset |
files
|
2017-10-05 |
Wuzzy |
Add test case for testing that mines don't move for a very long time
|
changeset |
files
|
2017-10-05 |
Wuzzy |
Destroy rope when attempting to shoot it through wrap / bouncy world edge
|
changeset |
files
|
2017-10-05 |
Wuzzy |
Fix cursor often jumping to center when putting target while moving cursor
|
changeset |
files
|
2017-10-04 |
Wuzzy |
Show selected weapon again when using it in inf attack mode
|
changeset |
files
|
2017-10-04 |
Wuzzy |
Remove ScriptParam from HedgeEditor
|
changeset |
files
|
2017-10-04 |
Wuzzy |
HedgeEditor: Also save hog effects (e.g. poison) and looking direction
|
changeset |
files
|
2017-10-04 |
Wuzzy |
Clean up internal HedgeEditor TODO list
|
changeset |
files
|
2017-10-04 |
Wuzzy |
Add translator comment for "toggle team bars"
|
changeset |
files
|
2017-10-04 |
Wuzzy |
Fix Birdy descending into water if hog took damage before it got picked up (bug 160)
|
changeset |
files
|
2017-10-04 |
Wuzzy |
Add README files to explain the tests directory
|
changeset |
files
|
2017-10-04 |
Wuzzy |
Put Testing dir into .hgignore and .gitignore
|
changeset |
files
|
2017-10-04 |
Wuzzy |
Fix cake taking >200s to explode when it's completely stuck and can't move (bug 194)
|
changeset |
files
|
2017-10-04 |
Wuzzy |
Add test case to test if cake explodes in time when stuck in tight space
|
changeset |
files
|
2017-10-03 |
Wuzzy |
Remove broken “Play again” button in stats page after an online game
|
changeset |
files
|
2017-10-03 |
Wuzzy |
Relicense my contributions from WTFPL to CC-0
|
changeset |
files
|
2017-10-02 |
Wuzzy |
Add 6 hats from the hat thread, the TheMadCharles' barrelhider hat (CC BY 3.0) and 12 hairless hat variants
|
changeset |
files
|
2017-10-02 |
Wuzzy |
Update German translation (especially de.txt)
|
changeset |
files
|
2017-10-02 |
nemo |
fine. I will
|
changeset |
files
|
2017-10-02 |
Wuzzy |
Reduce number of initial teams: 4 human, 2 AI teams
|
changeset |
files
|
2017-10-02 |
Wuzzy |
Create 5 human teams + 5 AI teams on first start
|
changeset |
files
|
2017-10-02 |
Wuzzy |
Make multipy sign in QTfrondend translatable and update hedgewars_en.ts
|
changeset |
files
|
2017-10-02 |
Wuzzy |
Add a bunch of announcer messages in English
|
changeset |
files
|
2017-10-02 |
Wuzzy |
Use generic team names for non-themed random teams; add a bunch of more random team names
|
changeset |
files
|
2017-10-01 |
Wuzzy |
Nobody Laugh mission: Set bot level to maximum
|
changeset |
files
|
2017-10-01 |
Wuzzy |
Battalion: Only show collected ammo to local player
|
changeset |
files
|
2017-10-01 |
Wuzzy |
Change some HedgeEditor menu icons
|
changeset |
files
|
2017-09-30 |
Wuzzy |
Change Highlander.cfg to select Default by default
|
changeset |
files
|
2017-09-30 |
Wuzzy |
ACF6: Set correct position of native after skipping
|
changeset |
files
|
2017-09-30 |
Wuzzy |
ACF1, fruit01, WxW: Make sure the selection dialogues never disappear on their own
|
changeset |
files
|
2017-09-30 |
Wuzzy |
Merge sheepluva's changes
|
changeset |
files
|
2017-09-30 |
Wuzzy |
TrophyRace: Fix game never eliminating any hogs after a hog skipped or ran out of time
|
changeset |
files
|
2017-09-30 |
sheepluva |
fix some fpc hints
|
changeset |
files
|
2017-09-30 |
Wuzzy |
Fix broken format string in de.lua, breaking Tumbler script
|
changeset |
files
|
2017-09-30 |
Wuzzy |
ASA, moon01, desert01: Enable skip for hero only if there is turn-based play
|
changeset |
files
|
2017-09-30 |
sheepluva |
fix copypasta fail that caused segfaults (esp. in pas2c)
|
changeset |
files
|
2017-09-30 |
Wuzzy |
ASA, moon01: Don't save checkpoint if player was first detected, and then grabbed the weapons
|
changeset |
files
|
2017-09-30 |
Wuzzy |
ASA, moon01: Fix various turn-based and gameplaying bugs
|
changeset |
files
|
2017-09-30 |
Wuzzy |
ASA, moon01: Move escape dialog into a proper animation dialogue
|
changeset |
files
|
2017-09-30 |
Wuzzy |
Merge sheepluva's changes
|
changeset |
files
|
2017-09-30 |
Wuzzy |
ACF7: Don't make princess disappear instantly after victory
|
changeset |
files
|
2017-09-30 |
sheepluva |
workaround to fix pas2c mistyping a constant as bool
|
changeset |
files
|
2017-09-30 |
Wuzzy |
ACF5: Fix position of Fiery Water when skipping start anim.
|
changeset |
files
|
2017-09-30 |
Wuzzy |
ACF5: Spare traitor's life with skip instead of precise
|
changeset |
files
|
2017-09-30 |
Wuzzy |
ASA, fruit01: Change choice keys
|
changeset |
files
|
2017-09-30 |
Wuzzy |
ASA, fruit01: Show mission text when reaching launch pad with enemies
|
changeset |
files
|
2017-09-30 |
Wuzzy |
ASA, fruit01: Improve mission texts and choice dialog handling
|
changeset |
files
|
2017-09-30 |
Wuzzy |
ACF1: Change rope challenge confirm key to [Attack]
|
changeset |
files
|
2017-09-30 |
Wuzzy |
ACF1: Fix princess/elder flying very weirdly when punching to direction they look at
|
changeset |
files
|
2017-09-29 |
Wuzzy |
ACF1: Force player to press jump to confirm difficulty dialog
|
changeset |
files
|
2017-09-29 |
Wuzzy |
ASA, ice01: Fix turn ready caption
|
changeset |
files
|
2017-09-29 |
sheepluva |
make hellfire test a bit less seed-sensitive
|
changeset |
files
|
2017-09-29 |
Wuzzy |
ASA, moon01: Fix minions sometimes taking double turns
|
changeset |
files
|
2017-09-29 |
sheepluva |
pas2c happiness initiative 2017, continued
|
changeset |
files
|
2017-09-29 |
sheepluva |
change return codes to avoid overlap with fpc ones
|
changeset |
files
|
2017-09-29 |
Wuzzy |
ASA, Spacetrip: Fix guards taking 2 turns in succession
|
changeset |
files
|
2017-09-29 |
sheepluva |
make PHYSFS_setBuffer() known to pas2c
|
changeset |
files
|
2017-09-29 |
sheepluva |
fix some things that annoy pas2c and whitespaces
|
changeset |
files
|
2017-09-29 |
Wuzzy |
Merge sheepluva's changes
|
changeset |
files
|
2017-09-29 |
Wuzzy |
A Space Adventure: Add outro sequence / epilogue in the final mission
|
changeset |
files
|
2017-09-29 |
sheepluva |
don't use colorkey for land spray
|
changeset |
files
|
2017-09-29 |
sheepluva |
rename ifTransparent to ifColorKey
|
changeset |
files
|
2017-09-29 |
sheepluva |
currently irrelevant sdl call adjustment
|
changeset |
files
|
2017-09-29 |
Wuzzy |
ASA, ice01: Fix losing turn early in game
|
changeset |
files
|
2017-09-29 |
Wuzzy |
ASA, desert01: Fix smugglers sometimes getting multiple turns
|
changeset |
files
|
2017-09-29 |
Wuzzy |
Fix rope detection in ASA desert01
|
changeset |
files
|
2017-09-29 |
Wuzzy |
Use Default voice in A Space Adventure campaign
|
changeset |
files
|
2017-09-29 |
Wuzzy |
Change graves of teams in missions for greater variety
|
changeset |
files
|
2017-09-29 |
Wuzzy |
ACF1: Fix graphical deagle shot glitch after shooting final target
|
changeset |
files
|
2017-09-29 |
Wuzzy |
ASA, fruit02: Minor refactor
|
changeset |
files
|
2017-09-29 |
Wuzzy |
ASA, fruit02: Fail mission if player let wrong hog collect device part
|
changeset |
files
|
2017-09-28 |
Wuzzy |
ASA, fruit02: End turn when reaching surface
|
changeset |
files
|
2017-09-28 |
Wuzzy |
Separate crates in ASA final mission
|
changeset |
files
|
2017-09-28 |
Wuzzy |
ASA, fruit01: Use 1 hog instead of 2 for Captain Lime
|
changeset |
files
|
2017-09-28 |
Wuzzy |
Fix stats screen caption showing only one winner if multiple teams have won
|
changeset |
files
|
2017-09-28 |
Wuzzy |
ASA fruit03: Fix skipping not adding to turn time in next turn
|
changeset |
files
|
2017-09-28 |
Wuzzy |
A Space Adventure: Remove or shorten intro sequences of side missions
|
changeset |
files
|
2017-09-28 |
Wuzzy |
Lua API: Add ReadyTimeLeft variable
|
changeset |
files
|
2017-09-28 |
Wuzzy |
ASA: Improve displaying of mission panels all over the place
|
changeset |
files
|
2017-09-28 |
Wuzzy |
Fix typo in Polish translation
|
changeset |
files
|
2017-09-28 |
Wuzzy |
ASA: Explain team abbreviations + update changelog
|
changeset |
files
|
2017-09-28 |
Wuzzy |
ASA fruit02: Refactor captain lime hog, use 1 gear only instead of 2
|
changeset |
files
|
2017-09-28 |
Wuzzy |
Fix team colors of most teams in A Space Adventure to denote correct ally status
|
changeset |
files
|
2017-09-28 |
Wuzzy |
ACF8: Fix mission panel being shown after victory (if the leader fled)
|
changeset |
files
|
2017-09-28 |
Wuzzy |
ACF7: Mention mines time
|
changeset |
files
|
2017-09-27 |
Wuzzy |
Don't play “missed” taunt if a target has been hit
|
changeset |
files
|
2017-09-27 |
Wuzzy |
ASA: Fix 2 important fruit planet mission unlocking bugs
|
changeset |
files
|
2017-09-27 |
Wuzzy |
ASA, Spacetrip: Fix stats screen messages when running out of fuel
|
changeset |
files
|
2017-09-27 |
Wuzzy |
ASA, death02: Use GetAmmoName for the enemy hog names
|
changeset |
files
|
2017-09-27 |
Wuzzy |
ASA,desert03: Fix no victory after destroying all targets
|
changeset |
files
|
2017-09-27 |
Wuzzy |
ASA, desert03: Change box appearance, don't lose as long there are still flames in game
|
changeset |
files
|
2017-09-27 |
Wuzzy |
ASA, Spacetrip: Reset turn time on successful Moon landing
|
changeset |
files
|
2017-09-27 |
Wuzzy |
ASA, Spacetrip: Drop weapons on player when landing on moon by rope
|
changeset |
files
|
2017-09-27 |
Wuzzy |
Update ChangeLog for ASA, increase spacetrip turn time to 20s
|
changeset |
files
|
2017-09-27 |
Wuzzy |
ASA, Spacetrip: Better behaviour when entering mission while stuck on woon w/o fuel
|
changeset |
files
|
2017-09-27 |
Wuzzy |
ASA, Spacetrip: Fix not properly recognizing crate collection
|
changeset |
files
|
2017-09-27 |
Wuzzy |
ASA: Update mission texts properly after watching dialog
|
changeset |
files
|
2017-09-27 |
Wuzzy |
ASA: Spacetrip: Fix guards ignoring stealing completely, fix various other game logic fails
|
changeset |
files
|
2017-09-27 |
Wuzzy |
ACF: Replace TurnTimeLeft=0 with EndTurn(true)
|
changeset |
files
|
2017-09-27 |
Wuzzy |
ACF: Use skull grave for cannibal teams (for real)
|
changeset |
files
|
2017-09-27 |
Wuzzy |
Fix ACF2 mission sometimes being unwinnable after returning to Leaks A Lot
|
changeset |
files
|
2017-09-27 |
Wuzzy |
Infinite skips in ACF5
|
changeset |
files
|
2017-09-27 |
Wuzzy |
ACF2: Convert to EndTurn
|
changeset |
files
|
2017-09-27 |
Wuzzy |
ACF2: Remove restart option when cooperating with cyborg
|
changeset |
files
|
2017-09-27 |
Wuzzy |
Disable SD in ACF6 and ASA: The first stop
|
changeset |
files
|
2017-09-27 |
Wuzzy |
ACF6: Fix error message spam when falling into water when took last rope crate w/o touching ground
|
changeset |
files
|
2017-09-27 |
Wuzzy |
ACF2: Fix weird skip ammos
|
changeset |
files
|
2017-09-27 |
Wuzzy |
Shorten a mission text in ACF, mission 2
|
changeset |
files
|
2017-09-27 |
Wuzzy |
ACF1: Fix various problems with the parachute section
|
changeset |
files
|
2017-09-26 |
Wuzzy |
Improve the mission texts in ACF, mission 1
|
changeset |
files
|
2017-09-26 |
Wuzzy |
ACF, mission 3: Fix broken sequence when princess got caged (failed parcours)
|
changeset |
files
|
2017-09-26 |
Wuzzy |
ACF, mission 3: Put in 3 girders per girder crate
|
changeset |
files
|
2017-09-26 |
Wuzzy |
ACF, epilogue: Play default epilogue if campaign var is not found in team
|
changeset |
files
|
2017-09-26 |
Wuzzy |
Add ca. 10 announcer messages
|
changeset |
files
|
2017-09-26 |
Wuzzy |
Use correct kill counts for the remaining ASA missions as well
|
changeset |
files
|
2017-09-26 |
Wuzzy |
Show correct kill counts in all ASA missions (fixes #147)
|
changeset |
files
|
2017-09-26 |
Wuzzy |
ASA, The first stop: Fix team ranking and kills in stats screen (bug 147)
|
changeset |
files
|
2017-09-26 |
Wuzzy |
New Lua API function: GetTeamStats, to get team stats
|
changeset |
files
|
2017-09-26 |
Wuzzy |
ASA, the final battle: Fix mission panel not appearing if you watched the dialog
|
changeset |
files
|
2017-09-26 |
Wuzzy |
ASA, death01: Slightly change professor's response if he got killed on the moon
|
changeset |
files
|
2017-09-26 |
Wuzzy |
ASA, The first stop: Take possibility into account that whole team can be wiped out
|
changeset |
files
|
2017-09-26 |
Wuzzy |
ASA, a frozen adventure: Save bazooka and excess freezers in checkpoints
|
changeset |
files
|
2017-09-26 |
Wuzzy |
ASA: Reset checkpoint after completing checkpointed mission
|
changeset |
files
|
2017-09-26 |
Wuzzy |
ASA, a frozen adventure: Retain bazooka on checkpoint 2
|
changeset |
files
|
2017-09-26 |
Wuzzy |
Improve and fix poor messaging in ASA: A frozen adventure
|
changeset |
files
|
2017-09-25 |
Wuzzy |
ASA, Getting to the device: Add fake crate for the device part with proper collect message
|
changeset |
files
|
2017-09-25 |
Wuzzy |
Remove infinite teleport from ASA: Searching in the dust
|
changeset |
files
|
2017-09-25 |
Wuzzy |
ASA: Searching in the dust: Fix incorrect crate content display after collecting device part
|
changeset |
files
|
2017-09-25 |
Wuzzy |
ASA, Searching in the dust: Fix Hog Solo being able to rope past all smugglers
|
changeset |
files
|
2017-09-25 |
Wuzzy |
ASA: Inform the player about a checkpoint reset
|
changeset |
files
|
2017-09-25 |
Wuzzy |
ASA: Reset mission checkpoints when going to Spacetrip
|
changeset |
files
|
2017-09-25 |
Wuzzy |
Fix ASA: A frozen adventure not working when starting from checkpoint
|
changeset |
files
|
2017-09-25 |
Wuzzy |
Remove checkpoints in ASA: Searching in the dust
|
changeset |
files
|
2017-09-25 |
Wuzzy |
Remove checkpoints in ASA: Getting to the device
|
changeset |
files
|
2017-09-25 |
Wuzzy |
ASA, Spacetrip: Improve messages when running out of fuel
|
changeset |
files
|
2017-09-25 |
Wuzzy |
ASA, Spacetrip: Fix mission fail if touching ground in flying saucer but still got fuel
|
changeset |
files
|
2017-09-25 |
Wuzzy |
ASA, Spacetrip mission: Fix poor detection of crate collection
|
changeset |
files
|
2017-09-25 |
Wuzzy |
Fix first ASA mission rapidly skipping turns on failure
|
changeset |
files
|
2017-09-25 |
Wuzzy |
Fix hard-to-read blue team color in ASA campaign
|
changeset |
files
|
2017-09-25 |
Wuzzy |
Use EndTurn to replace TurnTimeLeft=0 in ASA campaign (fixes #225)
|
changeset |
files
|
2017-09-25 |
Wuzzy |
Fix crate types in A Space Adventure and some user missions
|
changeset |
files
|
2017-09-25 |
Wuzzy |
Fix crate types (weapon/utility) in A Classic Fairytale missions
|
changeset |
files
|
2017-09-25 |
Wuzzy |
ACF mission 6: Fix incorrect crate types (weapon vs utility)
|
changeset |
files
|
2017-09-25 |
Wuzzy |
Fix mines not working in first turn in ACF, mission 6 (bug 180)
|
changeset |
files
|
2017-09-25 |
Wuzzy |
Remove explicit (and redundant) SD message in ACF mission 6
|
changeset |
files
|
2017-09-25 |
Wuzzy |
ACF, mission 6: Fix messages, now they imply that destroying crates is also OK
|
changeset |
files
|
2017-09-24 |
Wuzzy |
Remove white stripes in flags of armenia, ireland, turkey
|
changeset |
files
|
2017-09-23 |
Wuzzy |
Write documentation to explain those files in Data/Names
|
changeset |
files
|
2017-09-23 |
Wuzzy |
Randomized teams now can have any random hats (not just from types.ini)
|
changeset |
files
|
2017-09-23 |
Wuzzy |
Clean up name .cfg files, remove implicit defaults
|
changeset |
files
|
2017-09-23 |
Wuzzy |
More random names: angel, morbid, pokemon-like, viking, darth vader, stormtrooper, war-themed
|
changeset |
files
|
2017-09-23 |
Wuzzy |
Chance that clicking the random hats button produces a set of equal hats
|
changeset |
files
|
2017-09-23 |
Wuzzy |
Use completely random hats when clicking on "Random hats" button in team editor
|
changeset |
files
|
2017-09-23 |
Wuzzy |
Fix random teams rarely being empty
|
changeset |
files
|
2017-09-23 |
Wuzzy |
Stop PhysFS from complaining when a random name .cfg file is missing
|
changeset |
files
|
2017-09-23 |
Wuzzy |
Add random female hedgehog names
|
changeset |
files
|
2017-09-23 |
Wuzzy |
Add more random team names and hats
|
changeset |
files
|
2017-09-23 |
Wuzzy |
Add a bunch of random team names
|
changeset |
files
|
2017-09-23 |
Wuzzy |
Add many random hedgehog names for more variety
|
changeset |
files
|
2017-09-22 |
nemo |
mix it up some more. also had screwed up -- inside quotes
|
changeset |
files
|
2017-09-22 |
nemo |
should be harder to dodge than a xor
|
changeset |
files
|
2017-09-22 |
Wuzzy |
Fix charging sound continuing to play on hog damage (#236)
|
changeset |
files
|
2017-09-22 |
Wuzzy |
Fix the key for toggling team bars being incorrectly described in the settings page
|
changeset |
files
|
2017-09-22 |
Wuzzy |
Backed out changeset c19e5ece5b3f
|
changeset |
files
|
2017-09-22 |
Wuzzy |
Upddate changelog for previous commit
|
changeset |
files
|
2017-09-22 |
Wuzzy |
Fix rotatemask (hedgehog info) key toggling team bars instead of changing hedgehog tags
|
changeset |
files
|
2017-09-22 |
Wuzzy |
Fix more typos in de.txt
|
changeset |
files
|
2017-09-22 |
Wuzzy |
Add some German announcer messages (mostly by Topf)
|
changeset |
files
|
2017-09-22 |
Wuzzy |
Unstretch and recolor 5 poorly made flags
|
changeset |
files
|
2017-09-22 |
Wuzzy |
Fix a couple of German typos
|
changeset |
files
|
2017-09-22 |
Wuzzy |
Use misc icon for description group box in videos page
|
changeset |
files
|
2017-09-22 |
Wuzzy |
Add folder icon for main menu
|
changeset |
files
|
2017-09-21 |
Wuzzy |
Change game scheme icon in options menu
|
changeset |
files
|
2017-09-21 |
Wuzzy |
Make string “Check now” in Apple build translatable
|
changeset |
files
|
2017-09-21 |
Wuzzy |
Tweak the network and lag icons to be closer to Hedgewars style
|
changeset |
files
|
2017-09-21 |
Wuzzy |
Change icon for frontend group box in options menu
|
changeset |
files
|
2017-09-21 |
Wuzzy |
Fix typo in German translation of hedgewars.desktop
|
changeset |
files
|
2017-09-21 |
Wuzzy |
Remove Description keys in hedgewars.desktop, they violate the spec and are redundant
|
changeset |
files
|
2017-09-21 |
Wuzzy |
Rewrite missing IP/nick warning of the ban dialog
|
changeset |
files
|
2017-09-21 |
Wuzzy |
Provide translator context for a few less obvious engine strings
|
changeset |
files
|
2017-09-21 |
Wuzzy |
Simplify error messages in record play page and fix poor grammar.
|
changeset |
files
|
2017-09-21 |
Wuzzy |
Fix typo: “Youtube” instead of “YouTube”
|
changeset |
files
|
2017-09-21 |
Wuzzy |
Add translator comments for demo replay page error message
|
changeset |
files
|
2017-09-21 |
Wuzzy |
Clarify the default license of media files in CREDITS file
|
changeset |
files
|
2017-09-21 |
Wuzzy |
Allow skipping in two ASA missions
|
changeset |
files
|
2017-09-21 |
Wuzzy |
Disable Sudden Death for a couple of ASA missions
|
changeset |
files
|
2017-09-21 |
Wuzzy |
Use new turn ending method in moon02.lua
|
changeset |
files
|
2017-09-21 |
Wuzzy |
Fix incorrect crate messages when collecting crates in ACF mission 1
|
changeset |
files
|
2017-09-21 |
Wuzzy |
Fix vgtAmmo showing air attack icon if frame is amNothing
|
changeset |
files
|
2017-09-21 |
Wuzzy |
Show “Empty!” when collecting ammo crate with amNothing or 0 ammo
|
changeset |
files
|
2017-09-20 |
Wuzzy |
Show “Ammo Type (+∞)” when taking crate w/ infinite ammo
|
changeset |
files
|
2017-09-20 |
Wuzzy |
Fix ammo tooltip icon being white
|
changeset |
files
|
2017-09-20 |
Wuzzy |
Increase maximum event string message count to 255
|
changeset |
files
|
2017-09-20 |
Enrico |
Update Italian translation
|
changeset |
files
|
2017-09-20 |
nemo |
ranges for alnum were silly. also lets not fail to same value
|
changeset |
files
|
2017-09-20 |
nemo |
Data is not part of the path
|
changeset |
files
|
2017-09-12 |
nemo |
Try to prevent the script safety checking from totally screwing up localisation. Also untested.
|
changeset |
files
|
2017-09-12 |
nemo |
this probably isn't helpful
|
changeset |
files
|
2017-09-12 |
nemo |
This should be ok right?
|
changeset |
files
|
2017-09-11 |
nemo |
Totally untested. Trying to ensure scripts loaded more or less match.
|
changeset |
files
|
2017-09-05 |
sheepluva |
fix buffered read going into inf recursion loop
|
changeset |
files
|
2017-09-05 |
sheepluva |
fix physfs using inflateCopy() (not part of miniz)
|
changeset |
files
|
2017-09-03 |
sheepluva |
PHYSFS: fix off-by-one error
|
changeset |
files
|
2017-09-01 |
nemo |
remove the collision addition for hogs again.
|
changeset |
files
|
2017-08-10 |
alfadur |
block spawning on ice slopes
|
changeset |
files
|
2017-08-09 |
nemo |
So, was trying to allow spawning on level surfaces of ice but not girders, but seems to be failing. We'll call this WIP
|
changeset |
files
|
2017-08-09 |
nemo |
Add checkins so that spawning on top of things is possible too
|
changeset |
files
|
2017-08-09 |
nemo |
trying to eliminate that annoying impact sound for gears that are well under the water and not even exiting it. sheepluva might want to look this over since this is modifying his code and should perhaps be part of the addSplashForGear checks, but hadn't had much luck getting him to examine it past year or so
|
changeset |
files
|
2017-08-09 |
nemo |
don't spawn things on ice. it's too unpredictable what'll happen to them
|
changeset |
files
|
2017-07-30 |
nemo |
while we're tweaking this phrase, "with" feels awkward
|
changeset |
files
|
2017-07-28 |
sheepluva |
cleanup/fix .hgignore
|
changeset |
files
|
2017-07-28 |
Worldblender |
bug #238 install the .desktop file too
|
changeset |
files
|
2017-07-28 |
Worldblender |
use gender neutral language
|
changeset |
files
|
2017-07-18 |
nemo |
Add .git, remove glob from things that aren't globs.
|
changeset |
files
|
2017-07-16 |
antonc27 |
- Add .gitignore (duplicated from .hgignore)
|
changeset |
files
|
2017-07-14 |
antonc27 |
- Fix fpc download link for travis iOS build
|
changeset |
files
|
2017-07-14 |
Anton Malmygin |
Merge pull request #48 from LocutusOfBorg/trusty
|
changeset |
files
|
2017-07-10 |
Gianfranco Costamagna |
travis: move to trusty environment
|
changeset |
files
|
2017-03-17 |
tariqbenezza |
french language updates
|
changeset |
files
|
2017-07-13 |
antonc27 |
- Bump iOS version
|
changeset |
files
|
2017-07-08 |
sheepluva |
fix issue 199: video recording crashed when trying to freeEverything twice
|
changeset |
files
|
2017-07-02 |
Janne Uusitupa |
update finnish
|
changeset |
files
|
2017-06-15 |
nemo |
bug #230 - Precise aiming is disabled after firing first Deagle shot (when held down)
|
changeset |
files
|
2017-06-15 |
Wuzzy |
Mutant: Fix turn skip of next hog after mutating when TurnTimeLeft = 0
|
changeset |
files
|
2017-05-17 |
Wuzzy |
HedgeEditor: Add 2 names to Mushroom Kingdom team identidy to get a full set of 8 hogs
|
changeset |
files
|
2017-05-17 |
Wuzzy |
Complete and update German Lua translation (de.lua)
|
changeset |
files
|
2017-05-17 |
Wuzzy |
Sort strings in de.lua alphabetically
|
changeset |
files
|
2017-05-17 |
Wuzzy |
Fix even more bad/broken loc()'s in scripts (hopefully the last one)
|
changeset |
files
|
2017-05-16 |
Wuzzy |
Fix 3 more incorrect uses of loc() in scripts
|
changeset |
files
|
2017-05-16 |
Wuzzy |
Fix various loc() syntax errors in scripts
|
changeset |
files
|
2017-05-14 |
Wuzzy |
Add Anachron into credits for the Battalion style
|
changeset |
files
|
2017-05-14 |
Wuzzy |
Battalion: RC Plane gets 2 bombs, set air bomb dmg to 20
|
changeset |
files
|
2017-05-14 |
Wuzzy |
Battalion: Extend weapon tooltips for modified weapons
|
changeset |
files
|
2017-05-14 |
Wuzzy |
Battalion: Make mutated hog names translatable
|
changeset |
files
|
2017-05-14 |
Wuzzy |
Update readme link in Battalion script
|
changeset |
files
|
2017-05-14 |
Wuzzy |
Show Battalion mission panel for the default time
|
changeset |
files
|
2017-05-14 |
Wuzzy |
Battalion: Rename “Air-General” to “Air General”
|
changeset |
files
|
2017-05-14 |
Wuzzy |
Battalion: Don't show SD count at start (it's shown in each round anyway)
|
changeset |
files
|
2017-05-14 |
Wuzzy |
Rewrite all Battalion strings to be more translator-friendly
|
changeset |
files
|
2017-05-14 |
sheepluva |
Remove IceGun from default Highlander weaponset
|
changeset |
files
|
2017-05-14 |
sheepluva |
Added tag 0.9.23-alpha for changeset 8cc070640fd1
|
changeset |
files
|
2017-05-14 |
sheepluva |
New Game-Style: Battalion (version 0.33)
|
changeset |
files
|
2017-05-12 |
Wuzzy |
Lua refactor: Replace ParseCommand('setweap… with SetWeapon
|
changeset |
files
|
2017-05-12 |
Wuzzy |
Remove the buggy /finish chat command
|
changeset |
files
|
2017-05-08 |
Wuzzy |
Add many, many English announcer messages for crate drops
|
changeset |
files
|
2017-05-07 |
Wuzzy |
Add a few (adapted) announcer messages suggested by Star and Moon
|
changeset |
files
|
2017-05-04 |
Wuzzy |
Fix skipping in Racer causing the next team to be skipped, too
0.9.23-alpha
|
changeset |
files
|
2017-05-04 |
Wuzzy |
Stop telling the player to build a track in Racer when it is already built
|
changeset |
files
|
2017-05-04 |
Wuzzy |
Fix in-game mission name display of Newton and the Hammock
|
changeset |
files
|
2017-05-04 |
Wuzzy |
No more chat slang in Dangerous Ducklings
|
changeset |
files
|
2017-05-04 |
Wuzzy |
Fix incomplete German mission translation of The Great Escape
|
changeset |
files
|
2017-05-04 |
unc0rr |
Fix fail to detect base package when built with ghc 8
|
changeset |
files
|
2017-05-01 |
unc0rr |
Update racer scripts
0.9.22
|
changeset |
files
|
2016-02-05 |
unC0Rr |
Racer maps #18 and #19
0.9.22
|
changeset |
files
|
2015-04-14 |
unC0Rr |
Racer challenge map #17
0.9.22
|
changeset |
files
|
2017-05-04 |
Wuzzy |
Fix overlapping crates in ACF mission 8
|
changeset |
files
|
2017-05-04 |
Wuzzy |
Construction Mode: Move pick hammer and blow torch into weapon crates (game default)
|
changeset |
files
|
2017-05-04 |
Wuzzy |
Update Molotov Cocktail help: Mention insta-explosion on barrels
|
changeset |
files
|
2017-05-04 |
Wuzzy |
Add 15 main menu tips
|
changeset |
files
|
2017-05-03 |
Wuzzy |
Update de.txt and hedgewars_de.ts
|
changeset |
files
|
2017-05-03 |
Wuzzy |
Complete the strings in hedgewars_en.ts (mostly to fix plural forms)
|
changeset |
files
|
2017-05-02 |
Wuzzy |
Make the Mr Mine message in ClimbHome translatable
|
changeset |
files
|
2017-05-02 |
Wuzzy |
Lock ammo scheme for ClimbHome mission map (script forces all ammos anyway)
|
changeset |
files
|
2017-05-02 |
Wuzzy |
Add note in Diver scenario that jetpack only has 50% fuel
|
changeset |
files
|
2017-05-02 |
Wuzzy |
Mention overwritten fuel in ammo description of UFO in TechRacer
|
changeset |
files
|
2017-04-30 |
Wuzzy |
Add big fat developer warning to all racing scripts about compability
|
changeset |
files
|
2017-04-29 |
sheepluva |
very elaborate change to the confusing and convoluted code for detecting (non-)linked SDL-libs versions in frontend
|
changeset |
files
|
2017-04-29 |
sheepluva |
fix build. sorry 'bout that.
|
changeset |
files
|
2017-04-29 |
sheepluva |
whoops, temp file was committed...
|
changeset |
files
|
2017-04-29 |
sheepluva |
merge
|
changeset |
files
|
2017-04-29 |
sheepluva |
cmake: Fix SDL2 header version detection
|
changeset |
files
|
2017-04-28 |
Wuzzy |
Update ChangeLog.txt, mostly for campaign bugfixes
|
changeset |
files
|
2017-04-28 |
Wuzzy |
ACF, mission 3: Add mission strings to remind the player of the main goal
|
changeset |
files
|
2017-04-28 |
Wuzzy |
ACF, mission 3: Standardize mine times. 3s if alone, 5s if playing with 2 hogs
|
changeset |
files
|
2017-04-28 |
Wuzzy |
ACF, mission 3: Fix player not losing properly after killing princess
|
changeset |
files
|
2017-04-28 |
Wuzzy |
Delete unused code in ACF mission 3
|
changeset |
files
|
2017-04-28 |
alfadur |
Fix bullets being reflected too early on bouncy world edge border while digging land
|
changeset |
files
|
2017-04-28 |
alfadur |
Make hogs keep their hat when holding the baseball bat
|
changeset |
files
|
2017-04-28 |
Wuzzy |
ACF, mission 3: Fix victory causing a lot of loser message being displayed. Also add EndTurn()
|
changeset |
files
|
2017-04-28 |
Wuzzy |
ACF, mission 3: Fail faster after Leaks or Dense Cloud died
|
changeset |
files
|
2017-04-28 |
Wuzzy |
ACF, mission 3: Fix Lua error when Leaks a Lot dies at the beginning
|
changeset |
files
|
2017-04-28 |
Wuzzy |
ACF, mission 3: Fix Lua error spam when Dense Cloud dies in the pit sequence
|
changeset |
files
|
2017-04-28 |
Wuzzy |
Lua: Fix SwitchHog breaking the ammo menu of the new hog
|
changeset |
files
|
2016-04-01 |
unC0Rr |
Time achievement for ClimbHome
0.9.22
|
changeset |
files
|
2016-03-28 |
unc0rr |
Declare achievements alongwith EndGame call, since it would skip SendStats
0.9.22
|
changeset |
files
|
2016-03-24 |
unC0Rr |
Achievement for ClimbHome
0.9.22
|
changeset |
files
|
2016-03-01 |
unc0rr |
Don't dump ghost points if map isn't detected
0.9.22
|
changeset |
files
|
2016-02-23 |
unc0rr |
Dump best time ghost on console
0.9.22
|
changeset |
files
|
2017-04-27 |
Wuzzy |
Fix ACF Eplilogue becoming unplayble when all hogs except the traitor have died
|
changeset |
files
|
2017-04-27 |
Wuzzy |
Get rid of some incorrect timeout messages in ACF, by using EndTurn(true)
|
changeset |
files
|
2017-04-27 |
Wuzzy |
Set infinite skip in ACF: United We Stand
|
changeset |
files
|
2017-04-27 |
Wuzzy |
Fix Lua fail in Long Live the Queen mission on victory
|
changeset |
files
|
2017-04-27 |
Wuzzy |
Fix engine crash in ACF mission 5 when skipping animation after killing wave 2 while the cyborg is talking
|
changeset |
files
|
2017-04-27 |
Wuzzy |
Lua: Fix HideHog causing engine crash when provided with invalid gear ID or hog was hidden
|
changeset |
files
|
2017-04-27 |
Wuzzy |
Remove outdated/unused debug output
|
changeset |
files
|
2017-04-27 |
Wuzzy |
Refactor hardcoded ammo IDs in The Great Escape
|
changeset |
files
|
2017-04-27 |
Wuzzy |
HedgeEditor: Fix blow torch / pick hammer in wrong crate type
|
changeset |
files
|
2017-04-27 |
Wuzzy |
Fix broken HedgeEditor export of utility and ammo crates
|
changeset |
files
|
2017-04-27 |
Wuzzy |
Refactor HedgeEditor output, get rid of wepArray in favor of simpler ammo iteration
|
changeset |
files
|
2017-04-27 |
Wuzzy |
Mention inf attack rule in Diver, also fix the in-game mission name
|
changeset |
files
|
2017-04-27 |
Wuzzy |
Refactor Teamwork 2: No more hacky skipping, set proper ammos for enemy instead
|
changeset |
files
|
2017-04-27 |
Wuzzy |
Fix false victory in Teamwork/Teamwork 2 when one of your hogs die in same turn as enemy
|
changeset |
files
|
2017-04-27 |
Wuzzy |
Mention important game modifiers in Spooky Tree and Nobody Laugh
|
changeset |
files
|
2017-04-26 |
nemo |
fly saint flyy
|
changeset |
files
|
2017-04-26 |
Wuzzy |
Decode chat slang in en.txt (“GL HF”)
|
changeset |
files
|
2017-04-26 |
Wuzzy |
Use Robot voice for enemy in Bamboo Thicked and Newton and the Hammock
|
changeset |
files
|
2017-04-26 |
Wuzzy |
Fix Ammo/Utility crate confusion in portal mission
|
changeset |
files
|
2017-04-26 |
Wuzzy |
Fix incorrect PointsType in sniper rifle training and That Sinking Feeling
|
changeset |
files
|
2017-04-26 |
Wuzzy |
Set fixed wind in bazooka training. Fixed impossible first target when bad wind
|
changeset |
files
|
2017-04-26 |
Wuzzy |
Standardize the secret achievements strings in Lua scripts
|
changeset |
files
|
2017-04-26 |
Wuzzy |
Fix Traitor taunt being played when hog w/ heResurrectable drowns w/o damage
|
changeset |
files
|
2017-04-26 |
Wuzzy |
Disable resurrection message for respawning with heResurrectalbe
|
changeset |
files
|
2017-04-26 |
Wuzzy |
Mutant: Fix “Boring” taunt being played when becoming the mutant
|
changeset |
files
|
2017-04-26 |
Wuzzy |
Highlander: Fix crate collect sound playing when hog didn't get anything
|
changeset |
files
|
2017-04-26 |
Wuzzy |
HedgeEditor: Disable waypoint export because output scripts break when waypoints have been added
|
changeset |
files
|
2017-04-26 |
Wuzzy |
HedgeEditor: Make sprTargetBee the first selected sprite
|
changeset |
files
|
2017-04-26 |
Wuzzy |
Refactor Frenzy script
|
changeset |
files
|
2017-04-26 |
Wuzzy |
Construction Mode: Mention teleportation restriction in tooltip
|
changeset |
files
|
2017-04-26 |
Wuzzy |
Show traditional winning animation in Mutant again
|
changeset |
files
|
2017-04-26 |
Wuzzy |
Use the traditional winning sequence in Space Invasion again (killing off the losers)
|
changeset |
files
|
2017-04-26 |
Wuzzy |
Add back the missing winning animation for Racer and TechRecer
|
changeset |
files
|
2017-04-25 |
Wuzzy |
Lua API: SendAchevementsStatsOff, SendGameResultOff, SendRankingStatsOff
|
changeset |
files
|
2017-04-25 |
Wuzzy |
Fix caption of stats screen not being reset on clear()
|
changeset |
files
|
2017-04-25 |
Wuzzy |
Update more HWPs: Knockball, Racer, Construction Mode
|
changeset |
files
|
2017-04-25 |
Wuzzy |
HedgeEditor: Fix incorrect preview of air attack icon in sprAMAmmos/sprAMAmmosBW
|
changeset |
files
|
2017-04-25 |
Wuzzy |
Add dud mine to missions.png and use it in HedgeEditor
|
changeset |
files
|
2017-04-25 |
Wuzzy |
Clean up HedgeEditor HWP mess, fix broken/outdated graphics
|
changeset |
files
|
2017-04-25 |
Wuzzy |
Update and simplify Construction Mode sidecar HWP
|
changeset |
files
|
2017-04-25 |
Wuzzy |
Fix install failure of Ammos_base.png for QTfrontend
|
changeset |
files
|
2017-04-25 |
nemo |
turn hwp Ammos overrides into overlays. untested.
|
changeset |
files
|
2017-04-25 |
Wuzzy |
Add Octopus fort
|
changeset |
files
|
2017-04-25 |
Wuzzy |
Fix sndBoring being played when force-ending turn due to victory
|
changeset |
files
|
2017-04-25 |
Wuzzy |
Clarify how the weapons restocking works in Highlander
|
changeset |
files
|
2017-04-25 |
Wuzzy |
Backed out changeset 82951b9b3c2f
|
changeset |
files
|
2017-04-24 |
Wuzzy |
Fix rubber duck description (it no longer drops *straight down*)
|
changeset |
files
|
2017-04-24 |
Wuzzy |
Drop rubber duck like dynamite
|
changeset |
files
|
2017-04-24 |
Wuzzy |
Backed out changeset 98824a464230 (disable GetLaunchX/Y again)
|
changeset |
files
|
2017-04-24 |
nemo |
Move sidecar lua load to prior to script load. This should let the script use it for dependencies.
|
changeset |
files
|
2017-04-24 |
Wuzzy |
Fix incorrect SDL_UnloadObject usage in about.cpp (copy-paste fail)
|
changeset |
files
|
2017-04-23 |
sheepluva |
Jungle Theme: allow flower object to go across gaps
|
changeset |
files
|
2017-04-23 |
sheepluva |
Art theme: fix alpha in landtex
|
changeset |
files
|
2017-04-23 |
sheepluva |
clean up flake falling/rising code. this should fix issue #157
|
changeset |
files
|
2017-04-23 |
sheepluva |
fix fort mode's edge adjustments getting lost with weWrap. issue #181
|
changeset |
files
|
2017-04-23 |
Wuzzy |
HedgeEditor: Fix maximum ammos sprite ID being 1 too low
|
changeset |
files
|
2017-04-22 |
Wuzzy |
Fix broken ammo preview caused by previous commit
|
changeset |
files
|
2017-04-22 |
Wuzzy |
Fix hog not getting new ammo in Highlander when it takes 2 consecutive turns
|
changeset |
files
|
2017-04-22 |
Wuzzy |
Lock ammo scheme of TechRacer (is ignored anyway)
|
changeset |
files
|
2017-04-22 |
Wuzzy |
Fix sniper rifle disabling laser sight utility after shooting
|
changeset |
files
|
2017-04-22 |
sheepluva |
fix campaign missions not showing up for me
|
changeset |
files
|
2017-04-22 |
Wuzzy |
Backed out changeset 071a05275798
|
changeset |
files
|
2017-04-22 |
Wuzzy |
Fix warning caused in uGearsHedgehog.pas
|
changeset |
files
|
2017-04-22 |
Wuzzy |
Replace hardcoded max. ammo index in Highlander with AmmoTypeMax
|
changeset |
files
|
2017-04-22 |
Wuzzy |
Lua variable: AmmoTypeMax (maximum ammo type ID for iterating)
|
changeset |
files
|
2017-04-22 |
Wuzzy |
Make sticky mines fall off the map when frozen
|
changeset |
files
|
2017-04-22 |
Wuzzy |
Freezer allows to freeze sticky mines (currently only disables them)
|
changeset |
files
|
2017-04-22 |
Wuzzy |
Stretch teamselwidget across whole page in local multiplayer page
|
changeset |
files
|
2017-04-22 |
Wuzzy |
Allow to press [Precise]+[Slot] to cycle through weapons in reverse order
|
changeset |
files
|
2017-04-21 |
Wuzzy |
Only select from default graves and forts for new themes
|
changeset |
files
|
2017-04-21 |
Wuzzy |
Add DLC filtering in DataManager.cpp and namegen.cpp
|
changeset |
files
|
2017-04-20 |
nemo |
For testing purposes, drop tointeger and pushint since Lua uses ptrdiff causing inconsistent behaviour if we try to get a longword value from tointeger on 64 bit vs 32bit. This should improve script reliability a bit
|
changeset |
files
|
2017-04-20 |
Wuzzy |
Make health gain message translatable
|
changeset |
files
|
2017-04-19 |
Wuzzy |
Take sacrifices into account for the “Stupid” taunt
|
changeset |
files
|
2017-04-19 |
Wuzzy |
Call hog stupid for selfkilling
|
changeset |
files
|
2017-04-19 |
Wuzzy |
Call hedgehogs stupid for poisoning themselves
|
changeset |
files
|
2017-04-19 |
Wuzzy |
Fix hedgehog self-damage not counted, and there were never Stupid taunts/announces
|
changeset |
files
|
2017-04-19 |
Wuzzy |
Fix incorrect Mutant score message color
|
changeset |
files
|
2017-04-19 |
Wuzzy |
Use new EndTurn in a couple of scripts, esp. to fix timeout taunts in Racer
|
changeset |
files
|
2017-04-19 |
Wuzzy |
New Lua call: EndTurn to end turn
|
changeset |
files
|
2017-04-19 |
koda |
travis: Exclude gcc for the macOS target
|
changeset |
files
|
2017-04-18 |
Wuzzy |
Add a few more announcer messages, loosely based on forum suggestions from https://hedgewars.org/node/1195
|
changeset |
files
|
2017-04-18 |
Wuzzy |
Add a few announcer messages suggested by Star and Moon
|
changeset |
files
|
2017-04-18 |
KoBeWi |
Change water speed range for better precision
|
changeset |
files
|
2017-04-18 |
KoBeWi |
Fix broken sprites on animated water edges
|
changeset |
files
|
2017-04-18 |
Wuzzy |
Update some music credits, fix Beach theme credits
|
changeset |
files
|
2017-04-18 |
Wuzzy |
Credit most theme and map authors in credits.txt
|
changeset |
files
|
2017-04-18 |
Wuzzy |
Add 3 forts: Lonely_Island, Olympic, Snail
|
changeset |
files
|
2017-04-17 |
sheepluva |
engine: d52af905437b broke pas2c build. pas2c doesn't understand "in [1, 2]" etc.
|
changeset |
files
|
2017-04-17 |
Wuzzy |
Backed out changeset 8e9603088f99
|
changeset |
files
|
2017-04-17 |
Wuzzy |
Remove redundant main menu tips
|
changeset |
files
|
2017-04-17 |
Wuzzy |
Mention missing controls for rope and landspray, explain cleaver damage
|
changeset |
files
|
2017-04-16 |
Wuzzy |
Block left entrance in ACF, mission 6
|
changeset |
files
|
2017-04-16 |
Wuzzy |
Add alternate dialogs in ACF mission 6 when killing cyborgs before collecting crates
|
changeset |
files
|
2017-04-16 |
Wuzzy |
Restore old barrels and mines in ACF: Dragon's Lair
|
changeset |
files
|
2017-04-16 |
Wuzzy |
Update sniper rifle challenge preview image because the theme changed
|
changeset |
files
|
2017-04-16 |
Wuzzy |
Show mines timer in ACF, Dragon's Lair
|
changeset |
files
|
2017-04-16 |
Wuzzy |
Replace some HTTP links with HTTPS links
|
changeset |
files
|
2017-04-16 |
Wuzzy |
Fix broken URL in pagenetserver
|
changeset |
files
|
2017-04-16 |
Wuzzy |
Update changelog regarding translations and rubber duck
|
changeset |
files
|
2017-04-16 |
Wuzzy |
Swap the preview of missions 2 and 3 in A Classic Fairytale
|
changeset |
files
|
2017-04-16 |
Wuzzy |
Allow the diaogues in ACF missions 8 and 10 to be translated
|
changeset |
files
|
2017-04-15 |
Wuzzy |
Use format strings everywhere in A Classic Fairytale (for translators)
|
changeset |
files
|
2017-04-15 |
Wuzzy |
Remove incorrect help about restarting mission in ACF mission 6
|
changeset |
files
|
2017-04-15 |
Wuzzy |
Refactor ACF mission 6
|
changeset |
files
|
2017-04-15 |
Wuzzy |
Add two main menu tips regarding mission panel
|
changeset |
files
|
2017-04-15 |
Wuzzy |
Fix broken "whats this" help in misc options tab
|
changeset |
files
|
2017-04-15 |
Wuzzy |
Add HedgeEditor schemes as recommended on https://hedgewars.org/HedgeEditor
|
changeset |
files
|
2017-04-15 |
Wuzzy |
Add back "more wind" modifier into mission panel. Fixes regression in 10aad1cafc10
|
changeset |
files
|
2017-04-15 |
Wuzzy |
Delete the now unused fort mode icons
|
changeset |
files
|
2017-04-15 |
Wuzzy |
Redraw game flag icons: AISurvival, Border BottomBorder, LowGrav, MoreWind, NoWind, PlaceHog
|
changeset |
files
|
2017-04-15 |
Wuzzy |
Replace initial health icon in game scheme editor
|
changeset |
files
|
2017-04-15 |
Wuzzy |
Make all hogs say Yessir taunt on their turn start (replaces revenge taunts)
|
changeset |
files
|
2017-04-14 |
Wuzzy |
Use videos icon in videos page
|
changeset |
files
|
2017-04-14 |
Wuzzy |
Use palette icon for user color settings group box
|
changeset |
files
|
2017-04-13 |
Wuzzy |
Team editor: Disable flag widget when selecting CPU team
|
changeset |
files
|
2017-04-13 |
Wuzzy |
Move random team button of of team members box
|
changeset |
files
|
2017-04-13 |
Wuzzy |
Add buttons to randomize hats and hog names only
|
changeset |
files
|
2017-04-13 |
Wuzzy |
Fix non-matching team name when generating random teams
|
changeset |
files
|
2017-04-13 |
Wuzzy |
Use smaller play sound icon in team editor
|
changeset |
files
|
2017-04-13 |
Wuzzy |
Allow to randomize team name, flag, grave, voice and fort seperately
|
changeset |
files
|
2017-04-13 |
Wuzzy |
Refactor team name generator
|
changeset |
files
|
2017-04-13 |
Wuzzy |
Update changelog regarding team updates
|
changeset |
files
|
2017-04-13 |
Wuzzy |
Randomize forts and graves in new teams
|
changeset |
files
|
2017-04-13 |
Wuzzy |
Add 4 teams on first start of Hedgewars
|
changeset |
files
|
2017-04-12 |
Wuzzy |
Add a few WhatsThis texts in frontend, rename “Stereo rendering” to “Stereoscopy”
|
changeset |
files
|
2017-04-12 |
Wuzzy |
Use standard units and abbreviations in frontend
|
changeset |
files
|
2017-04-12 |
Wuzzy |
Clariy home button in DLC
|
changeset |
files
|
2017-04-12 |
Wuzzy |
Make framerate drop-down list translatable
|
changeset |
files
|
2017-04-12 |
Wuzzy |
Apply minimal padding to all text buttons in frontend
|
changeset |
files
|
2017-04-12 |
Wuzzy |
Redraw audio icon in settings menu be more HW style-like
|
changeset |
files
|
2017-04-12 |
Wuzzy |
Add home button to DLC page
|
changeset |
files
|
2017-04-11 |
Wuzzy |
Don't place air mines in Shoppa
|
changeset |
files
|
2017-04-11 |
Wuzzy |
Add a few more maps to the WxW Shoppa map list
|
changeset |
files
|
2017-04-11 |
Wuzzy |
Change voices in Big Armory, remove duplicate countdown sounds
|
changeset |
files
|
2017-04-11 |
Wuzzy |
Add scenario: Big Armory
|
changeset |
files
|
2017-04-11 |
Wuzzy |
Clean up mission strings of Teamwork scenario
|
changeset |
files
|
2017-04-11 |
Wuzzy |
Add scenario: Teamwork 2
|
changeset |
files
|
2017-04-11 |
Wuzzy |
Fix bad mission texts in A Space Adventure
|
changeset |
files
|
2017-04-11 |
Wuzzy |
Display mines timer in all missions with non-default timer
|
changeset |
files
|
2017-04-11 |
Wuzzy |
Set infinite turn time in RC Plane Challenge
|
changeset |
files
|
2017-04-11 |
Wuzzy |
Disable Sudden Death consistently in all missions which don't require it
|
changeset |
files
|
2017-04-11 |
Wuzzy |
Give infinite flying saucers in Space Adventure main menu
|
changeset |
files
|
2017-04-11 |
Wuzzy |
Add infinite skipping in fruit03 mission
|
changeset |
files
|
2017-04-10 |
Wuzzy |
New icon for video button to follow the Hedgewars style guide
|
changeset |
files
|
2017-04-10 |
Wuzzy |
Use the same link color consistently in frontend
|
changeset |
files
|
2017-04-10 |
Wuzzy |
Make entire top part of about screen translatable
|
changeset |
files
|
2017-04-10 |
Wuzzy |
Make library list in about screen translatable
|
changeset |
files
|
2017-04-10 |
Wuzzy |
Prevent frontend from starting game w/ >48 hogs
|
changeset |
files
|
2017-04-10 |
Wuzzy |
Fix crash when trying to open ammo menu with current team hog gear = nil
|
changeset |
files
|
2017-04-10 |
Wuzzy |
Fix caption not updating if adding caption with same text but different color
|
changeset |
files
|
2017-04-10 |
Wuzzy |
Increase duck cost in Construction Mode to 40
|
changeset |
files
|
2017-04-10 |
nemo |
bulk copy of latest physfs to our misc/libphysfs since this seems to fix an off-by-1 error reliably hit in readln read of 1 byte probably introduced in the addition of the buffered read. Whether this is excessive or whether libphysfs should even be maintained by us is another matter. But at least we shouldn't crash
|
changeset |
files
|
2017-04-10 |
nemo |
merge in patch used in arch/fedora - fixes a lazy physfs memcpy that was breaking upstream's stricter checking
|
changeset |
files
|
2017-04-10 |
Wuzzy |
Fix dynamite sparks appearing underwater
|
changeset |
files
|
2017-04-10 |
Wuzzy |
Render gear timers in front of water
|
changeset |
files
|
2017-04-10 |
Wuzzy |
Fix syntax error in uGearsUtils
|
changeset |
files
|
2017-04-10 |
Wuzzy |
Play different bounce sound for rubber duck
|
changeset |
files
|
2017-04-09 |
Wuzzy |
Add rubber duck to (Balanced) Random Weapon, Construction Mode, HedgeEditor
|
changeset |
files
|
2017-04-08 |
Wuzzy |
Fix free rubber ducks in Highlander
|
changeset |
files
|
2016-05-12 |
Wuzzy |
Fix duck issues with Sea edge swimming
|
changeset |
files
|
2016-05-12 |
Wuzzy |
Don't play duck drop sound when duck spawns in water
|
changeset |
files
|
2016-05-12 |
Wuzzy |
Make duck rise to surface when spawning underwater
|
changeset |
files
|
2016-05-12 |
Wuzzy |
Add a few comments for rubber duck
|
changeset |
files
|
2016-05-12 |
Wuzzy |
Put duck speed factor into gear variable
|
changeset |
files
|
2016-05-12 |
Wuzzy |
Fix rubber duck speed when hitting sea edge initially
|
changeset |
files
|
2016-05-12 |
Wuzzy |
Fix rubber duck not bouncing off diagonal rubber
|
changeset |
files
|
2016-05-12 |
Wuzzy |
Render rubber duck timer when <6s
|
changeset |
files
|
2016-05-12 |
Wuzzy |
Re-enable GetLaunchX/Y, use non-zero eject only for amDuck for now
|
changeset |
files
|
2016-05-12 |
Wuzzy |
Fix swimming rubberduck screwing up after portal, also change timer to 15s, no resets
|
changeset |
files
|
2017-04-08 |
Wuzzy |
Add rubber duck images for real
|
changeset |
files
|
2017-04-08 |
Wuzzy |
Add sounds for rubberduck drop, destruction and water collision
|
changeset |
files
|
2017-04-08 |
Wuzzy |
Add ammotype amDuck for rubber duck
|
changeset |
files
|
2017-04-08 |
Wuzzy |
Add gear gtDuck: rubber duck
|
changeset |
files
|
2017-04-08 |
Wuzzy |
Update changelog: Water anim., translations
|
changeset |
files
|
2017-04-08 |
KoBeWi |
Fix bad water flow animation
|
changeset |
files
|
2017-04-08 |
KoBeWi |
Water can now be animated
|
changeset |
files
|
2017-04-08 |
Wuzzy |
Fix CPU level sprites falling down in ClimbHome (instead of stars)
|
changeset |
files
|
2017-04-08 |
Wuzzy |
Locale: Replace outdated round start message with loading template
|
changeset |
files
|
2017-04-08 |
Wuzzy |
Load screen: Move “LOADING” from image into text box
|
changeset |
files
|
2017-04-07 |
Wuzzy |
Add a few home run messages (en, de)
|
changeset |
files
|
2017-04-07 |
Wuzzy |
Add support for hog name in home run message
|
changeset |
files
|
2017-04-07 |
Wuzzy |
Remove English-only text from campaign mission images
|
changeset |
files
|
2017-04-07 |
Wuzzy |
Replace portal mission image with screenshot
|
changeset |
files
|
2017-04-07 |
Wuzzy |
Harden the countdown sound check
|
changeset |
files
|
2017-04-06 |
Wuzzy |
Fix name Scottish Gaelic being incorrectly displayed in language dropdown
|
changeset |
files
|
2017-04-06 |
Wuzzy |
Add basic win/draw messages in Scottish Gaelic
|
changeset |
files
|
2017-04-06 |
fios@foramnagaidhlig.net |
Scottish Gaelic translation update: tips, missions, frontend, engine
|
changeset |
files
|
2017-04-06 |
Wuzzy |
Set turn time to 0 when current hog drowns
|
changeset |
files
|
2017-04-06 |
Wuzzy |
Fix enemy saying “Missed” when poisoned w/o damage
|
changeset |
files
|
2017-04-06 |
Wuzzy |
Fix time box tooltip saying it is not *yet* available in SD
|
changeset |
files
|
2017-04-06 |
Wuzzy |
Show random event message on round start, instead of the static one
|
changeset |
files
|
2017-04-06 |
Wuzzy |
Add new random victory/round draw messages in English
|
changeset |
files
|
2017-04-06 |
Wuzzy |
Implement random round draw / team win messages
|
changeset |
files
|
2017-04-06 |
Wuzzy |
Add back accidental removal of random mines
|
changeset |
files
|
2017-04-06 |
Wuzzy |
Add many ticker messages for the new ticker events
|
changeset |
files
|
2017-04-06 |
Wuzzy |
More ticker messages: Sick, king died, resurrect, time box return, timeout, kamikaze
|
changeset |
files
|
2017-04-06 |
Wuzzy |
Allow to place theme objects on water
|
changeset |
files
|
2017-04-05 |
Wuzzy |
Simplify the background gradient of Beach theme, fixes ugly “stripe” at borders
|
changeset |
files
|
2017-04-05 |
Wuzzy |
Smoother water gradient for Beach theme
|
changeset |
files
|
2017-04-05 |
Wuzzy |
Update changelog
|
changeset |
files
|
2017-04-05 |
Wuzzy |
Remove redundant water color definitions in themes with default water
|
changeset |
files
|
2017-04-05 |
Wuzzy |
Set default theme water color to blue
|
changeset |
files
|
2017-04-05 |
Wuzzy |
Remove Lua function SetAmmoStore
|
changeset |
files
|
2017-04-05 |
Wuzzy |
Fix ugly dragonball grave 1 pixel bouncing
|
changeset |
files
|
2017-04-05 |
Wuzzy |
Display native language names in language combo box instead of always English
|
changeset |
files
|
2017-04-04 |
sheepluva |
whitespace fixes (SEE, I AM USEFUL!)
|
changeset |
files
|
2016-10-09 |
KoBeWi |
added CloudsL and FlakeL
|
changeset |
files
|
2017-04-04 |
Wuzzy |
Fix hedgehogs/ticker ignoring kills without damage (#149)
|
changeset |
files
|
2017-04-04 |
Wuzzy |
Lua callback: onUsedAmmo, after using up an ammo
|
changeset |
files
|
2017-04-04 |
Wuzzy |
Disable incorrect “%1” messages in German home run messages
|
changeset |
files
|
2017-04-04 |
Wuzzy |
Add a bunch of funny ticker messages for English
|
changeset |
files
|
2017-04-04 |
Wuzzy |
Fix incorrect size of Beach theme icons
|
changeset |
files
|
2017-04-04 |
Wuzzy |
Mention addition of Beach theme in changelog
|
changeset |
files
|
2017-04-04 |
Wuzzy |
Update German frontend translation
|
changeset |
files
|
2017-03-20 |
nemo |
sanity cutoff for splash sound
|
changeset |
files
|
2017-02-06 |
unc0rr |
Fix handlers module
|
changeset |
files
|
2017-02-06 |
unc0rr |
Store room protocol number
|
changeset |
files
|
2017-02-04 |
unc0rr |
Room creation halfplemented
|
changeset |
files
|
2017-01-27 |
unc0rr |
SendAllButMe action, list all clients in lobby in LobbyJoined message to newcomers
|
changeset |
files
|
2017-01-26 |
unc0rr |
Lobby joining action
|
changeset |
files
|
2017-01-25 |
unc0rr |
More refactoring
|
changeset |
files
|
2017-01-24 |
unc0rr |
Toss code around
|
changeset |
files
|
2017-01-23 |
unc0rr |
Start refactoring path from getting message from client to reacting to it
|
changeset |
files
|
2017-01-18 |
unc0rr |
Basic support for NICK message
|
changeset |
files
|
2017-01-18 |
unc0rr |
Fix malformed messages parsing
|
changeset |
files
|
2017-01-18 |
unc0rr |
- Handle errors
|
changeset |
files
|
2017-01-14 |
unc0rr |
Introduce actions, just like in the old server
|
changeset |
files
|
2017-01-14 |
unc0rr |
- Use logging facilities instead of plain println!
|
changeset |
files
|
2017-01-13 |
unc0rr |
- Render messages to string
|
changeset |
files
|
2017-01-11 |
unc0rr |
Add more messages to the parser
|
changeset |
files
|
2017-01-11 |
unc0rr |
Optional parameters parsing function
|
changeset |
files
|
2017-01-08 |
unc0rr |
Some parsing using nom
|
changeset |
files
|
2017-01-07 |
unc0rr |
Give up on lalrpop, let's try nom
|
changeset |
files
|
2017-01-05 |
unc0rr |
Still trying to make parser work
|
changeset |
files
|
2017-01-05 |
unc0rr |
Start on messages parser
|
changeset |
files
|
2017-01-02 |
unc0rr |
- Start protocol parser implementation
|
changeset |
files
|
2017-01-01 |
unc0rr |
Refactor modules layout
|
changeset |
files
|
2017-01-01 |
unc0rr |
- Use netbuf buffers for client connection stream
|
changeset |
files
|
2017-01-01 |
unc0rr |
Refactor code to add more structure to it
|
changeset |
files
|
2016-12-31 |
unc0rr |
Start server implementation in rust
|
changeset |
files
|
2017-02-03 |
unc0rr |
Adopt some patches from OpenBSD port
|
changeset |
files
|
2017-01-30 |
nemo |
updates to polish translation by alzen, also add two unlocalised string he found in the gui
|
changeset |
files
|
2017-01-24 |
unc0rr |
Add a buffer for files opened with physfs for reading, fixes slow engine start
|
changeset |
files
|
2017-01-16 |
CopherNeue |
svg source for the bat animation update
|
changeset |
files
|
2017-01-15 |
alfadur+copherneue |
fix of offsets and size to prior commits
|
changeset |
files
|
2017-01-15 |
alfadur |
code changes to make the new bat animation work
|
changeset |
files
|
2017-01-15 |
CopherNeue |
nicer hog bat animation art
|
changeset |
files
|
2017-01-12 |
LocutusOfBorg |
aaand italian
|
changeset |
files
|
2017-01-12 |
nemo |
aaand put in an exclamation mark
|
changeset |
files
|
2017-01-12 |
nemo |
lowercase hedgehog, duplicate comment to description
|
changeset |
files
|
2016-12-23 |
unc0rr |
Only registered players regain their teams on rejoin
|
changeset |
files
|
2016-12-23 |
unc0rr |
Fix official server build
|
changeset |
files
|
2016-12-19 |
alfadur |
surfboard object for beach theme
|
changeset |
files
|
2016-12-13 |
alfadur |
Source svg for the sandcastle
|
changeset |
files
|
2016-12-11 |
nemo |
requested by CopherNeue - make "flatten-flakes" only exclude the foreground layers. testing on eyes/halloween seems ok.
|
changeset |
files
|
2016-12-11 |
nemo |
Enable beach theme install
|
changeset |
files
|
2016-12-11 |
CopherNeue |
Beach theme, completely redone
|
changeset |
files
|
2016-12-10 |
sheepluva |
Fix ScriptExists() destroying lua stack (fixes Bug #146)
|
changeset |
files
|
2016-12-10 |
sheepluva |
Bug #108 - Phyfs/Pathz: Fix binds not being loaded
|
changeset |
files
|
2016-12-07 |
alfadur |
Add Beach theme, update Fruit theme
|
changeset |
files
|
2016-12-06 |
sheepluva |
tweak landtex filling some more. cuz it's fun
|
changeset |
files
|
2016-12-06 |
sheepluva |
fix pas2c definition of SizeInt
|
changeset |
files
|
2016-12-04 |
sheepluva |
fix chat SDL surfaces being in wrong color format (didn't play well with copyToXY's new quick pixel copies)
|
changeset |
files
|
2016-12-04 |
sheepluva |
copyToXYFromRect: simplify my math (so that it actually, you know, works...)
|
changeset |
files
|
2016-12-03 |
sheepluva |
GOTTA GO FAST! - speed up landtex filling
|
changeset |
files
|
2016-12-03 |
sheepluva |
copyToXYFromRect: some tweaks
|
changeset |
files
|
2016-12-03 |
sheepluva |
copyToXYFromRect: fix pixels overflowing pixel lines in dest
|
changeset |
files
|
2016-11-28 |
nemo |
add alpha for sd-tint, since CopherNeue thinks the textures might need fading
|
changeset |
files
|
2016-11-27 |
sheepluva |
fix German translation error
|
changeset |
files
|
2016-11-27 |
sheepluva |
fix problem with pas2c build. please don't use "and not xyz", use "and (not xyz)"
|
changeset |
files
|
2016-11-27 |
sheepluva |
make random timers less easy to predict
|
changeset |
files
|
2016-11-27 |
Wuzzy |
Construction Mode: Fix free girder/rubber placement near hog
|
changeset |
files
|
2016-11-27 |
Wuzzy |
Construction Mode: Turn crate limit into a script parameter
|
changeset |
files
|
2016-11-27 |
Wuzzy |
Contruction Mode: Fix rubber being placable in land and invalid girder placement costing energy
|
changeset |
files
|
2016-11-27 |
Wuzzy |
Add PlaceRubber to Lua API
|
changeset |
files
|
2016-11-27 |
Wuzzy |
Fix Killing the Specialists giving you a free turn after killing Desert Eagle with a desert eagle with shot 1-3
|
changeset |
files
|
2016-11-27 |
Wuzzy |
Fix A Space Adventure Missions allowing player to walk before 1st animation and screw things up
|
changeset |
files
|
2016-11-26 |
sheepluva |
simplify code of previous commit ( ba1807589eaa )
|
changeset |
files
|
2016-11-26 |
sheepluva |
OCD-compatibility-patch: make border stripes consistent in direction and offset, seamless.
|
changeset |
files
|
2016-11-26 |
Wuzzy |
Give visual and audible feedback for flying through rings in Hard Flying mission
|
changeset |
files
|
2016-11-26 |
Wuzzy |
Use SetCinematicMode in Animate lib, which introduces cinematic mode to missions using Animate
|
changeset |
files
|
2016-11-26 |
Wuzzy |
Fix group box text being cut off (fixes #125)
|
changeset |
files
|
2016-11-25 |
Wuzzy |
Add custom ammo texts for Knockball
|
changeset |
files
|
2016-11-25 |
Wuzzy |
Remove team score messages in Knockball/Basketball because they're redundant
|
changeset |
files
|
2016-11-25 |
Wuzzy |
Clean up strings in Control mission maps (more translator-friendly)
|
changeset |
files
|
2016-11-25 |
Wuzzy |
Disable SD for a couple of scripts and mission maps
|
changeset |
files
|
2016-11-25 |
Wuzzy |
Fix misleading scenario desciptions regarding time limit / no time limit
|
changeset |
files
|
2016-11-25 |
Wuzzy |
Rewrite 2nd line of mission panel of most missions for consistency
|
changeset |
files
|
2016-11-25 |
Wuzzy |
Move some changelog entries to the correct categories
|
changeset |
files
|
2016-11-25 |
Wuzzy |
Mention Cheese in changelog
|
changeset |
files
|
2016-11-25 |
Wuzzy |
Update changelog for Highlander changes
|
changeset |
files
|
2016-11-25 |
Wuzzy |
Make Highlander mission text consistent with other game mode messages
|
changeset |
files
|
2016-11-25 |
Wuzzy |
Game mode messages: New messages for PlaceHog+King; All messages get a colon to get highlighted; Reorder messages more logically
|
changeset |
files
|
2016-11-24 |
Wuzzy |
WxW: Remove old compability code which caused problems with unknown maps
|
changeset |
files
|
2016-11-24 |
Wuzzy |
Tweak WxW wall spark count according to wall size
|
changeset |
files
|
2016-11-24 |
Wuzzy |
WxW: Add crate radar info to rope description
|
changeset |
files
|
2016-11-24 |
Wuzzy |
WxW: Increase wall height of left/right walls with bounce edge and no border
|
changeset |
files
|
2016-11-24 |
Wuzzy |
Add WorldEdge support for WxW
|
changeset |
files
|
2016-11-24 |
Wuzzy |
Update changelog for Wxw updates
|
changeset |
files
|
2016-11-24 |
Wuzzy |
WxW: Selectable walls, support more maps, more liberal game schemes, new rules, script parameter, better menu
|
changeset |
files
|
2016-11-24 |
Wuzzy |
Make name “Tumbler” translatable
|
changeset |
files
|
2016-11-24 |
Wuzzy |
Disable world edge in Space Invasion
|
changeset |
files
|
2016-11-24 |
Wuzzy |
Use yellow clock color in Space Invasion and Tumbler
|
changeset |
files
|
2016-11-24 |
Wuzzy |
Turn invaders white in Space Invasion when round is over
|
changeset |
files
|
2016-11-24 |
Wuzzy |
Update changelog for Space Invasion
|
changeset |
files
|
2016-11-24 |
Wuzzy |
More helpful Space Invasion description
|
changeset |
files
|
2016-11-24 |
Wuzzy |
Remove unused flamer code from Space Invasion
|
changeset |
files
|
2016-11-24 |
Wuzzy |
Space Invasion: Play countdown sounds
|
changeset |
files
|
2016-11-24 |
Wuzzy |
Space Invasion: Make all strings more translator-friendly
|
changeset |
files
|
2016-11-24 |
Wuzzy |
Space Invasion: Dump most out-commented and unused code
|
changeset |
files
|
2016-11-24 |
Wuzzy |
Space Invasion: Better HUD, messages, stats screen, sounds. Add script param support
|
changeset |
files
|
2016-11-24 |
Wuzzy |
Add countdown sounds to Tumbler
|
changeset |
files
|
2016-11-23 |
Wuzzy |
Change ammo display texts in Tumbler to avoid pluralization failures
|
changeset |
files
|
2016-11-23 |
Wuzzy |
Tumbler updates: Script params, select weaps via slots, more sounds, rewrite texts, ignore broken gameflags
|
changeset |
files
|
2016-11-23 |
Wuzzy |
Rewrite some help texts in the basic rope training mission
|
changeset |
files
|
2016-11-23 |
Wuzzy |
Tweak flags used in all missions to fit more to the theme
|
changeset |
files
|
2016-11-23 |
Wuzzy |
Fix game extremely slowing down if hog collects crate with huge health, or vampire gets huge health.
|
changeset |
files
|
2016-11-23 |
Wuzzy |
Use GetHogFort in HedgeEditor
|
changeset |
files
|
2016-11-23 |
Wuzzy |
Add GetHogFort to Lua API
|
changeset |
files
|
2016-11-23 |
Wuzzy |
HedgeEditor: Fix mine, sticky mine, health crate, air mine sometimes being incorrectly exported
|
changeset |
files
|
2016-11-23 |
Wuzzy |
HedgeEditor: Fix air mines timer being falsely exported and displayed
|
changeset |
files
|
2016-11-23 |
Wuzzy |
HedgeEditor: Export WorldEdge, fix export of Theme
|
changeset |
files
|
2016-11-23 |
Wuzzy |
Remove some items from the HedgeEditor TODO list
|
changeset |
files
|
2016-11-23 |
Wuzzy |
HedgeEditor: Rename “Standard” target and cleaver to just target and cleaver
|
changeset |
files
|
2016-11-23 |
Wuzzy |
HedgeEditor: Simplify placement mode description
|
changeset |
files
|
2016-11-23 |
Wuzzy |
Update changelog for the recent HedgeEditor updates
|
changeset |
files
|