Quitta
c1b7915219
show time elapsed as tooltip, which could be handy, started making the show_reply.tpl
...
--HG--
branch : quitta-gsoc-2013
2013-07-13 18:04:40 +02:00
Quitta
26faa286bf
don't show the textarea for reply when ticket is closed.
...
--HG--
branch : quitta-gsoc-2013
2013-07-13 17:11:54 +02:00
Quitta
5d2e9dbf96
use language ini files to select correct log thing
...
--HG--
branch : quitta-gsoc-2013
2013-07-13 16:41:52 +02:00
Quitta
c7e58da11f
Show the logs in show_ticket_log
...
--HG--
branch : quitta-gsoc-2013
2013-07-13 03:46:15 +02:00
Quitta
a8ee2f46f6
started working on the show_ticket_log and encapsulated the createReply of ticket_reply into a ticket class function
...
--HG--
branch : quitta-gsoc-2013
2013-07-12 20:10:17 +02:00
Quitta
aa26110823
added log system, added ticketupdateStatusandPriority(), using JSON for keeping action etc
...
--HG--
branch : quitta-gsoc-2013
2013-07-12 19:43:33 +02:00
Quitta
d1475a6eec
Changed database all ID's to Unsigned, also added ticket_log table + started working on the class file
...
--HG--
branch : quitta-gsoc-2013
2013-07-12 14:06:06 +02:00
Quitta
bc238fba7a
fixed upper info bar when showing ticket: which contains the initial time, the time passed since latest update, the status, the category and the priority.
...
DB got updated, ticket has an extra priority field now, to make it easier for admins to make a distinction between tickets! Also made it possible for admins to change the status/priority when replying.
--HG--
branch : quitta-gsoc-2013
2013-07-11 20:31:34 +02:00
Quitta
24b08104f9
added admin function to change setting + changed color of admin bg when they reply + some other fixes
...
--HG--
branch : quitta-gsoc-2013
2013-07-11 02:39:52 +02:00
Quitta
b1473fad58
ticket reply show correct username, this was harder then expected
...
--HG--
branch : quitta-gsoc-2013
2013-07-10 22:40:01 +02:00
Quitta
0b72b5cd67
replying on a ticket is now possible though still have to fix the username being shown.
...
--HG--
branch : quitta-gsoc-2013
2013-07-10 20:46:26 +02:00
Quitta
4afb0b912e
forward to show ticket after creating ticket, also build basis for replying on ticket!
...
--HG--
branch : quitta-gsoc-2013
2013-07-10 13:05:05 +02:00
Quitta
9003f4781a
Refacoring of DBLayer seems to work now :)
...
--HG--
branch : quitta-gsoc-2013
2013-07-10 12:36:14 +02:00
Quitta
f98a4617f0
fixed some hidden error in the syncing
...
--HG--
branch : quitta-gsoc-2013
2013-07-10 10:28:39 +02:00
Quitta
5e053f3fc4
Also made tickets cickable in the profile page! now let the DBLayer refactoring begin!
...
--HG--
branch : quitta-gsoc-2013
2013-07-10 10:13:53 +02:00
Quitta
f2d8afaea4
small layout update, before trying to refactor the DBLayer, I want to make sure that I can revert to this point :D
...
--HG--
branch : quitta-gsoc-2013
2013-07-10 10:10:02 +02:00
Quitta
8981556796
fixed row formatting of the responses
...
--HG--
branch : quitta-gsoc-2013
2013-07-10 09:44:45 +02:00
Quitta
e4ffdeccc7
forgot to add the files <,<
...
--HG--
branch : quitta-gsoc-2013
2013-07-10 02:41:21 +02:00
Quitta
5c623e0bd3
Show_Ticket starts to work :)
...
--HG--
branch : quitta-gsoc-2013
2013-07-10 02:41:03 +02:00
Quitta
fca8eb1ced
make_table_with_key_is_id function added to replace and use for like filling the category array, I guess it will be used in the future for a lot of different things
...
--HG--
branch : quitta-gsoc-2013
2013-07-09 16:34:43 +02:00
Quitta
ba69c5939e
added gui_elements class
...
--HG--
branch : quitta-gsoc-2013
2013-07-09 16:03:52 +02:00
Quitta
9d3317eb0c
Show the user his tickets in the user profile screen
...
--HG--
branch : quitta-gsoc-2013
2013-07-09 01:03:49 +02:00
Quitta
61aebf6b3b
show user added, where admins can create a ticket from another user
...
--HG--
branch : quitta-gsoc-2013
2013-07-08 17:14:03 +02:00
Quitta
1e4daba4ae
updated install, added create_Ticket function as wrapper!
...
--HG--
branch : quitta-gsoc-2013
2013-07-08 14:49:03 +02:00
Quitta
fa07e3cd16
added mennu item for createticket
...
--HG--
branch : quitta-gsoc-2013
2013-07-08 09:58:29 +02:00
Quitta
21d3bf363b
create ticket works, also admins can create other people's tickets
...
--HG--
branch : quitta-gsoc-2013
2013-07-08 09:40:48 +02:00
Quitta
56fa0bf238
Creation of a ticket (not the content yet though) seems to work
...
--HG--
branch : quitta-gsoc-2013
2013-07-06 22:38:57 +02:00
Quitta
a81b2dc9b3
woops forgot to add those in last update, also loading all categories from the db works now
...
--HG--
branch : quitta-gsoc-2013
2013-07-06 19:12:55 +02:00
Quitta
a3b284077c
createticket template done + when registering: create ticket_user + when login make session object ticket_user
...
--HG--
branch : quitta-gsoc-2013
2013-07-06 18:27:25 +02:00
Quitta
ff96e6db5e
Added ticket class | added ticket_user class| added ticket_category class. These aren't tested yet, so expect errors and changes! :D
...
--HG--
branch : quitta-gsoc-2013
2013-07-06 06:09:47 +02:00
Quitta
b163ab7960
Add some default categories
...
--HG--
branch : quitta-gsoc-2013
2013-07-05 23:00:19 +02:00
Quitta
c045617e98
Added database setup into install
...
--HG--
branch : quitta-gsoc-2013
2013-07-05 22:28:31 +02:00
Quitta
10cbc0b63b
updated the sync and added some new db tabels in the install
...
--HG--
branch : quitta-gsoc-2013
2013-07-05 03:50:43 +02:00
Quitta
4ee0c06991
Added the DB scheme + png image as reference
...
--HG--
branch : quitta-gsoc-2013
2013-07-05 00:51:26 +02:00
Quitta
3184941710
Added functionality to update country + gender + added some xss security
...
--HG--
branch : quitta-gsoc-2013
2013-07-05 00:37:48 +02:00
Quitta
e187da3f6b
Made country select code way more easy to handle by using smarty's foreach loop
...
--HG--
branch : quitta-gsoc-2013
2013-07-04 22:05:26 +02:00
Quitta
537916d828
making install dependent on config file for db name
...
--HG--
branch : quitta-gsoc-2013
2013-07-04 01:26:55 +02:00
Quitta
93c1998a60
error template added, fixed some small bugs
...
--HG--
branch : quitta-gsoc-2013
2013-07-03 18:49:23 +02:00
Quitta
0275e11e48
small update, changed the libuserlist so it only shows id and type of the elements in the query db, also only manual syncing is possible when shard db is back online!
...
--HG--
branch : quitta-gsoc-2013
2013-07-03 06:03:01 +02:00
Quitta
25f479f3d0
added a userlist to browse users and edit their settings as admin
...
--HG--
branch : quitta-gsoc-2013
2013-07-03 05:57:50 +02:00
Quitta
0b9ad19e35
Change info works, without whiping the other fiels now! :)
...
--HG--
branch : quitta-gsoc-2013
2013-07-03 03:05:01 +02:00
Quitta
1b8bf17c8b
Checking filled in data for change_info has to be updated
...
--HG--
branch : quitta-gsoc-2013
2013-07-02 16:36:44 +02:00
Quitta
d3b12f74a4
change info page basics
...
--HG--
branch : quitta-gsoc-2013
2013-07-02 16:07:55 +02:00
Quitta
a1a052dd72
Change email seems to work, also for admin's :)
...
--HG--
branch : quitta-gsoc-2013
2013-07-02 04:42:12 +02:00
Quitta
2130875539
changepassword works
...
--HG--
branch : quitta-gsoc-2013
2013-07-02 03:36:49 +02:00
Quitta
75ff3e1ed4
change password is now usable for GM's too by using a GET['id'] param!
...
--HG--
branch : quitta-gsoc-2013
2013-07-01 23:29:16 +02:00
Quitta
23e9b57703
Settings page layout set!
...
--HG--
branch : quitta-gsoc-2013
2013-07-01 18:28:37 +02:00
Quitta
a769a985d9
template for changing the settings added, still needs quite some work
...
--HG--
branch : quitta-gsoc-2013
2013-06-30 05:53:31 +02:00
Quitta
40d6617216
added flags to inlog/logout etc, + added some base translations
...
--HG--
branch : quitta-gsoc-2013
2013-06-29 20:46:38 +02:00
Quitta
8ff40bb619
added initial admin/admin account when sql/install is executed, also added the admin's functionality: libuserlist
...
--HG--
branch : quitta-gsoc-2013
2013-06-29 19:05:54 +02:00
Quitta
4f82afa5d0
added libuserlist page, that shows entire list of users in the lib db, admins can remove entry of it and perform manual syncing. Still needs some work though
...
--HG--
branch : quitta-gsoc-2013
2013-06-29 06:46:10 +02:00
Quitta
a3b3dbd59c
Changed the way index handles page requests, also made a folder func, for when a form is submitted and requires a function to be performed and inc for pages that want to perform php code but without a form
...
--HG--
branch : quitta-gsoc-2013
2013-06-29 05:23:38 +02:00
Quitta
4034c83382
webUsers derived from Users, with www dependent functionality to check if username already in use or email already in use
...
--HG--
branch : quitta-gsoc-2013
2013-06-29 05:02:54 +02:00
Quitta
76e46c9fc4
add language flags + js for activating them
...
--HG--
branch : quitta-gsoc-2013
2013-06-28 18:10:02 +02:00
Quitta
4755b7478f
messing around and fixing throwing of exceptions in DBLayer
...
--HG--
branch : quitta-gsoc-2013
2013-06-28 06:18:23 +02:00
Quitta
3b58c56d5b
Language stuff supports cookies now and in case a not specified language is given, then it uses the default
...
--HG--
branch : quitta-gsoc-2013
2013-06-27 20:50:32 +02:00
Quitta
fe70ca714b
small test to check if ajax works on the pages, it still seems to work :)
...
--HG--
branch : quitta-gsoc-2013
2013-06-27 20:18:36 +02:00
Quitta
9a41affe9f
dblayer + refactored the db parts
...
--HG--
branch : quitta-gsoc-2013
2013-06-27 18:06:09 +02:00
Quitta
afd473aaff
Syncing basics, need refactoring though
...
--HG--
branch : quitta-gsoc-2013
2013-06-27 04:54:41 +02:00
Quitta
f9cdc45ed8
show name when logged in in main top bar
...
--HG--
branch : quitta-gsoc-2013
2013-06-26 17:43:29 +02:00
Quitta
9e6597e937
Added logout, refined login and took it back out of the lib. Added timers to forward after 5 seconds after logout & register. Looks good imo
...
--HG--
branch : quitta-gsoc-2013
2013-06-26 16:35:33 +02:00
Quitta
c59e3d0b47
feedback on registering early version, also added an installer.php in the previous revision, forgot to mention that
...
--HG--
branch : quitta-gsoc-2013
2013-06-26 04:03:16 +02:00
Quitta
5a163663cc
Reworked register
...
--HG--
branch : quitta-gsoc-2013
2013-06-26 03:26:25 +02:00
Quitta
e72eac8888
Reworked index.php a little, though something is going wrong with my session variables
...
--HG--
branch : quitta-gsoc-2013
2013-06-25 21:33:49 +02:00
Quitta
8f2f0a3ad7
Loging in match searching seems to work :)
...
--HG--
branch : quitta-gsoc-2013
2013-06-25 20:57:10 +02:00
Quitta
761d7b2775
Register seems to work :) Next step permissions and login
...
--HG--
branch : quitta-gsoc-2013
2013-06-20 01:02:27 +02:00
Quitta
4f822c37fe
first attempt to get register up and running
...
--HG--
branch : quitta-gsoc-2013
2013-06-19 23:53:53 +02:00
Quitta
c22e1de52d
small fixes of last night, still have to figure out a way to get the mkdir warning dissapear!
...
--HG--
branch : quitta-gsoc-2013
2013-06-19 21:05:12 +02:00
Quitta
fb622a9eb7
register refactoring + small bug fixes that went unnoticed before
...
--HG--
branch : quitta-gsoc-2013
2013-06-19 06:50:08 +02:00
Botanic
321edeff10
add_user example
...
--HG--
branch : rc-botanic-webdev
2013-06-18 10:48:54 -07:00
Quitta
61c9a3d9a6
show error message + tooltips while registering
...
--HG--
branch : quitta-gsoc-2013
2013-06-18 16:27:57 +02:00
Quitta
8ee559e662
Damn its early in the morning :D Oh well! Register works with a callback function. shows which fields are correctly filled in and which not yet. It runs quite smooth. Off to bed now!
...
--HG--
branch : quitta-gsoc-2013
2013-06-18 07:22:24 +02:00
Quitta
79e7b18bc8
Changed register form + tried getting messages passed
...
--HG--
branch : quitta-gsoc-2013
2013-06-17 21:42:33 +02:00
Quitta
1c4bb138e9
Select automatically if it should load with no_visible_elements on or off + minor updates
...
--HG--
branch : quitta-gsoc-2013
2013-06-17 16:29:20 +02:00
Botanic
7ef366d11d
fix top menu
...
--HG--
branch : rc-botanic-webdev
2013-06-17 06:57:22 -07:00
Quitta
9806ea6ef0
Trying to intigrate the home template in the inheritance structure of smarty
...
--HG--
branch : quitta-gsoc-2013
2013-06-17 15:39:55 +02:00
Botanic
983ea23da6
fixed js issue
...
--HG--
branch : rc-botanic-webdev
2013-06-17 03:08:45 -07:00
Quitta
879f28e45f
Tour seems to work here, not sure though
...
--HG--
branch : quitta-gsoc-2013
2013-06-17 11:03:31 +02:00
Botanic
b1c97cab76
working on help tips
...
--HG--
branch : rc-botanic-webdev
2013-06-17 00:25:04 -07:00
Botanic
46c1952de6
changed default skin to cerulean and constrained proportions in css
...
--HG--
branch : rc-botanic-webdev
2013-06-16 23:28:58 -07:00
Botanic
0b8c4968e9
changed index.php to correct file and created charisma index for backup
...
--HG--
branch : rc-botanic-webdev
2013-06-16 23:13:38 -07:00
Botanic
19f7b3ec9c
cleaned up formatting and added custom.css
...
--HG--
branch : rc-botanic-webdev
2013-06-16 22:57:09 -07:00
Botanic
b596502982
changed to default will override with custom.css
...
--HG--
branch : rc-botanic-webdev
2013-06-16 22:46:50 -07:00
Botanic
08d3d766a2
updated the index pages with home register and login
...
--HG--
branch : rc-botanic-webdev
2013-06-16 20:11:11 -07:00
Botanic
7f7c2cfb44
Merge with quitta-gsoc-2013
...
--HG--
branch : rc-botanic-webdev
2013-06-16 00:59:10 -07:00
Quitta
9f6349843c
Fixed layout for register.tpl and login.tpl, it now uses also layout.tpl but with a parameter 'no_visible_elements' => 'TRUE'
...
--HG--
branch : quitta-gsoc-2013
2013-06-16 01:40:13 +02:00
Botanic
af6dac032b
added .tpl.php and removed extra files
...
--HG--
branch : rc-botanic-webdev
2013-06-15 15:20:16 -07:00
Botanic
1b7f8f8370
Merge with quitta-gsoc-2013
...
--HG--
branch : rc-botanic-webdev
2013-06-15 15:16:57 -07:00
Quitta
260315d1ef
Basic template integration with css
...
--HG--
branch : quitta-gsoc-2013
2013-06-16 00:13:13 +02:00
Botanic
6973070230
fixed to proper path
...
--HG--
branch : rc-botanic-webdev
2013-06-15 07:11:03 -07:00
Botanic
d7db141324
changed to use .php not html
...
--HG--
branch : rc-botanic-webdev
2013-06-15 07:08:38 -07:00
Botanic
4438e87a8c
added charisma
...
--HG--
branch : rc-botanic-webdev
2013-06-15 07:01:11 -07:00
Botanic
900ce13318
forgot global
...
--HG--
branch : rc-botanic-webdev
2013-06-13 14:41:58 -07:00
Botanic
102a4c3950
auto create folders
...
--HG--
branch : rc-botanic-webdev
2013-06-13 14:33:23 -07:00
Botanic
1f648910ed
latest changes to work on getting registration working
...
--HG--
branch : rc-botanic-webdev
2013-06-10 04:17:55 -07:00
Botanic
3e2278d692
updated template for registration and setting up add_user functions
...
--HG--
branch : rc-botanic-webdev
2013-06-07 04:05:28 -07:00
Botanic
40ba525e5a
added base drupal module and removed old phtml file
...
--HG--
branch : rc-botanic-webdev
2013-06-06 23:07:47 -07:00
Botanic
524e338f68
cleaned up templates and got languages working
...
--HG--
branch : rc-botanic-webdev
2013-06-06 22:59:11 -07:00
Botanic
9ed3f20570
added in smarty, still need to finish making it load the correct template properly
...
--HG--
branch : rc-botanic-webdev
2013-06-06 21:43:11 -07:00
Botanic
e66c77470f
updated files that were not merged
...
--HG--
branch : rc-botanic-webdev
2013-06-06 03:38:24 -07:00
Botanic
ae9ffef35d
fixed thanks kervala
...
--HG--
branch : rc-botanic-webdev
2013-06-06 01:28:12 -07:00
Botanic
0a3020e971
added in-game template file
...
--HG--
branch : rc-botanic-webdev
2013-06-05 23:39:33 -07:00
Botanic
4d3acc9cc0
added base class file for sql as well as updated users to use class
...
--HG--
branch : rc-botanic-webdev
2013-06-05 23:19:40 -07:00
Botanic
c66d9cf225
changed to use class
...
--HG--
branch : rc-botanic-webdev
2013-06-05 23:10:00 -07:00
Botanic
c256187ead
initial work on ams_lib
...
--HG--
branch : rc-botanic-webdev
2013-06-05 23:04:46 -07:00
Botanic
b76fe233da
why the hell make the faster values for "debug only" waiting it so 1990's
...
--HG--
branch : rc-botanic-webdev
2013-06-05 19:59:53 -07:00
Botanic
26c4b51d01
fixed warning
...
--HG--
branch : rc-botanic-webdev
2013-06-05 19:43:10 -07:00
Botanic
3439d1063b
fixed warning
...
--HG--
branch : rc-botanic-webdev
2013-06-05 19:27:06 -07:00
Botanic
515a665339
no reason to make people change the logs path every time
...
--HG--
branch : rc-botanic-webdev
2013-06-05 19:19:09 -07:00
Botanic
e4b24f08da
Fixed warnings and logout
...
--HG--
branch : rc-botanic-webdev
2013-06-05 19:14:53 -07:00
Botanic
ea42101296
No reason to hardcode the path
...
--HG--
branch : rc-botanic-webdev
2013-06-05 19:14:49 -07:00
Botanic
395c194acc
bad eol's
...
--HG--
branch : rc-botanic-webdev
2013-06-06 02:47:26 -07:00
dfighter1985
d2a7c66e9f
Use to .toUTF8() instead of .toStdString().
...
--HG--
branch : client_config_qt
2013-05-04 21:55:41 +02:00
dfighter1985
e950834079
Merged default
...
--HG--
branch : client_config_qt
2013-05-04 21:23:55 +02:00
kervala
6eec6cb861
Changed: Typo fixes and French comments translated to English (Thanks to DuDraig!)
2013-02-13 14:40:41 +01:00
kervala
f5dec3c1ca
Changed: Typo fixes and French comments translated to English (Thanks to DuDraig!)
2013-02-12 22:48:37 +01:00
mattraykowski
de3371cae9
merging
2013-02-12 12:53:19 -06:00
sfb
9343d45e22
fixes #16 - forces tool to create an empty file in the root tool directory as a basis for initial patch generation
2013-02-12 12:45:46 -06:00
mattraykowski
cd2134e671
merging
2013-02-12 10:28:20 -06:00
mattraykowski
8ced186cfd
merge from default
...
--HG--
branch : gsoc2012-achievements
2013-02-12 10:24:22 -06:00
kervala
671827225d
Changed: French comments translated to English
2013-02-11 22:24:48 +01:00
kervala
6e498aefad
Changed: Typo fixes (thanks to Vagrant!)
2013-02-09 10:05:32 +01:00
kervala
45c8b20f39
Changed: Typo fixes (thanks to Vagrant!)
2013-02-08 13:17:44 +01:00
mattraykowski
6f64abe84a
fixes issue #8 - checks for RYZOM_PATH env var, starts in build folder and turns on status line display in screen.
2013-02-01 13:07:51 -06:00
kervala
5efeb5ba62
Fixed: Compilation with VC++ 2010 and 2012
2012-12-11 12:22:41 +01:00
kervala
b83b8563a6
Fixed: Compilation with GCC
2012-12-08 13:12:29 +01:00
kervala
f89fdf3c24
Fixed: PCH for Georges editor Qt
2012-12-08 13:12:15 +01:00
kervala
0cabe14089
Changed: Code simplification
2012-12-08 11:24:43 +01:00
kervala
11e88fed8f
Changed: Minor changes
2012-10-28 13:47:09 +01:00
kervala
eb6ccdaad8
Fixed: MFC tools compilation with STLport
2012-10-28 13:41:50 +01:00
kervala
a3376d32a4
fixes #3 allow Qt without STLport to link to NeL with STLport
2012-10-28 13:34:58 +01:00
kervala
34bf41082f
Fixed: Compilation with 64 bits MFC
2012-10-28 12:22:30 +01:00
kervala
b7be696848
Move all PACS headers in nel/include/pacs directory ( fixes #2 )
2012-10-28 11:55:21 +01:00
mattraykowski
8438fdda44
merged default, resvolved conflicts.
...
--HG--
branch : gsoc2012-achievements
2012-10-17 10:00:28 -05:00
mattraykowski
92399cb5d2
merged from default
...
--HG--
branch : gsoc2012-achievements
2012-10-17 08:52:01 -05:00
sfb
050835b535
merging gsoc2012-achievements
...
--HG--
branch : gsoc2012-achievements
2012-10-16 12:05:23 -05:00
kervala
d8c7fa52f9
Changed: Replaced string empty comparisons with empty()
2012-10-06 18:17:57 +02:00
kervala
8eaf7d889a
Changed: Use *_PREFIX instead of fixed values with INSTALL
2012-09-27 22:17:47 +02:00
kervala
1374286cab
Changed: #825 Remove all warnings when compiling Ryzom
2012-09-25 13:20:25 +02:00
kervala
0795a61516
Changed: #825 Remove all warnings when compiling Ryzom
2012-09-25 12:33:02 +02:00
sfb
b858478e31
Removed: #1378 Removed the reference implementation, the full implementation is available at code/web/app and code/web/api.
2012-09-24 08:18:46 -05:00
kervala
ece10f2965
Fixed: Compilation with GCC
2012-09-23 20:26:26 +02:00
kervala
8ab293a6ec
Changed: #1493 Fixed some directories
2012-09-22 23:42:40 +02:00
kervala
7a04e920e1
Fixed : #1493 MultiArch support
2012-09-22 22:57:38 +02:00
kaetemi
09c3e0880d
Added: CMake projects for ryzom MFC tools (georges edit and world editor plugins)
2012-07-27 12:36:36 +02:00
kaetemi
59bdae308e
Fixed: Compile error in mfc world editor primitive plugin
2012-07-25 10:13:58 +02:00
sfb
af454dd1cf
Fixed EOL issues and added .hgeol file.
2012-05-29 08:31:11 -05:00
kervala
4be2469c8b
Fixed: Compilation under Windows
2012-05-19 23:47:43 +02:00
vl
f333236a6b
Merge
2012-05-04 12:08:04 +02:00
kervala
36fcd706fa
Changed: #825 Remove all warnings when compiling Ryzom
2012-04-07 23:47:55 +02:00
kervala
de9b4be9c6
Changed: #825 Remove all warnings when compiling Ryzom
2012-04-07 22:30:39 +02:00
Botanic
c5f75ec268
fixed thanks kervala
2013-06-06 01:28:12 -07:00
Botanic
1055925bac
No reason to hardcode the path
2013-06-05 19:14:49 -07:00
Botanic
503f5d348e
Fixed warnings and logout
2013-06-05 19:14:53 -07:00
Botanic
914c5ad303
no reason to make people change the logs path every time
2013-06-05 19:19:09 -07:00
Botanic
7e64c718c4
fixed warning
2013-06-05 19:27:06 -07:00
Botanic
0fc3b07a12
fixed warning
2013-06-05 19:43:10 -07:00
Botanic
a535002554
why the hell make the faster values for "debug only" waiting it so 1990's
2013-06-05 19:59:53 -07:00
Botanic
b1edfcc646
bad eol
2013-06-06 02:56:48 -07:00
sfb
e2b2b8ffca
Fixed : #1378 Imported nimetu's WebIG reference implementation.
2012-03-22 15:48:13 -05:00
sfb
4c2a3b6801
Fixed : #1414 Copied index.ctp to listdir.ctp and admin_index.ctp to eliminate symlinks.
2012-03-22 15:18:17 -05:00
sfb
a3ca1d10bc
Changed: #1414 Removing symlinks.
2012-03-22 15:17:12 -05:00
sfb
1279aa5d3a
merge from default
...
--HG--
branch : gsoc2011-kerozcak
2012-03-22 14:31:07 -05:00
dfighter1985
28e3393dce
Translation files are now embedded into the binary, also made the source groups a bit more sane.
...
--HG--
branch : client_config_qt
2012-03-16 17:35:37 +01:00
dfighter1985
9796bc02b2
The Qt Ryzom client configuration tool can now be built with CMake!
...
--HG--
branch : client_config_qt
2012-03-16 04:34:16 +01:00
dfighter1985
fd516bcf82
Adding the Qt client config tool files from the other repo.
...
--HG--
branch : client_config_qt
2012-03-16 00:50:04 +01:00
kervala
3c47b9f8d5
Fixed : #1441 Remove all remaining .vcproj, Makefiles, automake scripts, etc...
2012-03-03 10:49:42 +01:00
kaetemi
93d3a4fea4
Fixed: Use $_POST and $_GET instead of deprecated $HTTP_GET_VARS and $HTTP_POST_VARS in the admin tool.
2012-02-29 13:10:59 +01:00
kervala
6a6115061c
Fixed : #1420 Client patcher compilation under Mac OS X
2012-01-10 10:19:52 +01:00
kervala
15fa0b67f7
Fixed: ryzom_client_patcher missing file
2012-01-07 19:14:24 +01:00
sfb
7c3522da9e
Fixed : #1385 patch_gen uses tmpnam function instead of 'nul' for files with no pre-existing version. Note - used tmpnam instead of mkstemp due to cross-platform compatibility.
2011-12-12 14:38:41 -06:00
kervala
fbf81fc0b9
Fixed : #1380 pdr_util, -o command line option (patch provided by nimetu)
2011-10-21 11:34:58 +02:00
kaetemi
8c92768c98
Changed: #1093 Build pacs prim list to correct location.
2011-09-28 09:49:16 +02:00
kaetemi
83e79fa761
Changed: #1093 Move the visual_slot.tab to the right place after running sheets packer.
2011-09-26 22:10:48 +02:00
kaetemi
ab4468c48f
Changed: #28 Clean comments
2011-09-23 00:20:20 +02:00
kaetemi
5a5304f823
Changed: #1093 Added generic helmets directory to export shape sources.
2011-09-21 23:17:39 +02:00
kaetemi
7b033676cb
Added: #1093 Missing panoply_generique.cfg file.
2011-09-17 15:58:17 +02:00
kaetemi
3a520e2fb8
Changed: #1093 Also try ryzom_client_r.exe instead of client_ryzom_r.exe for copying exedll bnp...
2011-09-16 13:57:13 +02:00
Fabien_HENON
594d939c0b
#1304 : Guild Missions: Merge with default
...
--HG--
branch : gsoc2011-guildmissions
2011-08-21 19:29:28 +02:00
kerozcak
89fd0e92c0
Changed: #1315
...
--HG--
branch : gsoc2011-kerozcak
2011-08-21 02:54:22 +02:00
kervala
1ef3c1fada
Removed: Backup files
2011-08-13 17:39:55 +02:00
Fabien_HENON
ff5da0aa22
Changed: #1304 : Debug for the guild missions. Now it works !
...
--HG--
branch : gsoc2011-guildmissions
2011-08-04 17:04:49 +02:00
Fabien_HENON
78dbefb759
Changed: #1304 : Checks in the mission compiler if the do_mission objective is correct (for a guild mission) when we add a number (the number of members from the guild needed to complete the mission) after a mission name
...
--HG--
branch : gsoc2011-guildmissions
2011-07-23 18:14:31 +02:00
Fabien_HENON
9f05d66a81
Changed: #1304 : Revert modifications for the objectives in the mission compiler (i changed the way i will do it)
...
--HG--
branch : gsoc2011-guildmissions
2011-07-23 15:56:32 +02:00
kerozcak
ccf80ff9d3
Changed: #1315 Added files forgotten to track.
...
--HG--
branch : gsoc2011-kerozcak
2011-07-20 12:21:20 +02:00
Fabien_HENON
185603b5e6
Changed: #1304 : Debug of the options added in the script (';' replaced by ':' for parameters separation)
...
--HG--
branch : gsoc2011-guildmissions
2011-07-19 18:10:28 +02:00
kerozcak
0055bd7c4e
Changed: #1315 Update.
...
--HG--
branch : gsoc2011-kerozcak
2011-07-14 16:49:25 +02:00
kerozcak
4d7293d0f5
Changed: #1315 Adding work i have done so far.
...
--HG--
branch : gsoc2011-kerozcak
2011-06-09 18:23:29 +02:00
kerozcak
c45be93014
Changed: #1315 Adding CakePHP app structure.
...
--HG--
branch : gsoc2011-kerozcak
2011-06-09 17:53:42 +02:00
kerozcak
87fed6cd85
merge from default
...
--HG--
branch : gsoc2011-kerozcak
2011-06-09 17:52:42 +02:00
kerozcak
471f5100e2
Changed: #1315 Directory name changed.
...
--HG--
branch : gsoc2011-kerozcak
2011-06-09 17:51:49 +02:00
kervala
81d2817c44
Changed: #878 Fix typos in comments/code
2011-06-08 10:14:14 +02:00
kervala
4027e82360
Changed: #825 Remove all warnings when compiling Ryzom
2011-06-05 18:06:00 +02:00
kervala
5cd98b6e45
Changed: Replaced NLMISC::strlwr by NLMISC::toLower
2011-06-05 17:52:40 +02:00
kervala
f03da8e338
Changed: #878 Fix typos in comments/code
2011-06-04 13:48:27 +02:00
kervala
7c27c233eb
Changed: Exceptions catched by reference
2011-06-03 10:35:25 +02:00
kervala
f9cc842b82
Changed: Exceptions catched by reference
2011-06-02 18:31:40 +02:00
Fabien_HENON
91fef65450
Changed: #1304 : mission_compiler actions: add new ones, check and script generation
...
Add 2 new actions for the mission compiler: recv_charge_point and
give_control.
Add the 'guild' option for some actions: check if the mission is
valid, and change the script generation to add this option.
--HG--
branch : gsoc2011-guildmissions
2011-05-31 22:00:27 +02:00
Fabien_HENON
bab4b3af21
Changed: #1304 : mission_compiler objectives: check and script generation
...
mission compiler now checks if we are not asking several guild
members to complete an objective whereas the mission is not a
guild mission.
It also generates the 'nb_guild_members_needed' parameter for
objectives in the script.
--HG--
branch : gsoc2011-guildmissions
2011-05-31 16:22:57 +02:00
kervala
d245af6529
Changed: #878 Added new actions comments for translation_tools
2011-05-30 13:31:18 +02:00
sfb
2039038973
merge
2011-05-29 14:09:15 -05:00
sfb
977a6a7fd0
Changed: Applied patch fixing the mission_compiler_lib build under Linux
2011-05-29 14:08:46 -05:00
kervala
8208ec219b
Changed: Compilation with VC++ 2010 without STLport
2011-05-28 15:52:48 +02:00
kervala
697f8760b2
Added: CMake project for mission_compiler_fe
2011-05-26 18:21:06 +02:00
kervala
09f1eba8dc
Added: CMake project for mission_compiler_lib
2011-05-26 18:08:04 +02:00
dnk-88
87a197cba5
Changed: Added preview particle system in geqt.
2011-05-08 01:11:10 +03:00
dnk-88
c4ce6dcdcc
Fixed: geqt correctly handles in the FileOpenDialog of cancel action and empty icon
2011-05-07 18:23:23 +03:00
dnk-88
a3d7d31bad
Header cascading section resizes is enabled.
2011-05-07 15:51:15 +03:00
Piotr Kaczmarek
f4cad3ea00
add web-based translation tool directory
...
--HG--
branch : gsoc2011-kerozcak
2011-04-29 21:40:17 +02:00
kervala
73bf79340d
Changed: #878 Fix typos in comments/code
2011-05-31 22:16:17 +02:00
rti
31e9d7cc28
Fixed: Compilation with GCC 4.6
2011-04-12 17:15:35 +02:00
rti
02949cbf84
Fixed: GEQT build on gcc
2011-03-10 00:54:37 +01:00
aquiles
553f11d111
Changed: #1150 Added splash screen & new dialog + minor changes
2011-03-04 20:52:53 +01:00
aquiles
8504c5a72a
Changed: #1150 Moved private headers
2011-02-18 21:27:31 +01:00
kervala
56dc241c3d
Fixed: Compilation under Linux with STLport
2011-02-11 18:05:19 +01:00
kervala
807f26ffec
Fixed: Compilation under Linux
2011-01-14 17:00:39 +01:00
kervala
5b4e12448f
Fixed: Compilation under Linux
2011-01-14 16:23:22 +01:00
kervala
ed64aaeb62
Changed: #1231 Remove VC++ projects and solutions which are not needed by Nevrax Linux makefiles
2011-01-10 13:50:07 +01:00
kervala
462f0fdbbd
Added: mp_generator and named_items_2_csv CMake projects
2011-01-09 15:51:12 +01:00
sfb
72d1b7fe02
Changed: Remove "rc2" file from World Editor compilation - not used.
2010-12-21 11:32:56 -06:00
aquiles
f2a709828f
Merge
2010-12-19 16:52:13 +01:00
aquiles
3ce6514c26
Changed: #1206 icon location; reinit timer on visible
2010-12-19 16:50:38 +01:00
rti
85872f0da5
Fixed: missing include
2010-12-14 18:12:15 +01:00
aquiles
8907ae1601
Changed: #1206 icon location; reinit timer on visible
2010-12-12 23:28:03 +01:00
rti
5a8f6fa208
Fixed : #1216 plugin and resource paths
2010-12-12 22:12:45 +01:00
rti
15bd88d6cc
Added: Georges Editor Qt Logo
2010-12-12 19:18:52 +01:00
rti
8ff3df26b3
Fixed : #1190 Run Georges Editor Qt on Mac OS X
2010-12-12 19:10:58 +01:00
aquiles
1c19d17a29
Changed: #1206 fixed missing stuff
2010-12-12 15:57:34 +01:00
kervala
50926ae62b
Fixed: Compilation under Linux
2010-12-12 15:15:10 +01:00
kervala
2763a3ece2
Changed: #878 Fix typos in comments/code
2010-12-12 15:12:49 +01:00
aquiles
656399e8be
Changed: #1150 Switched to 3d view plugin
2010-11-29 15:43:46 +01:00
"Matt Raykowski"
7e56c729b0
Changed: Forgot to make World Editor an MFC-only tool.
2010-11-22 20:31:25 -06:00
aquiles
74d5adb2bb
Changed: #1150 reactivated 3d view and improved behaviour
2010-11-22 21:21:07 +01:00
aquiles
6465db378b
Fixed : #1163 files for new dialog
2010-11-21 18:59:29 +01:00
aquiles
ad1b7e27e8
Fixed : #1163 icons show up small in table and full size in tooltip over icon cell - dblClk on cell opens filedialog for changing icon
2010-11-21 17:43:38 +01:00
aquiles
2038260b3c
Changed: #1150 added progress dialog to show CPath progress and changed config behaviour
2010-11-21 17:40:58 +01:00
kervala
f215136c20
Changed: #825 Remove all warnings when compiling Ryzom
2010-11-21 15:07:59 +01:00
sfb
e663794d09
merge
2010-11-18 09:13:19 -06:00
sfb
4ee53acaf1
Changed: Fixed paths that reference a moved NLLIGO header.
2010-11-18 09:09:03 -06:00
sfb
b84e13493d
Changed: #842 Started adding World Editor to CMake build.
2010-11-18 09:08:24 -06:00
aquiles
35eac29df4
Changed: #1150 fixed some dockwidgets bugs
2010-11-15 00:04:10 +01:00
aquiles
06dc9e622f
Changed: #1150 added some source groups to cmake for better file structuring
2010-11-14 22:01:19 +01:00
aquiles
ce85b72410
Fixed : #1168 default & parent box working like a breeze
2010-11-14 21:49:19 +01:00
rti
afe103b4fe
merge
2010-11-14 16:02:00 +01:00
rti
4517a1449f
Changed: #1190 build app bundle and use QWidget instead of QGLWidget
2010-11-14 15:59:32 +01:00
kervala
54b6685a9e
Changed: #878 Fix typos in comments/code
2010-11-13 18:33:01 +01:00
kervala
9550ed9d36
Changed: #878 Fix typos in comments/code
2010-11-12 14:26:38 +01:00
aquiles
676e1b3ccf
Changed: #1150 some layout stuff - widgets should behave better now
2010-11-08 14:19:01 +01:00
aquiles
2e2d0b7d52
Changed: #1168 default checkbox activated, formdelegate adapted to introduced proxymodel
2010-11-08 14:14:28 +01:00
kervala
470b7e2729
Changed: #825 Remove all warning when compiling Ryzom
2010-11-03 20:47:01 +01:00
kervala
ce04f969ef
Changed: #825 Remove all warning when compiling Ryzom
2010-11-03 13:45:08 +01:00
kervala
d3a9566b26
Changed: #878 Fix typos in comments/code
2010-11-03 13:44:27 +01:00
kervala
839148e120
Fixed: Georges Editor Qt compilation under Linux
2010-11-02 20:51:39 +01:00
aquiles
0f26e09e23
Changed: #1150 Code Cleanup
2010-11-02 15:25:36 +01:00
aquiles
c99202c278
Added: Georges Editor Qt first revision
2010-11-02 13:47:24 +01:00
kervala
39d099f21d
Changed: #825 Remove all warning when compiling Ryzom
2010-10-30 14:20:26 +02:00
kervala
2767bc1483
Changed: #1051 Check for client.cfg in Ryzom application directory
2010-10-19 21:12:34 +02:00
kervala
cd2164e602
Changed: #1051 Crash when index is out of bounds
2010-10-19 21:11:42 +02:00
kervala
f26f1d9915
Changed: Build world_editor only under Windows
2010-10-18 23:12:07 +02:00
"Matt Raykowski"
8f51297407
Fixed: Nightly Linux build failed - 'export' tool is Windows only.
2010-10-18 10:30:55 -05:00
kervala
e6c61a9602
Changed: #142 Replace atoi and sscanf by fromString when it's possible
2010-10-18 13:00:39 +02:00
kervala
1fd95cb093
Changed: #825 Remove all warning when compiling Ryzom
2010-10-18 09:05:11 +02:00
kervala
cfecd4fc6d
Fixed: client_patcher compilation
2010-10-18 09:03:17 +02:00
kervala
10522eae91
Changed: #1023 Use a standard application path for writing files
2010-10-16 20:07:20 +02:00
kervala
f5657002bf
Changed: Replaced DeleteFile (Win32) by NLMISC::CFile::deleteFile
2010-10-16 19:59:53 +02:00
kervala
1917d42ce1
Changed: Replaced DeleteFile (Win32) by NLMISC::CFile::deleteFile
2010-10-16 19:05:06 +02:00
kervala
65fc8b91b2
Changed: #825 Remove all warning when compiling Ryzom
2010-10-16 18:58:53 +02:00
sfb
03db06e0c6
Merge
2010-10-15 20:54:14 -05:00
sfb
bea68faedc
Changed: Added 'export' and 'prim_export' to CMake build for build_gamedata pipeline.
2010-10-15 20:38:01 -05:00
kervala
1347527272
Changed: #1051 Fixed some display problems
2010-10-10 23:12:37 +02:00
kervala
5c55cd1221
Fixed : #1106 Avoid VC++ to relink all projects when using CMake generated projects
2010-09-29 23:52:28 +02:00
kervala
cfc125cd38
Changed: #825 Remove all warning when compiling Ryzom
2010-09-26 22:09:58 +02:00
kaetemi
76b1a30af9
Changed: #1092 Improved build pipeline scripts to properly avoid 3ds max hanging and handle crashes without user interference
2010-09-26 17:07:13 +02:00
kervala
123c773bae
Changed: #825 Commented out all #pragma message
2010-09-25 18:12:37 +02:00
kervala
7521923c95
Changed: #825 Remove all warnings when compiling Ryzom
2010-09-24 11:03:56 +02:00
kervala
a54366aba6
Changed: #825 Remove all warnings when compiling Ryzom (patch provided by abelgar)
2010-09-23 15:08:52 +02:00
kervala
2a939c2800
Fixed : #1096 Build error with gcc
2010-09-23 13:36:21 +02:00
kervala
a6bdd40593
Changed: #1096 Build error with gcc (patch provided by abelgar)
2010-09-23 13:04:08 +02:00
kervala
149a73e6eb
Fixed: build_world_packed_col compilation
2010-09-20 21:42:33 +02:00
kaetemi
32cce09f83
Added: #964 Missing vcproj for wmap tools
2010-09-20 11:27:52 +02:00
kaetemi
6cdc77986e
Fixed : #929 Gamedata build pipeline works mostly. Install writes to seperate dir instead of directly to dev client data dir. Added scripts to build dev client linked to install dir, as well as client install with bnp and patches generation, and shard data install. No more generated buildsite on repo. Panoply build added to map process. Fixed an issue with rbank build. Implemented sheets and sheet id building processes. Fixed some lookup paths. Implemented wmap build process. Added gamedev and data_common to install output. Added projects for characters and maps, sheets, indoors, and projects for fyros, matis, zorai and tryker continents to export shape and texture data.
2010-09-19 23:31:28 +02:00
kaetemi
f157610a73
Changed: #964 Added wmap tools to ryzom tool sln and fixed stuff.
2010-09-19 23:16:55 +02:00
kervala
d568711258
Changed: #825 Remove all warnings when compiling Ryzom
2010-09-17 12:19:11 +02:00
mattraykowski
f92ebac8aa
merge
2010-09-16 13:07:54 -05:00
mattraykowski
bdb2a65906
Changed: Fixed typo in build_packed_world_col CMakeLists.txt
2010-09-16 13:07:05 -05:00
kervala
256062307b
Changed: #825 Remove all warnings when compiling Ryzom (patch provided by Abelgar)
2010-09-16 19:04:18 +02:00
kervala
9dbc7d7483
Changed: Replaced uiErrPatching by uiErrPatchApply
2010-09-16 17:26:23 +02:00
kervala
40179ff764
Changed: #825 Remove all warnings when compiling Ryzom
2010-09-16 17:25:48 +02:00
kervala
b81696a2a1
Fixed: Some tools compilation
2010-09-16 17:23:52 +02:00
mattraykowski
b10efeb9bb
merge
2010-09-15 20:36:25 -05:00
mattraykowski
a5bc41e1be
Changed: #842 Added missing server tools to CMake build. Tweaked code to find headers in correct places.
2010-09-15 20:30:35 -05:00
kervala
554aeef7ba
Changed: Renamed servers executables and libs with CMake
2010-09-15 10:19:55 +02:00
kaetemi
4a37bc4d74
Changed: #929 Improved stability of shape export, fixed export of cmb from ligo zones, map export copies originals for use with other processes as originally was done, corrected some lookup paths, removed unnecessary dependencies of some processes, copy only the needed lr files to the install, added export_build_install combination script.
2010-09-13 10:44:23 +02:00
mattraykowski
359ff4211c
Changed: #842 Cleaned up a couple tools to build correctly (especially when using STLport.)
2010-09-07 14:30:12 -06:00
kervala
709b796f0a
Fixed: Compilation under Linux
2010-09-05 11:29:34 +02:00
kervala
7f72ef0bcb
Fixed: ryzom_client_patcher compilation
2010-09-04 19:51:20 +02:00
kervala
9895da21d0
Changed: #825 Remove all warnings when compiling Ryzom
2010-09-04 19:46:43 +02:00
kervala
7401b20488
Fixed: Some services compilation (winmain not found)
2010-09-04 18:34:09 +02:00
kervala
4b48c3a77c
Fixed: Including windows.h before using WinMain
2010-09-04 18:30:10 +02:00
kervala
f884148dde
Fixed: make_anim_melee_impact compilation
2010-09-03 23:09:44 +02:00
kervala
3f8bc64bca
Changed: #825 Remove all warnings when compiling Ryzom
2010-09-03 22:55:29 +02:00
kervala
f432768edc
Fixed: sheets_packer compilation
2010-09-03 22:18:31 +02:00
mattraykowski
c3e4ffbe26
merge while working on rebase root source dir
2010-09-03 08:02:04 -06:00
mattraykowski
972e141687
Changed: #842 Added more project prefixes to project labels (aka NeL, Ryzom), converted some more Ryzom projects to the new layout.
2010-09-03 07:07:47 -06:00
kaetemi
a3b71cdb3e
Added: #929 Generators for ecosystem projects, all four ecosystem projects, generators for max exporter scripts, rbank cmb export.
...
Changed: #929 Improved skipping of exported max files, corrected search paths for some tools configurations.
2010-09-03 12:37:35 +02:00
mattraykowski
1b511949c9
Update: #842 Added "NeL" before NeL project labels, moved some files, fixed Qt builds, fixed libwww find on Windows.
2010-09-02 13:53:33 -06:00
kaetemi
d4caf01eb1
Added: #929 Process for anim, font, swt, clodbank, pacs_prim, ps, skel. Project for objects, sky, contruction, fauna, fonts, outgame, sfx.
2010-09-01 15:24:43 +02:00
kervala
bce05f44f9
Changed: #1051 Progress tweak
2010-08-31 09:43:59 +02:00
kaetemi
42aa859245
Added: #929 Added the objects build project and updated the max file batch convert script.
2010-08-30 23:24:13 +02:00
kervala
65062f5dee
Changed: #825 Remove all warnings when compiling Ryzom
2010-08-28 15:02:00 +02:00
kaetemi
5b0a249338
Changed: #929 Max shape export runs all the way through now.
...
Added: #929 , #1082 Interface build project.
2010-08-27 22:29:13 +02:00
kervala
790cdf83c1
Fixed : #1074 sheets_packer using default static relative paths
2010-08-27 16:48:44 +02:00
kervala
b80b9c4c58
Fixed : #1074 sheets_packer using default static relative paths
2010-08-26 14:49:11 +02:00
kervala
cfe8f1870f
Changed: #1074 sheets_packer using default static relative paths
2010-08-26 09:56:30 +02:00
kervala
70e5a1e98e
Fixed: client_patcher compilation under Windows
2010-08-16 14:41:05 +02:00
kervala
4b294f9402
Fixed: libc functions wouldn't be replaced by intrinsics equivalent
2010-08-11 15:05:03 +02:00
kaetemi
248a8464ec
Added: #929 Ig build process.
2010-08-11 14:18:33 +02:00
kervala
4884d2ed97
Changed: #1051 Progress overwrite current line
2010-08-09 15:21:14 +02:00
kervala
c2c4092730
Changed: #1051 Create a console-based working patcher
2010-08-06 18:22:33 +02:00
kervala
c549c8f4dd
Changed: #825 Remove all warning when compiling Ryzom
2010-08-05 18:57:15 +02:00
kervala
7c71e0ce01
Changed: #825 Remove all warning when compiling Ryzom
2010-08-05 18:54:32 +02:00
kervala
6b84d99679
Fixed : #1051 Create a console-based working patcher
2010-08-05 15:20:06 +02:00
kervala
dcab3b681b
Changed: #1051 Create a console-based working patcher
2010-08-05 09:53:38 +02:00
kervala
81c6b7e48a
Changed: #1051 Create a console-based working patcher
2010-08-03 23:26:44 +02:00
kervala
dd0b5df304
Changed: #1051 Create a console-based working patcher
2010-08-03 23:05:05 +02:00
kervala
c1606111a8
Changed: #991 Make sure all debug files are created in log directory
2010-07-17 18:30:02 +02:00
kervala
18dd1b0ee2
Changed: #825 Remove all warning when compiling Ryzom
2010-07-16 22:23:45 +02:00
kervala
31236e1dea
Changed: #860 Remove/convert/update old projects
2010-07-10 15:08:21 +02:00
kervala
c535f83ea3
Changed: #880 Use PCH under Linux with CMake
2010-07-10 13:40:38 +02:00
vl
39b6194f02
Changed: misc things
2010-07-08 16:06:34 +02:00
kervala
082676ea80
Changed: CFile::copyFile takes now 2 std::string as parameters
2010-07-01 11:51:27 +02:00
kervala
e1242bffea
Removed: useless backup files
2010-07-01 10:50:57 +02:00
kervala
6457dd4f55
Changed: #860 Remove/convert/update old projects
2010-06-27 15:15:27 +02:00
kervala
d24c112408
Fixed: world_editor_sound_plugin compilation on 64 bits
2010-06-27 14:49:17 +02:00
kervala
fbd689a6a0
Fixed: icon_search project
2010-06-27 11:32:37 +02:00
kervala
4e9550100a
Added: patch_gen project in Ryzom tools
2010-06-21 23:06:34 +02:00
kaetemi
ced1b79840
Changed: #929 Corrected some config variable names for rbank build process.
2010-06-20 22:25:57 +02:00
kervala
f2e43698ea
Changed: #853 Compilation on 64-bits platforms
2010-06-17 20:32:37 +02:00
kervala
7a00fb5082
Fixed: client_config compilation
2010-06-16 23:08:58 +02:00
kervala
ea5c5b8bad
Fixed: client_config compilation
2010-06-16 21:47:22 +02:00
kervala
6c47a3a615
Changed: #878 Fix typos in comments/code
2010-06-14 13:57:43 +02:00
kervala
458203979c
Fixed: variable_parser compilation
2010-06-14 13:55:46 +02:00
kervala
7cbe65d2ef
Changed: #878 Fix typos in comments/code
2010-06-14 10:02:51 +02:00
kervala
f381f335e1
Changed: #878 Fix typos in comments/code
2010-06-13 16:58:11 +02:00
kervala
2c5b13b4a4
Changed: Removed unused client code from sheets_packer
2010-06-12 18:02:51 +02:00
kervala
59bdca45fe
Changed: #842 Prefix all Ryzom binaries by ryzom_
2010-06-11 21:56:43 +02:00
Matt Raykowski
1b1c621cb6
merge
2010-06-08 10:07:33 -05:00
Matt Raykowski
9effa3d68f
Chanegd: #842 Added more server services and tools to the build.
2010-06-08 10:06:58 -05:00
kaetemi
c71492c605
Added: #929 Rbank build process for build pipeline.
2010-06-07 07:42:41 +02:00
kervala
3117e5fd5f
Changed: #927 Move OS specific code from client or server to NeL when it's possible
2010-06-05 19:59:22 +02:00