2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 10:37:41 -04:00
Commit Graph

431 Commits

Author SHA1 Message Date
da1ca0d91c Fix the bugs I introduced by accidentally merging my own pull request. 2011-08-27 16:24:54 -04:00
109e389178 Merge pull request #72 from dpogue/mingw
Partial MinGW
2011-08-27 12:26:36 -07:00
a75220a409 Include the vkey code with the key character 2011-08-27 14:22:53 -04:00
e3c65ac817 Separate KeyEvents and KeyPresses 2011-08-26 23:17:10 -04:00
6ec190f526 This should have been reviewed better 2011-08-25 17:42:02 -07:00
9ed145d533 Merge pull request #74 from Mystler/pngjournal
Internal Client support for local PNGs in pfJournalBook
2011-08-25 17:03:02 -07:00
8512049ca8 Allow pfJournalBook to load png files from local path (internal) 2011-08-25 16:36:53 +02:00
14d6f51943 Merge pull request #71 from diafero/cleanup
Cleanup
2011-08-20 01:54:12 -07:00
85404e9b97 actually display the status message in the launcher 2011-08-20 10:52:46 +02:00
25e12fb3d0 remove unused function GetMouseCoords 2011-08-20 10:52:46 +02:00
9c28eca30f remove pointless "BUILD_TYPE" option... external vs. internal client should really be enough
(this also removes some hard-coded Cyan URLs which depended on that option)
2011-08-20 10:52:46 +02:00
f9e6f873b6 remove unused dialogs from plClient 2011-08-20 10:52:46 +02:00
84b5eef9eb fix plClient -SkipLoginDialog 2011-08-20 10:52:46 +02:00
9968c229ec get rid of a bunch of pointlessnes: GT detection, internal client expiration (?!?), a hard-coded GUID 2011-08-20 10:52:45 +02:00
454db5c6a2 Merge pull request #70 from dpogue/miscfixes
Misc fixes
2011-08-20 01:46:23 -07:00
c0a5199957 Merge pull request #69 from diafero/config-simplification
Config simplification
2011-08-20 01:45:52 -07:00
4020ea22ab Merge pull request #68 from diafero/fixes
cleanup and fixes, coexistance of internal and external launcher
(Zrax, Dox said in IRC it's looking okay)
2011-08-08 02:16:46 -07:00
8a6117358b Various string/printf fixes. 2011-08-07 14:11:36 -07:00
24ab78b3f3 Fix Python key map. 2011-08-07 14:11:36 -07:00
d0d12d24c6 Const strings for Python function names. 2011-08-07 14:11:36 -07:00
b995b407d5 MinGW fixes for pfLocalizationMgr. 2011-08-07 14:11:35 -07:00
fd71861316 String fixes for the Console stuff. 2011-08-07 14:11:35 -07:00
ab68dc3af9 Some compilers think "not" is a reserved word. 2011-08-07 14:11:35 -07:00
ee23f01736 String function fixes for mingw. 2011-08-07 14:11:35 -07:00
ea3fa47eca Make a bunch more strings const. 2011-08-07 14:11:35 -07:00
3000e99796 Some fixes for pnNetBase. 2011-08-07 14:11:35 -07:00
db3347734a Const strings for plNetSharedState. 2011-08-07 14:11:35 -07:00
517c195568 Add extra key defs for mingw. 2011-08-07 14:11:34 -07:00
50dc74e88b Use correct string methods. 2011-08-07 14:11:34 -07:00
fd0f3a5746 Mingw fixes for ProfileManager. 2011-08-07 14:11:34 -07:00
c4044cbf06 Mingw fixes for pnUtils. 2011-08-07 14:11:26 -07:00
e8a0b3f78f Tidy up the AddrInfo stuff (not enough though). 2011-08-07 14:08:27 -07:00
42c9df919b CoreLibExe fixes for mingw support. 2011-08-07 14:08:27 -07:00
942a007f4b Corelib fixes for mingw support. 2011-08-07 14:08:27 -07:00
c4bf08d177 Simple FeatureLib fixes. 2011-08-07 14:02:25 -07:00
e9f54e9547 Don't use Windows-specific Sleep function. 2011-08-07 14:02:25 -07:00
28d5ec2e4b This function is not inline. 2011-08-07 14:02:24 -07:00
2175ddff0b Bunch of small fixes. 2011-08-07 14:02:24 -07:00
99f846cdde Fix a float/integer conversion warning. 2011-08-07 14:02:24 -07:00
09f7a4f37d Syntax fixes for plTimedValue. 2011-08-07 14:02:24 -07:00
35d179fc53 Fix a bunch of syntax errors in pnUtils. 2011-08-07 14:01:36 -07:00
b4b5335fa8 Creatable names should be const strings. 2011-08-06 13:42:07 -07:00
f9381e7297 Fix some more ifdefs. 2011-08-06 13:36:22 -07:00
7c5eb380e0 Start stripping out more old defines from CoreLib. 2011-08-06 13:23:44 -07:00
51443d2243 Remove a bunch of ancient PS2 defines. 2011-08-06 13:16:49 -07:00
4048ef493d Clean up the hsBounds classes. 2011-08-06 13:13:26 -07:00
837dae9b69 if the N value is zero, send an empty seed to the server and expect an empty seed back. Don't use encryption. 2011-08-04 13:38:29 +02:00
d5885dd677 if no auth server is set, ask the gate keeper about it (does NOT really add a new message, just enables it. DS already supports it in master)
this makes the setup even easier... just one server to be configured in the server.ini.
2011-08-04 13:38:22 +02:00
54fcd09692 Merge branch 'license-stuff' of https://github.com/diafero/Plasma 2011-08-03 20:13:21 -04:00
87e228ca36 fix the internal launcher to expect a different filename than the external one, so both can co-exist in the same folder
Internal launchers MUST now be called plUruLauncher, renaming them will break them!
as per request of branan in #64
2011-08-03 13:06:54 +02:00