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
|