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
|