Commit graph

3464 commits

Author SHA1 Message Date
kervala
6b9e9b8486 Changed: Include Lua headers directory for GUI Editor 2013-09-27 16:43:02 +02:00
kervala
9889049239 Fixed: Some warnings 2013-09-27 16:30:55 +02:00
Nimetu
894232c4c9 Fixed: Do not save client.cfg when exiting from char selection screen or correct window size is lost 2013-09-27 12:58:34 +03:00
Nimetu
0b1125e253 Fixed: restore correct fullscreen resolution 2013-09-27 12:16:13 +03:00
kervala
d2749d1857 Changed: Detect Express versions 2013-09-27 11:05:52 +02:00
kervala
3ab977f4d7 Changed: Don't use anymore the current SDK in registry (very unreliable)
Changed: Use the Windows SDK installed with VC++ or the most recent compatible one
2013-09-27 10:52:44 +02:00
kervala
f6ddcacd56 Fixed: Windows SDK detection for some previous versions 2013-09-27 09:26:22 +02:00
kaetemi
185709734d Fix warnings 2013-09-27 01:32:01 +02:00
kaetemi
e7e7a942f8 Fix warnings 2013-09-27 01:11:19 +02:00
kaetemi
3d53e078a5 Fix line endings 2013-09-27 00:08:49 +02:00
kervala
2709a72e43 Fixed: LNK2011 when using external libraries 2013-09-26 22:50:13 +02:00
kervala
2af24d272b Changed: Improved Windows SDK detection 2013-09-26 22:49:30 +02:00
Cédric OCHS
b499ce86e8 Merged in nimetu/ryzomcore/fix-issue-36 (pull request #27)
Fixed: remember selected resolution in login screen (issue #36)
2013-09-26 21:29:47 +02:00
Nimetu
87a11924ca Fixed: remember selected resolution in login screen (issue #36) 2013-09-26 21:34:55 +03:00
Cédric OCHS
46cf1584de Merged in nimetu/ryzomcore (pull request #26)
Fixed: map landmark bug (issue #15)
2013-09-25 08:52:30 +02:00
kervala
b5c625f261 Changed: Created NELID macro to fix warning "multi-character character constant" 2013-09-24 21:33:59 +02:00
Nimetu
3d0ea8c433 Fixed: map landmark bug (issue #15) 2013-09-23 17:34:01 +03:00
Quitta
753893d8a9 updated client_default.cfg and removed rhe anon login 2013-09-23 03:52:20 +02:00
Quitta
3d7a7dc191 Merge with quitta-gsoc-2013 2013-09-23 00:49:16 +02:00
Quitta
66401ff317 Added empty ssl_ca_cert.pem to fix missing cert error 2013-09-23 00:39:05 +02:00
kervala
4b6ca1e628 Fixed: Wrong variable used to compute array length 2013-09-22 13:23:03 +02:00
kervala
4f1897208c Fixed: OpenGL ES driver compilation 2013-09-22 13:20:53 +02:00
kervala
26370c962d Fixed: Warnings with GCC 2013-09-22 13:20:19 +02:00
kervala
e66b5d82ba Changed: Typo 2013-09-22 13:18:28 +02:00
kervala
df8c6e9b08 Changed: Created NELID macro to fix warning "multi-character character constant" 2013-09-22 13:10:57 +02:00
kervala
725093587d Changed: FIX_PRECOMPILED_HEADER now useless 2013-09-22 11:05:13 +02:00
kervala
3545bc8527 Changed: Link to CURL_LIBRARIES 2013-09-22 11:04:40 +02:00
kervala
15d97b9893 Changed: Don't include files from project in PCH 2013-09-22 11:01:17 +02:00
kervala
482e37bed2 Fixed: #55 ryzom_client crashes on start with unprotected error in call to Lua API 2013-09-22 10:47:12 +02:00
StudioEtrange
16b23da06b FindMSVC fix 2013-09-21 14:14:29 +02:00
Quitta
f93034248d forgot to change one button, quick fix 2013-09-21 00:35:04 +02:00
Quitta
b03930ce00 changed button sizes and added the forgot password link to the client_cfg.cpp 2013-09-21 00:28:53 +02:00
Quitta
54342837ff forgot password added 2013-09-20 23:36:19 +02:00
Quitta
1376158cb1 Made it possible to redirect to a specific page after login in 2013-09-20 05:33:39 +02:00
Quitta
17233ba735 renamed the config to config.default.php 2013-09-20 03:11:04 +02:00
Quitta
b1c10fbf10 some extra information added + changed the default hardcoded register & support url in the client_cfg.cpp 2013-09-20 02:41:57 +02:00
Quitta
2e68196b2a tried to fix error messages being shown 2013-09-17 05:26:09 +02:00
Quitta
6cc2c8cfc3 it works, though this will also forward the client to the success page 2013-09-17 04:58:02 +02:00
Quitta
e889c639db bah, its late and I'm not working in c++... 2013-09-17 04:35:37 +02:00
Quitta
7b1c32176d this should fix it :D! 2013-09-17 04:24:57 +02:00
Quitta
4da16dbaad wasn't completely fixed yet, hopefuly it now is 2013-09-17 02:31:02 +02:00
Quitta
4c3aedef87 small fix 2013-09-17 01:59:40 +02:00
Quitta
b0f075a22e updated the help page! 2013-09-15 20:11:34 +02:00
Quitta
eb138a8760 syncing small fix 2013-09-15 19:44:24 +02:00
Quitta
8f4e3d39aa putted image files in the www folder too, because else it can't be accessed from outside! 2013-09-15 19:38:49 +02:00
Quitta
1884997714 added function that imports the users from the nel db into the ams/ticket_user 2013-09-15 19:15:17 +02:00
Quitta
dfa885fcca updated the docs! 2013-09-15 18:27:07 +02:00
kaetemi
64d8faddd0 Fix typo 2013-09-14 19:05:54 +02:00
kaetemi
adcb3e032b Fix regression from stereo branch in wind tree 2013-09-14 18:58:23 +02:00
kaetemi
60cd1f6116 Fix compile error in vertex program 2013-09-14 17:53:47 +02:00