nemo [Tue, 22 Dec 2015 11:18:40 -0500] rev 11466
assume frontend buffer utf-8 to avoid garbage strings in debug
unc0rr [Sun, 20 Dec 2015 12:45:49 +0300] rev 11465
Fix two bugs, and yay, spectating works now
unc0rr [Thu, 17 Dec 2015 00:51:20 +0300] rev 11464
Fix a ton of bugs in engine instances queue and ipc
unc0rr [Wed, 16 Dec 2015 00:20:56 +0300] rev 11463
Send full game config to the engine
unc0rr [Tue, 15 Dec 2015 20:38:51 +0300] rev 11462
Dunno why those were here at all
sheepluva [Tue, 15 Dec 2015 18:19:12 +0100] rev 11461
uFLData was renamed, update "uses"
unc0rr [Tue, 15 Dec 2015 20:11:18 +0300] rev 11460
Fix command sent to engine so it works for real
unc0rr [Mon, 14 Dec 2015 00:24:03 +0300] rev 11459
- Improve IPC handling in engine
- Handle EM protocol command
- Some fixes for net game
unc0rr [Sat, 12 Dec 2015 23:42:40 +0300] rev 11458
Also send config in network game
unc0rr [Sat, 12 Dec 2015 23:38:18 +0300] rev 11457
Introduce barriers between messages to different engine instances
unc0rr [Thu, 10 Dec 2015 23:49:12 +0300] rev 11456
Start work on running engine in network game
unc0rr [Thu, 10 Dec 2015 00:33:45 +0300] rev 11455
- Use queues instead of single buffer to communicate between threads
- Fix build
unc0rr [Mon, 07 Dec 2015 00:05:41 +0300] rev 11454
Client flags handling implementation start
unc0rr [Sun, 06 Dec 2015 20:36:21 +0300] rev 11453
Merge default
unc0rr [Sun, 06 Dec 2015 20:35:58 +0300] rev 11452
Don't send maze_size parameter when not needed, as it overwrites template_filter
unc0rr [Sun, 06 Dec 2015 20:20:09 +0300] rev 11451
Send team removal message to net
unc0rr [Sun, 06 Dec 2015 20:07:35 +0300] rev 11450
Load full team config from file
unc0rr [Sun, 06 Dec 2015 19:56:33 +0300] rev 11449
- Send team to net
- Handle TEAM_ACCEPTED
unc0rr [Sat, 05 Dec 2015 16:14:59 +0300] rev 11448
- Hedgehogs number display
- Accept team removal message from net
- Reset teams list leaving a room
unc0rr [Thu, 03 Dec 2015 23:59:06 +0300] rev 11447
- Accept team and team color from net
- Some small fixes
unc0rr [Wed, 02 Dec 2015 22:30:13 +0300] rev 11446
Fix LEFT command handling
unc0rr [Wed, 02 Dec 2015 22:21:23 +0300] rev 11445
Accept scheme from net
unC0Rr [Wed, 02 Dec 2015 13:39:16 +0300] rev 11444
Fix build for windows + other small fixes
unc0rr [Tue, 01 Dec 2015 23:40:38 +0300] rev 11443
Rename uFLData to uFLThemes
unc0rr [Tue, 01 Dec 2015 23:37:10 +0300] rev 11442
Accept ammo scheme from network
unc0rr [Tue, 01 Dec 2015 19:49:59 +0300] rev 11441
Fix FULLMAPCONFIG handling
unc0rr [Mon, 30 Nov 2015 23:43:19 +0300] rev 11440
Prevent crashing from empty PART reason
unc0rr [Mon, 30 Nov 2015 23:25:18 +0300] rev 11439
- Implement engine runs queue
- Many small improvements
unc0rr [Sat, 28 Nov 2015 00:18:04 +0300] rev 11438
Handle some CFG parameters
unc0rr [Thu, 26 Nov 2015 20:11:54 +0300] rev 11437
Update seed, theme and script from net in UI
unc0rr [Wed, 25 Nov 2015 22:10:01 +0300] rev 11436
Some game config methods and signals
unc0rr [Wed, 25 Nov 2015 21:31:30 +0300] rev 11435
UI knowns local player nickname
unc0rr [Tue, 24 Nov 2015 20:19:00 +0300] rev 11434
Apply generated code to .pas files, fix FULLMAPCONFIG handling
unC0Rr [Tue, 24 Nov 2015 12:09:41 +0300] rev 11433
Support for protocol commands which are equal to suffix of another protocol command
unc0rr [Tue, 24 Nov 2015 09:00:43 +0300] rev 11432
- Add the rest of protocol commands
- Fix some generator glitches
unc0rr [Sun, 22 Nov 2015 19:29:13 +0300] rev 11431
Small ui rework
unc0rr [Sun, 22 Nov 2015 18:06:32 +0300] rev 11430
Another approach to parsing two-lines protocol commands
unc0rr [Sat, 21 Nov 2015 23:56:41 +0300] rev 11429
- Some refactoring
- Room page, handle room join/part, room chat
unc0rr [Sat, 21 Nov 2015 17:07:06 +0300] rev 11428
- Warnings/errors message box
- Send JOIN_ROOM on double click on rooms list
- Some small iprovements more
unc0rr [Sat, 21 Nov 2015 12:40:33 +0300] rev 11427
Handle ROOM UPD
unc0rr [Sat, 21 Nov 2015 10:04:20 +0300] rev 11426
Fix wrong jump
unc0rr [Sat, 21 Nov 2015 09:56:00 +0300] rev 11425
Small fixes
unc0rr [Sat, 21 Nov 2015 00:42:11 +0300] rev 11424
- Handle ROOM DEL
- Small fixes
unc0rr [Fri, 20 Nov 2015 23:56:13 +0300] rev 11423
Handle ROOMS and ROOM ADD protocol commands
unc0rr [Fri, 20 Nov 2015 23:05:49 +0300] rev 11422
Fix losing commands
unc0rr [Thu, 19 Nov 2015 23:32:28 +0300] rev 11421
Can send chat messages now
unc0rr [Thu, 19 Nov 2015 23:04:53 +0300] rev 11420
Lobby page with chat widget(readonly)
unc0rr [Thu, 19 Nov 2015 13:30:34 +0300] rev 11419
Remove CHECKPOINT 011 occurence, probably hiding some bug
unc0rr [Wed, 18 Nov 2015 22:18:39 +0300] rev 11418
Implement processing net commands in the main thread
nemo [Wed, 18 Nov 2015 14:12:15 -0500] rev 11417
Add a few more lua things to the changelog
antonc27 <antonc27@mail.ru> [Tue, 17 Nov 2015 20:53:05 +0100] rev 11416
Merge from iOS branch
Vittorio Giovara <vittorio@vimeo.com> [Tue, 17 Nov 2015 17:08:26 +0100] rev 11415
travis: Enable OSX tests
Clean up other parts while at it.
antonc27 <antonc27@mail.ru> [Tue, 17 Nov 2015 16:34:20 +0100] rev 11414
- Removed SDLTry from call to SDL_GL_SetSwapInterval
Note: "blame it on me in commit message if you want x)" sheepluva
antonc27 <antonc27@mail.ru> [Tue, 17 Nov 2015 15:30:36 +0100] rev 11413
- Workaround for problems with SDL_GL_SetSwapInterval on iOS
antonc27 <antonc27@mail.ru> [Tue, 17 Nov 2015 15:12:24 +0100] rev 11412
Merge
sheepluva [Mon, 16 Nov 2015 23:06:27 +0100] rev 11411
merge Wuzzy's saucer training
Wuzzy <almikes@aol.com> [Sat, 14 Nov 2015 19:22:42 +0100] rev 11410
Add Basic Flying Saucer Training
yuenfu [Mon, 16 Nov 2015 15:48:37 -0500] rev 11409
a submitted taiwanese translation. cursory review in google translate. there were a few keys that had translations removed, perhaps due to the english being better suited.
unc0rr [Mon, 16 Nov 2015 22:57:24 +0300] rev 11408
Merge default (add a bunch of FIXMEs)
koda [Mon, 16 Nov 2015 20:07:21 +0100] rev 11407
cmake: Remove core-lint flag for haskell
Restore different optimization level for release and debug.
Finally remember "<unC0Rr> never check ghc sanity!"