2016-01-12 sheepluva finish SDL2-window focus change detection code
2016-01-12 sheepluva use MIX_DEFAULT_FORMAT for sound
2016-01-12 sheepluva fix volume being at 0 on engine start. note: seems window focus changes are not detected atm. (relevant for sound dampening)
2016-01-11 sheepluva update Changelog
2016-01-11 sheepluva stop screenshot-flash-effects from showing up on consecutive screenshots
2016-01-10 sheepluva merge Wuzzy's highlanderfix and statsicons bookmarks.
2015-11-21 Wuzzy Customize stats screen icons
2015-11-21 Wuzzy Use Goals instead of ShowMission for Highlander mission dialog
2016-01-10 sheepluva merge Wuzzy's bluehogfix bookmark. note: there might be a cleaner fix...
2015-11-21 Wuzzy Fix Lua error spam in "Chasing the blue hog" after drowning both Crazy Runner and Hog Solo
2016-01-10 sheepluva merge Wuzzy's windowtitle bookmark
2015-11-21 Wuzzy Add window titles for title-less windows
2016-01-10 sheepluva merge Wuzzy's qttranslation bookmark
2015-11-21 Wuzzy Load Qt library's translation
2016-01-10 sheepluva don't attempt to prettify alpha of single-pixel textures (segfault with "digital" theme from forums)
2016-01-10 sheepluva fix/clean-up mousewheel code
2016-01-10 sheepluva Justyouwait.ogg wasn't installed on case-sensitive systems, due to a case typo in the CMakeLists. Thanks to TheMadCharles and Wuzzy for noticing.
2016-01-05 nemo limit Y increment to 6 (saucer/birdy bug)
2016-01-04 unc0rr Overwrite last '+' cmd in the queue instead of appending new command
2016-01-02 nemo put teamrope into ShoppaMap too
2016-01-01 unc0rr merge default qmlfrontend
2016-01-01 unc0rr Handle drawn maps from net qmlfrontend
2016-01-01 nemo add 32px to top offset
2015-12-31 nemo Tweak the hole carving to become less agressive about spacing if random points keep failing.
2015-12-31 nemo Force locations for hogs if even TryHard fails on initial spawn.
2015-12-31 nemo Disable digging on solid land
2015-12-31 unc0rr AI is pretty good at using Bee weapon
2015-12-31 unC0Rr Some WIP for bee
2015-12-31 nemo Some themers expressed desire to have translucent themes. While the current AA stuff in uLandGraphics won't really allow this to work with LandBackTex properly, seems to me it should be safe to allow alpha for LandTex. Our LandTex should all have alpha of 255 on the existing themes.
2015-12-31 nemo remove hardcoded shotgun val
2015-12-30 nemo set TryHard for placing hog automatically
2015-12-30 nemo remove space from key binding name
2015-12-30 nemo call this faller scrambling less often.
2015-12-29 nemo Make weapon damage in most cases be a structure value and also expose it to lua. Needs testing/review due to conditions at time of doing this (w/ one arm, dizzy/tingling due to sodium citrate), and just number of places changed..
2015-12-28 unc0rr Allow server admins to join passworded/restricted rooms when it is really needed
2015-12-28 unc0rr Defer kicking to the time when everything is in consistent state
2015-12-28 unc0rr Allow toggling registration requirement on live server
2015-12-28 unc0rr Allow only one query per session
2015-12-28 unc0rr Don't send LIST command on join
2015-12-26 unc0rr - Fix passing of ansistrings via ipc qmlfrontend
2015-12-22 nemo assume frontend buffer utf-8 to avoid garbage strings in debug
2015-12-20 unc0rr Fix two bugs, and yay, spectating works now qmlfrontend
2015-12-16 unc0rr Fix a ton of bugs in engine instances queue and ipc qmlfrontend
2015-12-15 unc0rr Send full game config to the engine qmlfrontend
2015-12-15 unc0rr Dunno why those were here at all qmlfrontend
2015-12-15 sheepluva uFLData was renamed, update "uses" qmlfrontend
2015-12-15 unc0rr Fix command sent to engine so it works for real qmlfrontend
2015-12-13 unc0rr - Improve IPC handling in engine qmlfrontend
2015-12-12 unc0rr Also send config in network game qmlfrontend
2015-12-12 unc0rr Introduce barriers between messages to different engine instances qmlfrontend
2015-12-10 unc0rr Start work on running engine in network game qmlfrontend
2015-12-09 unc0rr - Use queues instead of single buffer to communicate between threads qmlfrontend
2015-12-06 unc0rr Client flags handling implementation start qmlfrontend
2015-12-06 unc0rr Merge default qmlfrontend
2015-12-06 unc0rr Don't send maze_size parameter when not needed, as it overwrites template_filter qmlfrontend
2015-12-06 unc0rr Send team removal message to net qmlfrontend
2015-12-06 unc0rr Load full team config from file qmlfrontend
2015-12-06 unc0rr - Send team to net qmlfrontend
2015-12-05 unc0rr - Hedgehogs number display qmlfrontend
2015-12-03 unc0rr - Accept team and team color from net qmlfrontend
2015-12-02 unc0rr Fix LEFT command handling qmlfrontend
2015-12-02 unc0rr Accept scheme from net qmlfrontend
2015-12-02 unC0Rr Fix build for windows + other small fixes qmlfrontend
2015-12-01 unc0rr Rename uFLData to uFLThemes qmlfrontend
2015-12-01 unc0rr Accept ammo scheme from network qmlfrontend
2015-12-01 unc0rr Fix FULLMAPCONFIG handling qmlfrontend
2015-11-30 unc0rr Prevent crashing from empty PART reason qmlfrontend
2015-11-30 unc0rr - Implement engine runs queue qmlfrontend
2015-11-27 unc0rr Handle some CFG parameters qmlfrontend
2015-11-26 unc0rr Update seed, theme and script from net in UI qmlfrontend
2015-11-25 unc0rr Some game config methods and signals qmlfrontend
2015-11-25 unc0rr UI knowns local player nickname qmlfrontend
2015-11-24 unc0rr Apply generated code to .pas files, fix FULLMAPCONFIG handling qmlfrontend
2015-11-24 unC0Rr Support for protocol commands which are equal to suffix of another protocol command qmlfrontend
2015-11-24 unc0rr - Add the rest of protocol commands qmlfrontend
2015-11-22 unc0rr Small ui rework qmlfrontend
2015-11-22 unc0rr Another approach to parsing two-lines protocol commands qmlfrontend
2015-11-21 unc0rr - Some refactoring qmlfrontend
2015-11-21 unc0rr - Warnings/errors message box qmlfrontend
2015-11-21 unc0rr Handle ROOM UPD qmlfrontend
2015-11-21 unc0rr Fix wrong jump qmlfrontend
2015-11-21 unc0rr Small fixes qmlfrontend
2015-11-20 unc0rr - Handle ROOM DEL qmlfrontend
2015-11-20 unc0rr Handle ROOMS and ROOM ADD protocol commands qmlfrontend
2015-11-20 unc0rr Fix losing commands qmlfrontend
2015-11-19 unc0rr Can send chat messages now qmlfrontend
2015-11-19 unc0rr Lobby page with chat widget(readonly) qmlfrontend
2015-11-19 unc0rr Remove CHECKPOINT 011 occurence, probably hiding some bug
2015-11-18 unc0rr Implement processing net commands in the main thread qmlfrontend
2015-11-18 nemo Add a few more lua things to the changelog
2015-11-17 antonc27 Merge from iOS branch
2015-11-17 Vittorio Giovara travis: Enable OSX tests
2015-11-17 antonc27 - Removed SDLTry from call to SDL_GL_SetSwapInterval ios-revival
2015-11-17 antonc27 - Workaround for problems with SDL_GL_SetSwapInterval on iOS ios-revival
2015-11-17 antonc27 Merge ios-revival
2015-11-16 sheepluva merge Wuzzy's saucer training
(0) -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 tip