Changes
Summary
- Copied branch with new ogre version to trunk location
- merged pacman
- merged Tubes into SuperOrxoBros
- added OrxyRoad
- added space race improvements
- added scriptable controller
- Merged Masterserver, refresh button had to be removed
- new merge branch to cequi 0.8 and ogre 1.9
- Set locale to minimum locale C and not user-preferred locale, as CEGUI 0.8 requires locale set to C
- Changed cmake config file to ogre 1.9
- fixed material of debug drawer (to visualize collision shapes)
- fixed some warnings with gcc 7
- added path to cegui for ubuntu 17.10 and also making cegui 0.8 the minimal supported version
- added work around for a bug in cegui 0.8 (the cegui lua scripts expect a "Font*" pointer to call getTextExtent(), but cegui 0.8 only returns "const Font*")
- attach Planets to MovableEntities to make them move (Planets are static now)
- removed unneeded files and migrated GameplayMenu.lua to cegui 0.8
- migrated all ingame menus to cegui 0.8
- migrated HighscoreMenu.lua and CampaignMenu.lua to cegui 0.8
- fixed another alignment issue
- fixed alignment
- migrated NotificationLayer.lua to cegui 0.8
- fixed some config values; removed unused layout; renamed some background windows; removed unknown property
- updated Settings.lua and all sub-menus to cegui 0.8
- updated HostMenu.lua, MultiplayerMenu.lua, ShipSelectionMenu.lua, SingleplayerConfigMenu.lua to cegui 0.8
- added (again) more include paths to make it work with ubuntu
- updated CreditsMenu.lua and SingleplayerMenu.lua to cegui 0.8
- fixed build
- merged ogre1.9 (including cegui0.8) into new branch
- auto-migrated all cegui files to version 0.8 with ceed (http://cegui.org.uk/wiki/Using_CEED-Migrate)
- removed umlaute
- created new branch to merge cegui0.8 and ogre1.9 with the recent changes in trunk