2018-11-28 |
unc0rr |
Fix punctuation + тест юникода в сообщении коммита
|
changeset |
files
|
2018-11-28 |
Grigory Ustinov |
Merge with master branch
|
changeset |
files
|
2018-11-28 |
Grigory Ustinov |
sed -i -E "s/ёж$/ёжик/g" *ru*; sed -i -E "s/еж([аиу])$/ёжик\1/g" *ru*
|
changeset |
files
|
2018-11-27 |
Grigory Ustinov |
sed -i -E "s/еж([ао]м)/ёжик\1/g" *ru*
|
changeset |
files
|
2018-11-27 |
Grigory Ustinov |
sed -i -E "s/ежей/ёжиков/g" *ru*
|
changeset |
files
|
2018-11-27 |
Grigory Ustinov |
sed -i -E "s/еж([аиу][^а-я])/ёжик\1/g" *ru*
|
changeset |
files
|
2018-11-28 |
Wuzzy |
Update changelog
|
changeset |
files
|
2018-11-28 |
Wuzzy |
Mutant: Don't reduce mutant health in ready phase. Play poison hurt sound as health warning
|
changeset |
files
|
2018-11-27 |
Wuzzy |
CS: Don't start sabotage damage before ready phase ends
|
changeset |
files
|
2018-11-27 |
Wuzzy |
Fix some typos in appdata file
|
changeset |
files
|
2018-11-27 |
Wuzzy |
Fix German typo in frontend command-line help
|
changeset |
files
|
2018-11-27 |
Wuzzy |
Use that enum consistently in main.cpp
|
changeset |
files
|
2018-11-27 |
Wuzzy |
Fix gameServer dependency documentation
|
changeset |
files
|
2018-11-27 |
Wuzzy |
Prettier splash screen
|
changeset |
files
|
2018-11-27 |
Wuzzy |
QTfrontend: Translate and clean console output when using --help or bad cmd line arg
|
changeset |
files
|
2018-11-27 |
alfadur |
fix typo
|
changeset |
files
|
2018-11-27 |
Grigory Ustinov |
Remove all vanished translations from hedgewars_ru.ts
|
changeset |
files
|
2018-11-27 |
Grigory Ustinov |
Update russian frontend translation
|
changeset |
files
|
2018-11-27 |
Wuzzy |
Fix critical syntax error in hedgewars_ru.ts
|
changeset |
files
|
2018-11-27 |
Grigory Ustinov |
Merge with master branch
|
changeset |
files
|
2018-11-27 |
Grigory Ustinov |
Very slightly inheritance of russian frontend translation
|
changeset |
files
|
2018-11-27 |
Grigory Ustinov |
sed -i 's/комманд/команд/' *
|
changeset |
files
|
2018-11-27 |
Grigory Ustinov |
Update russian frontend translation
|
changeset |
files
|
2018-11-27 |
Grigory Ustinov |
Slightly correct russian translations in ru.txt
|
changeset |
files
|
2018-11-27 |
Wuzzy |
Update appdata file
|
changeset |
files
|
2018-11-27 |
Wuzzy |
Update locale files in HedgewarsMobile
|
changeset |
files
|
2018-11-27 |
Wuzzy |
Swap a few weapons in ammo menu to get a nice 6×10 grid
|
changeset |
files
|
2018-11-26 |
Wuzzy |
Remove dead code in uTouch
|
changeset |
files
|
2018-11-26 |
Wuzzy |
Touch: Parse pause command when tapping pause button instead of toggling pause directly
|
changeset |
files
|
2018-11-26 |
Wuzzy |
Backed out changeset 8d2983ff939b
|
changeset |
files
|
2018-11-26 |
Wuzzy |
Touch: Remove pause button in net games
|
changeset |
files
|
2018-11-26 |
Wuzzy |
Tweak Construction Mode, HedgeEditor, Space Invasion and Tumbler to support touch interface
|
changeset |
files
|
2018-11-26 |
Wuzzy |
Touch: Fix chat rendered on top of turn timer
|
changeset |
files
|
2018-11-26 |
Wuzzy |
Add status indicators (low grav / extra dmg) in touch interface
|
changeset |
files
|
2018-11-26 |
unC0Rr |
Pass opengl context to engine
|
changeset |
files
|
2018-11-26 |
Wuzzy |
Lua API: Change PLATFORM to INTERFACE
|
changeset |
files
|
2018-11-26 |
Wuzzy |
Highlander: Fix hogs receiving air strikes in maps with border
|
changeset |
files
|
2018-11-25 |
alfadur |
add hwphysics to engine
|
changeset |
files
|
2018-11-25 |
unc0rr |
Add advance_simulation() function to engine lib, some WIP on frontend
|
changeset |
files
|
2018-11-25 |
alfadur |
add gfx setup ffi
|
changeset |
files
|
2018-11-24 |
Wuzzy |
Clear gstHHJumping and gstHHHJump when hog was hurt by explosion
|
changeset |
files
|
2018-11-24 |
unc0rr |
Format team.* code
|
changeset |
files
|
2018-11-24 |
unc0rr |
Prepare to have possibility to pass opengl context to engine
|
changeset |
files
|
2018-11-24 |
Wuzzy |
Remove OFFICIAL_SERVER-only dependencies from INSTALL.md
|
changeset |
files
|
2018-11-24 |
unc0rr |
Fix build
|
changeset |
files
|
2018-11-24 |
unC0Rr |
Cut dependency on yaml for non-official server builds
|
changeset |
files
|
2018-11-24 |
nemo |
topY too
|
changeset |
files
|
2018-11-23 |
nemo |
these need casting too, but overall switching type is a win.
|
changeset |
files
|
2018-11-23 |
nemo |
more uninitialised values
|
changeset |
files
|
2018-11-23 |
nemo |
uninitialised values
|
changeset |
files
|
2018-11-23 |
nemo |
overall, using LongInt for leftX/rightX results in fewer casts, since most comparisons are against ints.
|
changeset |
files
|
2018-11-23 |
unc0rr |
Fix weWrap camera in pas2c (and if applies, 32 bit fpc)
|
changeset |
files
|
2018-11-22 |
Wuzzy |
Backed out changeset 084af6d2685f
|
changeset |
files
|
2018-11-22 |
Wuzzy |
Add a few translator comments to some not-so-obvious strings
|
changeset |
files
|
2018-11-22 |
Grigory Ustinov |
Slightly correct russian translations in ru.txt (typos and sense)
|
changeset |
files
|
2018-11-22 |
alfadur |
fix casing
|
changeset |
files
|
2018-11-22 |
Grigory Ustinov |
Update russian translation in ru.txt
|
changeset |
files
|
2018-11-22 |
unC0Rr |
It was bad idea to store QByteArray referencing memory on stack
|
changeset |
files
|
2018-11-22 |
unC0Rr |
Support new message format in frontend
|
changeset |
files
|
2018-11-22 |
unC0Rr |
Send seed to engine to receive random map previews
|
changeset |
files
|