unC0Rr [Thu, 22 Nov 2018 10:58:55 +0100] rev 14276
Implement send_ipc and read_ipc in engine lib, send_ipc in frontend
alfadur [Thu, 22 Nov 2018 00:49:55 +0300] rev 14275
prevent qtmain from not being linked in on windows
Wuzzy <Wuzzy2@mail.ru> [Wed, 21 Nov 2018 22:19:58 +0100] rev 14274
Add Mutant game scheme, and adapt Mutant for the newly unlocked settings
alfadur [Wed, 21 Nov 2018 23:55:32 +0300] rev 14273
prevent SDL2main from being linked in on windows
nemo [Wed, 21 Nov 2018 15:47:40 -0500] rev 14272
add cfg for mutant
nemo [Wed, 21 Nov 2018 15:41:43 -0500] rev 14271
I think this is correct way to use iterate over it as a hashmap. don't have much lua practice
nemo [Wed, 21 Nov 2018 15:28:52 -0500] rev 14270
oops
nemo [Wed, 21 Nov 2018 15:26:54 -0500] rev 14269
flag crates since waste of time for mutant.
nemo [Wed, 21 Nov 2018 12:41:55 -0500] rev 14268
force-disable video recording if C build is enabled.
nemo [Wed, 21 Nov 2018 11:59:20 -0500] rev 14267
silence warning
unC0Rr [Wed, 21 Nov 2018 15:52:17 +0100] rev 14266
Use question mark approach also in IPC::read
unC0Rr [Wed, 21 Nov 2018 15:49:16 +0100] rev 14265
IPC implementation
Grigory Ustinov <grenka@altlinux.org> [Wed, 21 Nov 2018 17:28:28 +0300] rev 14264
Update russian frontend translation
Wuzzy <Wuzzy2@mail.ru> [Tue, 20 Nov 2018 22:08:12 +0100] rev 14263
Clean up 0.9.25 changelog a bit
unc0rr [Tue, 20 Nov 2018 19:43:00 +0100] rev 14262
Fix fpcrtl_strcompare broken in previous commit
unc0rr [Tue, 20 Nov 2018 18:35:39 +0100] rev 14261
No, it doesn't seem legit
unC0Rr [Tue, 20 Nov 2018 16:56:24 +0100] rev 14260
Start outlining ipc subsystem
unC0Rr [Tue, 20 Nov 2018 16:18:42 +0100] rev 14259
Parse and render more messages
Wuzzy <Wuzzy2@mail.ru> [Tue, 20 Nov 2018 00:09:35 +0100] rev 14258
Thas else() in paths.cmake did not make sense. Hopefully this fixes Fedora build issues
Wuzzy <Wuzzy2@mail.ru> [Mon, 19 Nov 2018 23:27:36 +0100] rev 14257
Don't aggressively delete air mines in Racer
unc0rr [Mon, 19 Nov 2018 22:26:47 +0100] rev 14256
Unify fpcrtl_pchar2astr look with fpcrtl_pchar2str
unc0rr [Mon, 19 Nov 2018 22:25:02 +0100] rev 14255
Handle NULL pchar in pchar2astr
unc0rr [Mon, 19 Nov 2018 21:51:46 +0100] rev 14254
Remove erroneous code duplicating FIX_STRING functionality, adjust ansistring array size
alfadur [Mon, 19 Nov 2018 21:10:54 +0300] rev 14253
as much as howling hedgehogs is hilarious, it might be confusing at first
alfadur [Mon, 19 Nov 2018 21:07:04 +0300] rev 14252
merge
Grigory Ustinov <grenka@altlinux.org> [Mon, 19 Nov 2018 19:44:44 +0300] rev 14251
Update russian frontend translation
Grigory Ustinov <grenka@altlinux.org> [Mon, 19 Nov 2018 19:03:32 +0300] rev 14250
Merge with master branch
Grigory Ustinov <grenka@altlinux.org> [Mon, 19 Nov 2018 19:02:48 +0300] rev 14249
Adapt russian translations and fix misprint
Grigory Ustinov <grenka@altlinux.org> [Mon, 19 Nov 2018 18:56:24 +0300] rev 14248
Edit russian translations in desktop file
Grigory Ustinov <grenka@altlinux.org> [Mon, 19 Nov 2018 18:05:45 +0300] rev 14247
Mark non-translatable russian translations with comments, disable unfinished flag
Wuzzy <Wuzzy2@mail.ru> [Mon, 19 Nov 2018 18:27:45 +0100] rev 14246
Show extra seconds when collecting a crate in Teamwork
String freeze is not violated because the string was already collected.
Wuzzy <Wuzzy2@mail.ru> [Mon, 19 Nov 2018 18:18:06 +0100] rev 14245
Teamwork: Play sound for time bonus, don't give time bonus for destroying crate
Wuzzy <Wuzzy2@mail.ru> [Mon, 19 Nov 2018 17:56:49 +0100] rev 14244
Remove some chatslang from missions
Note: loc("...") does not violate the string freeze, this string has already been collected
Wuzzy <Wuzzy2@mail.ru> [Mon, 19 Nov 2018 13:03:27 +0100] rev 14243
Update Travis to use Ubuntu bionic (18.04 LTS)
alfadur [Mon, 19 Nov 2018 09:37:53 +0300] rev 14242
was a wrong copy apparently
alfadur [Mon, 19 Nov 2018 09:29:37 +0300] rev 14241
corrected parsing joined with unC0Rr's corrected generating finally gives the right result
alfadur [Mon, 19 Nov 2018 06:57:36 +0300] rev 14240
On a second though, the actual error seems to be elsewhere, so still can use proper indexing
alfadur [Mon, 19 Nov 2018 04:21:44 +0300] rev 14239
seems like it's either this or swap indexing order everywhere
Wuzzy <Wuzzy2@mail.ru> [Mon, 19 Nov 2018 01:10:27 +0100] rev 14238
Fix typo in German translation of ACF1
Wuzzy <Wuzzy2@mail.ru> [Mon, 19 Nov 2018 01:04:29 +0100] rev 14237
ACF1: Set hero's gear position when skipping first cut scene
Wuzzy <Wuzzy2@mail.ru> [Mon, 19 Nov 2018 00:54:36 +0100] rev 14236
Turn accidental globals to locals in Lua libraries
Wuzzy <Wuzzy2@mail.ru> [Mon, 19 Nov 2018 00:19:21 +0100] rev 14235
Get rid of table.maxn in all Lua code
Wuzzy <Wuzzy2@mail.ru> [Sun, 18 Nov 2018 21:01:16 +0100] rev 14234
Update changelog
unc0rr [Sun, 18 Nov 2018 20:18:32 +0100] rev 14233
Special case for rendering type of two-dimensional arrays, since C is inconsistent in its syntax
nemo [Sun, 18 Nov 2018 12:21:03 -0500] rev 14232
fpc likes brackets
unc0rr [Sun, 18 Nov 2018 16:57:43 +0100] rev 14231
AI is bazooka genius
Wuzzy <Wuzzy2@mail.ru> [Sun, 18 Nov 2018 16:10:18 +0100] rev 14230
Display game scheme settings in Pas2C, too
Wuzzy <Wuzzy2@mail.ru> [Sun, 18 Nov 2018 15:48:04 +0100] rev 14229
Shorten German translation in de.txt a bit
Wuzzy <Wuzzy2@mail.ru> [Sun, 18 Nov 2018 15:44:42 +0100] rev 14228
Remove duplicate translation of "Congratulations!" in ru.lua
Wuzzy <Wuzzy2@mail.ru> [Sun, 18 Nov 2018 15:41:49 +0100] rev 14227
Remove invalid translation in pt_PT.txt (missing parameter %1)
Wuzzy <Wuzzy2@mail.ru> [Sun, 18 Nov 2018 15:38:40 +0100] rev 14226
Make sure all engine locale files start with either digit, semicolon or are empty
nemo [Sat, 17 Nov 2018 14:29:09 -0500] rev 14225
verify impact before explosion rating, since the offsets might cause water splashes
unc0rr [Sat, 17 Nov 2018 19:19:50 +0100] rev 14224
Fix desync bomb
Wuzzy <Wuzzy2@mail.ru> [Fri, 16 Nov 2018 21:23:23 +0100] rev 14223
Increase width for key binding drop-down list
nemo [Fri, 16 Nov 2018 14:59:57 -0500] rev 14222
oops
nemo [Fri, 16 Nov 2018 14:47:07 -0500] rev 14221
lua comment handling is seriously WTF, but let's at least allow some partial single line
GunChleoc [Fri, 16 Nov 2018 20:41:38 +0100] rev 14220
Translate the few remaining missing strings in gd.txt
unC0Rr [Fri, 16 Nov 2018 16:32:51 +0100] rev 14219
Implement more of parsing, start implementation of engine messages rendering
nemo [Thu, 15 Nov 2018 15:39:59 -0500] rev 14218
more seems to work better?
nemo [Thu, 15 Nov 2018 15:12:18 -0500] rev 14217
adding X offset seems to improve chance of drownings
unC0Rr [Wed, 14 Nov 2018 16:58:22 +0100] rev 14216
Parse some synced messages, tests
unC0Rr [Wed, 14 Nov 2018 16:32:42 +0100] rev 14215
Recognize timestamps
unC0Rr [Wed, 14 Nov 2018 11:09:01 +0100] rev 14214
Rearrange code
alfadur [Wed, 14 Nov 2018 02:54:08 +0300] rev 14213
fix polygon closure
alfadur [Tue, 13 Nov 2018 20:01:43 +0300] rev 14212
2018ize everything
unC0Rr [Tue, 13 Nov 2018 16:54:40 +0100] rev 14211
Start working on engine messages parser
unc0rr [Tue, 13 Nov 2018 07:43:36 +0100] rev 14210
Move engine messages into separate lib for reuse
alfadur [Tue, 13 Nov 2018 08:11:31 +0300] rev 14209
reset airmine timer on stun recovery
alfadur [Tue, 13 Nov 2018 07:45:27 +0300] rev 14208
stun airmines on explosions as well
alfadur [Tue, 13 Nov 2018 03:57:27 +0300] rev 14207
add sparkles to stunned airmines
alfadur [Tue, 13 Nov 2018 03:22:16 +0300] rev 14206
update kamikaze collision cache after portalling
alfadur [Tue, 13 Nov 2018 01:56:42 +0300] rev 14205
stun airmines on shove
alfadur [Mon, 12 Nov 2018 20:30:06 +0300] rev 14204
make engine windows checks work for 64bit builds
Grigory Ustinov <grenka@altlinux.org> [Mon, 12 Nov 2018 20:05:24 +0300] rev 14203
Verify and update russian translations for refreshed strings in 04:XX / part 2
(last)
unc0rr [Sun, 11 Nov 2018 00:14:13 +0100] rev 14202
Fix birdy appearance/disappearance animation
Wuzzy <Wuzzy2@mail.ru> [Sat, 10 Nov 2018 21:15:42 +0100] rev 14201
Remove all traces of dead code related to amStructure/gtStructure
Wuzzy <Wuzzy2@mail.ru> [Sat, 10 Nov 2018 20:58:00 +0100] rev 14200
Remove unused/out-commented "Structure" strings in engine locale files
Wuzzy <Wuzzy2@mail.ru> [Sat, 10 Nov 2018 20:33:39 +0100] rev 14199
Remove 2 strings violating the 0.9.25 string freeze. Backout this changeset after 0.9.25 got released
Wuzzy <Wuzzy2@mail.ru> [Sat, 10 Nov 2018 19:55:16 +0100] rev 14198
Credit GunChleoc for Scottish Gaelic translation update
GunChleoc [Sat, 10 Nov 2018 19:53:40 +0100] rev 14197
Big update for Scottish Gaelic translation
Some syntax bugs removed by Wuzzy
Wuzzy <Wuzzy2@mail.ru> [Fri, 09 Nov 2018 23:42:44 +0100] rev 14196
Fix bad StrToInt call ('0x' instead of '$' for hex), confuses Pas2C
Wuzzy <Wuzzy2@mail.ru> [Fri, 09 Nov 2018 23:41:40 +0100] rev 14195
Wuzzy <Wuzzy2@mail.ru> [Fri, 09 Nov 2018 23:05:28 +0100] rev 14194
Fix Pas2C implementation of Val failing to parse hexadecimal
alfadur [Fri, 09 Nov 2018 23:03:45 +0300] rev 14193
pass hwrunner gl context into engine
alfadur [Fri, 09 Nov 2018 20:15:29 +0300] rev 14192
add standalone engine runner
alfadur [Fri, 09 Nov 2018 19:49:56 +0300] rev 14191
some exorcism
Wuzzy <Wuzzy2@mail.ru> [Fri, 09 Nov 2018 16:28:23 +0100] rev 14190
Pas2C: Fix bad C typedefs for Pascal data types Extended and Real
alfadur [Fri, 09 Nov 2018 17:44:19 +0300] rev 14189
fix 03:60
Grigory Ustinov <grenka@altlinux.org> [Fri, 09 Nov 2018 17:19:20 +0300] rev 14188
Verify and update russian translations for refreshed strings in 04:XX / part 1
Grigory Ustinov <grenka@altlinux.org> [Fri, 09 Nov 2018 14:15:22 +0300] rev 14187
Merge with master branch
Grigory Ustinov <grenka@altlinux.org> [Fri, 09 Nov 2018 14:12:00 +0300] rev 14186
Verify and update russian translations for refreshed strings
Grigory Ustinov <grenka@altlinux.org> [Fri, 09 Nov 2018 14:11:34 +0300] rev 14185
Update russian translations in ru.txt
alfadur [Fri, 09 Nov 2018 03:36:21 +0300] rev 14184
generalize adding data to World
alfadur [Fri, 09 Nov 2018 01:05:34 +0300] rev 14183
split hwphysics into modules
Igor Paliychuk [Thu, 08 Nov 2018 22:00:43 +0100] rev 14182
Update Ukrainian localization
unc0rr [Thu, 08 Nov 2018 21:57:05 +0100] rev 14181
A bit of rethinking of game messages and command
alfadur [Thu, 08 Nov 2018 22:22:47 +0300] rev 14180
add some texture transforms
nemo [Thu, 08 Nov 2018 11:34:01 -0500] rev 14179
Blame is about 30% faster than grep
nemo [Thu, 08 Nov 2018 08:29:11 -0500] rev 14178
add the code too
Grigory Ustinov <grenka@altlinux.org> [Thu, 08 Nov 2018 16:17:32 +0300] rev 14177
Add russian translations for chat command help in ru.txt
Grigory Ustinov <grenka@altlinux.org> [Thu, 08 Nov 2018 16:16:21 +0300] rev 14176
Add russian translations in ru.txt (generally 02:00)
alfadur [Thu, 08 Nov 2018 07:15:22 +0300] rev 14175
implement basic land bordering
unc0rr [Thu, 08 Nov 2018 00:00:58 +0100] rev 14174
Start outlining some core engine stuff
Wuzzy <Wuzzy2@mail.ru> [Wed, 07 Nov 2018 23:43:15 +0100] rev 14173
Pas2C: Fix data types of Trunc and Ceil
nemo [Wed, 07 Nov 2018 16:44:16 -0500] rev 14172
oups getter should have it too
unc0rr [Wed, 07 Nov 2018 22:04:17 +0100] rev 14171
- Move hedgewars-engine into lib-hedgewars-engine
- Add command-line hedgewars-engine utility to use engine as standalone app
nemo [Wed, 07 Nov 2018 15:18:09 -0500] rev 14170
ignore whitespace/case by default to reduce false positives
alfadur [Wed, 07 Nov 2018 22:58:54 +0300] rev 14169
fix texturing and add a theme loading option to land_dump
nemo [Wed, 07 Nov 2018 14:56:34 -0500] rev 14168
requires bash
Wuzzy <Wuzzy2@mail.ru> [Wed, 07 Nov 2018 20:39:20 +0100] rev 14167
Some minor fixes in de.txt
Wuzzy <Wuzzy2@mail.ru> [Wed, 07 Nov 2018 20:23:30 +0100] rev 14166
Add nemo's script to check for outdated engine translations with some adaptations
alfadur [Wed, 07 Nov 2018 22:01:47 +0300] rev 14165
implement basic land texturing
unc0rr [Wed, 07 Nov 2018 19:43:17 +0100] rev 14164
Introduce FIX_STRINGA, use it fpcrtl_pos
Wuzzy <Wuzzy2@mail.ru> [Wed, 07 Nov 2018 17:45:20 +0100] rev 14163
Add TODO in ru.txt for reviewing all 04:XX strings
Grigory Ustinov <grenka@altlinux.org> [Wed, 07 Nov 2018 17:35:25 +0100] rev 14162
Add Russian translations in ru.txt
alfadur [Wed, 07 Nov 2018 18:30:33 +0300] rev 14161
fix mapgen
alfadur [Wed, 07 Nov 2018 18:27:24 +0300] rev 14160
save edges_count
unC0Rr [Wed, 07 Nov 2018 15:59:51 +0100] rev 14159
Some refactoring of qmlfrontend. It now shows land preview generated by hedgewars-engine
unC0Rr [Wed, 07 Nov 2018 15:55:32 +0100] rev 14158
Make hedgewars-engine crate produce shared library, implement some basics
unC0Rr [Wed, 07 Nov 2018 15:55:00 +0100] rev 14157
Fix some warnings here and there, remove unwelcomed code