unc0rr [Sun, 09 Nov 2014 23:02:21 +0300] rev 10458
Scripts list module
wuzzy [Thu, 30 Oct 2014 18:47:51 -0400] rev 10457
Updates to german translation
unc0rr [Mon, 03 Nov 2014 23:56:51 +0300] rev 10456
Theme can be changed
nemo [Thu, 30 Oct 2014 15:09:49 -0400] rev 10455
Add Auto Camera messages to localisation
unc0rr [Mon, 03 Nov 2014 23:36:53 +0300] rev 10454
Allow using right button or wheel to change team color
nemo [Tue, 28 Oct 2014 10:27:35 -0400] rev 10453
Remove loc() called with a variable.
unc0rr [Mon, 03 Nov 2014 00:01:02 +0300] rev 10452
Show team color in teams list widget, also allow to change it on mouse click
nemo [Tue, 28 Oct 2014 10:17:49 -0400] rev 10451
Update Qt strings too
unc0rr [Sat, 01 Nov 2014 22:51:07 +0300] rev 10450
- Store index of color instead of its value
- Reset game config when switching pages
nemo [Tue, 28 Oct 2014 09:56:28 -0400] rev 10449
Update locale to latest strings. This does NOT include the string format improvement.
unc0rr [Sat, 01 Nov 2014 00:23:22 +0300] rev 10448
- Allow to delete teams from config
- Manage team colors (internally, no gui so far)
- 'Play' button on local game page (works!)
mikade <redgrinner@gmail.com> [Mon, 27 Oct 2014 21:24:55 +0900] rev 10447
Add Construction Mode (probably needs testing / fixing)
unc0rr [Fri, 31 Oct 2014 00:36:08 +0300] rev 10446
Perform some checks on team add
nemo [Sat, 25 Oct 2014 15:17:02 -0400] rev 10445
cosmetic disabling of clouds with sea edges and underwater theme
unc0rr [Sat, 25 Oct 2014 00:31:10 +0400] rev 10444
Teams widget now allows to add and remove teams (basic implementation, no checks performed, no colors, no hedgehogs)
nemo [Sat, 25 Oct 2014 11:29:45 -0400] rev 10443
Remove switching of hog's hat to chef. do it in draw instead.
unc0rr [Mon, 20 Oct 2014 22:55:12 +0400] rev 10442
Load and show local teams list
nemo [Sat, 25 Oct 2014 10:42:30 -0400] rev 10441
Revert hog tinting from
rdb65298717da since it wasn't sufficiently complete for a release. More sprites need converting, and there's a slight bug in hog tinting, for away hogs with hats I believe.
unc0rr [Mon, 13 Oct 2014 23:46:49 +0400] rev 10440
- Implement getTeamsList (not tested)
- Some small fixes
sheepluva [Mon, 20 Oct 2014 19:50:46 +0200] rev 10439
allow toggling ammo menu while NoTeamOrHH, as suggested by unC0Rr
unc0rr [Thu, 02 Oct 2014 00:48:14 +0400] rev 10438
Filter out garbage from themes list
sheepluva [Mon, 20 Oct 2014 15:31:44 +0200] rev 10437
find and add lua tests automagically
unc0rr [Wed, 01 Oct 2014 01:20:05 +0400] rev 10436
flib provides theme icons, qmlFrontend shows them
nemo [Sun, 19 Oct 2014 15:46:09 -0400] rev 10435
allow hogs to repeatedly enter portals placed on the ground
unc0rr [Tue, 30 Sep 2014 00:54:04 +0400] rev 10434
Themes model, also add some files I forgot to add previously
unc0rr [Thu, 09 Oct 2014 22:14:55 +0400] rev 10433
some unfinished stuff
unc0rr [Sun, 28 Sep 2014 21:33:14 +0400] rev 10432
Quick Game PoC
sheepluva [Thu, 02 Oct 2014 18:04:14 +0200] rev 10431
another small rendering tweak/fix
unc0rr [Sun, 28 Sep 2014 01:17:55 +0400] rev 10430
Getter and setter for seed
sheepluva [Thu, 02 Oct 2014 13:44:54 +0200] rev 10429
simplify {$IF that pas2c did not seem to understand
unc0rr [Sun, 28 Sep 2014 00:49:04 +0400] rev 10428
More refactoring: move PoC preview getting code into flib
sheepluva [Thu, 02 Oct 2014 13:18:58 +0200] rev 10427
also fix top/bottom and side-by-side rendering (got also broken in webgl branch)
unc0rr [Sun, 28 Sep 2014 00:18:01 +0400] rev 10426
Some refactoring
sheepluva [Thu, 02 Oct 2014 13:01:18 +0200] rev 10425
fix stereoscopic rendering leading to screen "running away to the left" since webgl merge (due to bug in webgl branch). reason was incomplete change of name/scope of variable stereoDepth -> cStereoDepth
unc0rr [Sat, 27 Sep 2014 12:49:08 +0400] rev 10424
- Get rid of engine's PathPrefix and UserPathPrefix
- Some refactoring
sheepluva [Thu, 02 Oct 2014 12:08:22 +0200] rev 10423
fix mapgen of other scripts too
unc0rr [Fri, 26 Sep 2014 00:56:36 +0400] rev 10422
- Pages
- Animations on buttons hovering
sheepluva [Thu, 02 Oct 2014 00:40:25 +0200] rev 10421
use constants for mapgen, expose those to lua
unc0rr [Mon, 22 Sep 2014 02:10:39 +0400] rev 10420
flib:
- Ability to pass raw data via IPC
qmlfrontend:
- Pass message received by callback through event loop to handle it in main thread
- Get preview image from engine on button click and render it in Image object
sheepluva [Thu, 02 Oct 2014 00:06:59 +0200] rev 10419
some more splash code tweaking/fixing
unc0rr [Sun, 21 Sep 2014 00:37:50 +0400] rev 10418
Move away from passing shortstrings into C code, now IPC works
sheepluva [Wed, 01 Oct 2014 22:46:58 +0200] rev 10417
tweak splash position
unc0rr [Sat, 20 Sep 2014 00:56:54 +0400] rev 10416
- Remove --port command
- Some refactoring here and there
- Try to get preview from engine, which doesn't work due to some ABI mismatch, probably shouldn't try to pass string255 to pascal
nemo [Wed, 01 Oct 2014 15:51:17 -0400] rev 10415
☹
unc0rr [Fri, 19 Sep 2014 14:27:41 +0400] rev 10414
Strip some HWLIBRARY ifdefs
nemo [Fri, 26 Sep 2014 22:20:12 -0400] rev 10413
climb home training/multiplayer
unc0rr [Thu, 18 Sep 2014 23:02:05 +0400] rev 10412
- More flib IPC routines
- Rework engine's uIO to use new IPC mechanism
nemo [Wed, 17 Sep 2014 23:03:24 -0400] rev 10411
Make it a bit easier/safer to build ice bridges
unc0rr [Thu, 18 Sep 2014 00:19:05 +0400] rev 10410
Some work on new IPC, built with the use of mutexes and condition variables
sheepluva [Tue, 09 Sep 2014 10:48:11 +0200] rev 10409
update manpage
unc0rr [Tue, 16 Sep 2014 12:46:58 +0400] rev 10408
Some more of ignoration
sheepluva [Mon, 08 Sep 2014 18:53:34 +0200] rev 10407
mention the hwplay:// thing in --help
unc0rr [Tue, 16 Sep 2014 12:47:39 +0400] rev 10406
Basic layout of frontlib, some more sdl bindings
sheepluva [Mon, 08 Sep 2014 18:12:13 +0200] rev 10405
fix for < LocutusOfBorg1> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760776
unc0rr [Sat, 13 Sep 2014 00:27:10 +0400] rev 10404
- Fix arguments parsing in engine assuming paramcount > 0
- Pass "--help" for testing
nemo [Sun, 07 Sep 2014 15:11:08 -0400] rev 10403
update with new winners
unc0rr [Fri, 12 Sep 2014 00:51:14 +0400] rev 10402
Let's get it started
unc0rr [Mon, 25 Aug 2014 22:52:59 +0400] rev 10401
- Revert try to add local team on rejoin
- Don't allow more than 8 teams in local game widget
unc0rr [Mon, 25 Aug 2014 00:11:19 +0400] rev 10400
This should make frontend aware of your own teams in game on rejoin
unc0rr [Sun, 24 Aug 2014 23:53:33 +0400] rev 10399
Also pass maze_size parameter to perlin generator in game mode
unc0rr [Sun, 24 Aug 2014 23:41:06 +0400] rev 10398
Also convert the message if current team is gone
nemo [Sun, 24 Aug 2014 15:18:26 -0400] rev 10397
rename of variable typo for readability
nemo [Sun, 24 Aug 2014 14:51:11 -0400] rev 10396
ok. that's weird. I wonder if I was having non-clean build issues last time I tried messing with this. that could explain why my changing offsets didn't do anything.
unc0rr [Sun, 24 Aug 2014 10:43:49 +0400] rev 10395
Better diagnostics in log, even though it shouldn't matter anymore
unc0rr [Fri, 22 Aug 2014 20:18:13 +0400] rev 10394
Fix map contrainer widget look in russian locale
unc0rr [Fri, 22 Aug 2014 19:43:26 +0400] rev 10393
alfadur [Fri, 22 Aug 2014 00:57:07 +0400] rev 10392
- Support for pausing multiplayer games
- Some code cleanup
unc0rr [Fri, 22 Aug 2014 00:37:26 +0400] rev 10391
Add separate option for perlin gen
sheepluva [Thu, 21 Aug 2014 15:01:19 +0200] rev 10390
don't render crosshair/laser during kamikaze
sheepluva [Fri, 15 Aug 2014 08:31:34 +0200] rev 10389
comment out some debug output code
sheepluva [Fri, 15 Aug 2014 08:23:15 +0200] rev 10388
part of patch in
issue #803 (ty) - this hopefully should fix issues with cmake Makefiles trying to run "Qt4::lrelease" in the shell
unc0rr [Wed, 13 Aug 2014 23:14:08 +0400] rev 10387
Apply new distortion on maze gen
unc0rr [Wed, 13 Aug 2014 22:31:28 +0400] rev 10386
Smooth perlin's outline
vittorio.giovara@gmail.com [Wed, 13 Aug 2014 15:39:32 +0000] rev 10385
add bug reference to explain the qt version check on osx
sheepluva [Wed, 13 Aug 2014 17:25:55 +0200] rev 10384
I can't read. sry
sheepluva [Wed, 13 Aug 2014 17:06:17 +0200] rev 10383
contradiction with a hint of BS
sheepluva [Wed, 13 Aug 2014 15:16:33 +0200] rev 10382
this should fix the cmake 3.0 issue. thanks to Spacey for reporting
sheepluva [Wed, 13 Aug 2014 14:50:13 +0200] rev 10381
tweak test
sheepluva [Wed, 13 Aug 2014 13:41:19 +0200] rev 10380
add test I used for bisecting
sheepluva [Wed, 13 Aug 2014 13:36:35 +0200] rev 10379
I a recent commit I caused flames to use uninitialized values. that lead to fire burning slow and desyncs. this commit fixes/reverts this
unc0rr [Tue, 12 Aug 2014 17:58:36 +0400] rev 10378
Fix PlaceSprite
unc0rr [Tue, 12 Aug 2014 13:21:32 +0400] rev 10377
Challenge map #12
nemo [Mon, 11 Aug 2014 08:31:57 -0400] rev 10376
text visibility "fix"
sheepluva [Sun, 10 Aug 2014 17:03:02 +0200] rev 10375
do not render chat if HUD is hidden
unc0rr [Sat, 02 Aug 2014 15:11:13 +0400] rev 10374
Oops
sheepluva [Sat, 02 Aug 2014 02:42:12 +0200] rev 10373
fix flake angles
sheepluva [Sat, 02 Aug 2014 02:20:48 +0200] rev 10372
"fix" sinegun
nemo [Mon, 28 Jul 2014 15:46:15 -0400] rev 10371
should be RGBA, not RGB
nemo [Sun, 27 Jul 2014 22:47:52 -0400] rev 10370
Using blended makes smilies and CJK less hideous.
unc0rr [Fri, 25 Jul 2014 20:42:06 +0400] rev 10369
One more map
unc0rr [Fri, 25 Jul 2014 20:41:52 +0400] rev 10368
Forced sprites placing mode, exposed to scripts (not tested at all)
unc0rr [Fri, 25 Jul 2014 14:16:33 +0400] rev 10367
Oops
unc0rr [Fri, 25 Jul 2014 14:00:51 +0400] rev 10366
Official racer map #11
unc0rr [Thu, 10 Jul 2014 13:40:49 +0400] rev 10365
Racer challenge map #10
sheepluva [Mon, 07 Jul 2014 16:07:49 +0200] rev 10364
burst drowning gears into bubbles after timeout
sheepluva [Mon, 07 Jul 2014 15:43:48 +0200] rev 10363
drowning tweaks
sheepluva [Mon, 07 Jul 2014 00:48:12 +0200] rev 10362
cont.
sheepluva [Mon, 07 Jul 2014 00:37:10 +0200] rev 10361
simplifying some code
sheepluva [Sun, 06 Jul 2014 19:20:43 +0200] rev 10360
some adjustments and support for mirrored world rendering. disabled atm though, I think it is more confusing than helping
sheepluva [Sun, 06 Jul 2014 12:19:24 +0200] rev 10359
one finger ought to be enough for everybody
sheepluva [Sun, 06 Jul 2014 12:02:55 +0200] rev 10358
tweaks
sheepluva [Sat, 05 Jul 2014 22:54:58 +0200] rev 10357
merge (even although I rebased... ok)
sheepluva [Sat, 05 Jul 2014 21:22:42 +0200] rev 10356
for real this time
sheepluva [Sat, 05 Jul 2014 20:27:42 +0200] rev 10355
fix pas2c build
sheepluva [Sat, 05 Jul 2014 20:15:56 +0200] rev 10354
WIP: weSea tweaks, functional and visual
unc0rr [Sun, 06 Jul 2014 00:26:55 +0400] rev 10353
Treat "out" as "var"
sheepluva [Sat, 05 Jul 2014 18:51:45 +0200] rev 10352
simplify some code
unc0rr [Sat, 05 Jul 2014 15:28:32 +0400] rev 10351
Restore teams in teams list on rejoin, should fix issues with second rejoin.
unc0rr [Fri, 04 Jul 2014 22:45:59 +0400] rev 10350
Don't pick up own team if only recieved synced teamback message. Fixes second rejoin desync (untested).
unc0rr [Wed, 02 Jul 2014 23:55:00 +0400] rev 10349
Fix some issues with rejoining (rejoining client still desyncs though)
koda [Wed, 02 Jul 2014 11:40:57 -0400] rev 10348
cpack: do not exclude liblua from release tarball
It was inadvertedly removed in
rb769a8e38cbd.
sheepluva [Tue, 01 Jul 2014 12:39:06 +0200] rev 10347
add assignment I forgot
sheepluva [Tue, 01 Jul 2014 12:30:36 +0200] rev 10346
lua api: allow to specify layer when adding visual gear
unc0rr [Mon, 30 Jun 2014 00:07:03 +0400] rev 10345
Make team disappear after 3 turns in 'gone' state
unc0rr [Sun, 29 Jun 2014 22:50:21 +0400] rev 10344
Fix issues with unsynced F and G messages being lost if current team which is supposed to convert them to synced f/g quits
unc0rr [Sat, 28 Jun 2014 14:51:45 +0400] rev 10343
Finish implementation of ability to take control over your team after being disconnected. Completely untested.
unc0rr [Thu, 26 Jun 2014 21:43:36 +0400] rev 10342
Fix build, and also make protocol a bit more consistent and flexible (only in docs though, to be implemented)
Igor Paliychuk [Thu, 26 Jun 2014 00:48:44 +0400] rev 10341
Ukrainian translation update
nemo [Tue, 24 Jun 2014 09:24:37 -0400] rev 10340
2x2 to avoid engine bug
nemo [Tue, 24 Jun 2014 08:49:09 -0400] rev 10339
couple of custom sprites for mikade to override in a lua sidecar if he wants to