Commit Graph

65 Commits (e3df74eaeeae2f0a385813a7f14ea9586f411b0b)

Author SHA1 Message Date
kaetemi 8e21fed1e6 AGPLv3: The work must carry prominent notices stating that you modified it, and giving a relevant date 5 years ago
kaetemi 67bba962d7 Revert unused change from TStringId to CSheetId for sounds 5 years ago
Inky f17aeff6f2 Changed: cli character selection
--HG--
branch : develop
6 years ago
Nimetu 7ccd9da497 Merge with develop
--HG--
branch : experimental-ui-scaling
6 years ago
Nimetu 94861ac709 Changed: Make sure char select window resolution is at least 1024x768
--HG--
branch : develop
6 years ago
Nimetu ace1684f5c Fixed: Ingame UI restored wrongly if window resized in char select mode
--HG--
branch : develop
6 years ago
Nimetu 2e7d025109 Changed: Use user requested resolution for both char select and ingame
--HG--
branch : develop
7 years ago
Nimetu d7ee450215 Changed: Use user requested resolution for both char select and ingame
--HG--
branch : experimental-ui-scaling
7 years ago
Nimetu bc5bf44c18 Merge with develop
--HG--
branch : experimental-ui-scaling
7 years ago
kervala f605c5faa5 Changed: Replace all "" by empty(), clear(), Empty(), etc...
--HG--
branch : develop
8 years ago
kervala 9941fcf82b Fixed: Typos detected by Lintian
--HG--
branch : develop
8 years ago
kervala a0075414c0 Changed: Use empty() to check if a string is empty
--HG--
branch : develop
8 years ago
Nimetu b474f39970 Added: Scaling options to client config
--HG--
branch : experimental-ui-scaling
9 years ago
kaetemi 5c6edf6cee And more VS2015 fixes
--HG--
branch : develop
9 years ago
kervala fb1d5134ba Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 2b155c2d50 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 3ac728872e Fixed: Typos (renamed restaure to restore)
--HG--
branch : develop
9 years ago
kaetemi 6a48a2d199 Merge with feature-crashreport
--HG--
branch : feature-crashreport+develop
10 years ago
kaetemi b120d68a98 Merge with hotfix
--HG--
branch : develop
10 years ago
dfighter1985 36ce53b1ba Merged in hotfix (pull request #117)
Merge hotfix branch

--HG--
branch : develop
10 years ago
dfighter1985 d2194cda05 Removed unused references to CMsgBoxDisplayer.
--HG--
branch : feature-crashreport
10 years ago
dfighter1985 2f808280c8 Removed unused references to CMsgBoxDisplayer.
--HG--
branch : hotfix
10 years ago
kervala 303f7d2e79 Changed: Minor changes
--HG--
branch : develop
10 years ago
kaetemi 93376226c4 Use software cursor with attached display
--HG--
branch : multipass-stereo
11 years ago
kaetemi e2bfb5d542 Clean handling of display mode switching in client
--HG--
branch : multipass-stereo
11 years ago
kaetemi 7c39f7d33b Specify monitor when changing display mode
--HG--
branch : multipass-stereo
11 years ago
kaetemi dac5b2d274 Merge with game-device
--HG--
branch : multipass-stereo
11 years ago
kervala 49c53955a6 Fixed: Some typos 11 years ago
kaetemi f281622d47 Trash DirectInput
--HG--
branch : game-device
11 years ago
mattraykowski e7e51f01e0 merging gui editor repo. 12 years ago
dfighter1985 fcb736c387 Merged mainline default branch changes.
--HG--
branch : gsoc2012-gui-editor
12 years ago
kervala 518a30ee6c Changed: Disabled some useless temporary files 12 years ago
dfighter1985 cb13ce46cd MODIFIED: #1471 Merged mainline default to this branch.
--HG--
branch : gsoc2012-gui-editor
12 years ago
kervala 8922f96b9a Changed: Synchronization with SVN 13 years ago
dfighter1985 e2abe1e33e CHANGED: #1471 CInterfaceParser is now a component of CWidgetManager, and is instantiated by an abstract factory method. (IParser::createParser())
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 ba6fd68efc CHANGED: #1474 CInterfaceManager is no longer a subclass of CInterfaceParser, instead CInterfaceParser is a component of CInterfaceManager.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 f9cda42c8d CHANGED: #1471 Moved some Lua related code from CInterfaceManager to CLuaManager and CInterfaceParser.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 11d2efb96f CHANGED: #1471 Moved CProcedure code to it's own files, and also moved the procedure handling code from CInterfaceManager to CWidgetManager.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 d301c46c27 Merged default branch into gui-refactoring.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 4ba859dc7c CHANGED: #1471 CDBGroupComboBox is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 595999580b CHANGED: #1471 CGroupEditBox is now in the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 1222e35012 CHANGED: #1471 moved some ucstring handling code to the NELGUI library ( required for CViewText )
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 aca24ff510 CHANGED: #1471 CCtrlButton is now part of the NEL GUI library.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 56a75a90ab CHANGED: #1471 Finally moved some of the basic widget classes and the widget manager, action handler manager to the GUI lib. Also moved some GUI related methods back to CLuaIHM.
--HG--
branch : gui-refactoring
13 years ago
kaetemi 9cd7498fe9 Fixed: Sound CSheetID implementation (part 2) (not tested)
--HG--
branch : sound_dev
13 years ago
kaetemi cab401fa13 Merged: From default to sound_dev
--HG--
branch : sound_dev
13 years ago
dfighter1985 643ecb591e CHANGED: #1471 Moved CInterface::runActionHandler methods to CAHManager.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 0755db035f CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc )
--HG--
branch : gui-refactoring
13 years ago
sfb af454dd1cf Fixed EOL issues and added .hgeol file. 13 years ago
Fabien_HENON a55297c29a Changed: #1469 StringId conversion to CSheetId for sounds
--HG--
branch : gsoc2012-fabien
13 years ago