StudioEtrange
|
4d0afd9bfe
|
Merged ryzom/ryzomcore into default
|
2013-09-07 20:16:17 +02:00 |
|
kaetemi
|
2248d13b3d
|
Add abstract gpu program and source classes
|
2013-09-07 18:33:18 +02:00 |
|
kervala
|
4b4e5c1a84
|
Removed: S3TC module because not used anymore
|
2013-09-07 17:01:06 +02:00 |
|
kaetemi
|
99ceeb7a72
|
Fix compile error
|
2013-09-07 16:05:28 +02:00 |
|
kaetemi
|
596df29c32
|
Merge
|
2013-09-07 15:54:36 +02:00 |
|
kaetemi
|
c9d14899ac
|
Use distSqTo instead of distTo
|
2013-09-07 15:53:17 +02:00 |
|
kaetemi
|
bf87d4d1c0
|
Add distSqTo to CAIVector
|
2013-09-07 15:53:10 +02:00 |
|
kaetemi
|
7cd7d0b913
|
Comment if-check around commented unused client-side speed limiting code
|
2013-09-07 15:53:00 +02:00 |
|
kaetemi
|
f1135b3c35
|
Move r2 plot item security off the AIS to the EGS and remove hardcoded sheet ids
|
2013-09-07 15:51:30 +02:00 |
|
Quitta
|
7784854c4a
|
Ingame version works now too more or less
|
2013-09-07 04:12:47 +02:00 |
|
StudioEtrange
|
4cd2379fa6
|
Merged ryzom/ryzomcore into default
|
2013-09-07 01:39:45 +02:00 |
|
kervala
|
f627487429
|
Changed: Minor changes
|
2013-09-06 15:00:35 +02:00 |
|
kervala
|
25c9f41ab9
|
Changed: Merged code from official client
|
2013-09-06 15:00:01 +02:00 |
|
kervala
|
bd7ce1d852
|
Fixed: Define math.fmod as a function for Lua 5.0
|
2013-09-06 14:53:40 +02:00 |
|
kervala
|
39ea849c9e
|
Fixed: Integer 32 bits conversion to 64 bits pointer
|
2013-09-06 14:51:21 +02:00 |
|
kervala
|
db79f48507
|
Changed: Don't use NLMISC includes in NLMISC PCH
|
2013-09-06 14:50:19 +02:00 |
|
kervala
|
d22f967344
|
Changed: Cleanlooks doesn't exist anymore in Qt 5, so use default style
|
2013-09-06 14:49:12 +02:00 |
|
kervala
|
071f943610
|
Fixed: Use 32 bits libraries from Windows SDK in 64 bits
|
2013-09-06 14:48:21 +02:00 |
|
kervala
|
18e583f33b
|
Changed: Replace atoi by NLMISC::fromString
|
2013-09-06 14:45:48 +02:00 |
|
kervala
|
62a22e4efd
|
Removed: DInput module because it's not used anymore
|
2013-09-06 14:44:03 +02:00 |
|
StudioEtrange
|
f5538df21c
|
Merged ryzom/ryzomcore into default
|
2013-09-06 14:14:51 +02:00 |
|
kervala
|
da3f17fb85
|
Added: Toolchains for Android and iOS
|
2013-09-06 13:38:19 +02:00 |
|
kervala
|
13ffeb196a
|
Changed: Allows to choose a specific Windows SDK version with WINSDK_VERSION
Changed: Look for all installed Windows SDKs
|
2013-09-06 13:35:43 +02:00 |
|
kervala
|
97d6784439
|
Changed: Use /X everytime with MSVC
|
2013-09-06 09:30:54 +02:00 |
|
kervala
|
e869700c25
|
Changed: Improved MFC module
|
2013-09-06 09:26:23 +02:00 |
|
kervala
|
e1b2e0dd90
|
Changed: Detect hg binary under Mac OS X if /opt/local/bin is not in PATH
|
2013-09-06 09:02:48 +02:00 |
|
kervala
|
834dc18e60
|
Added: MSVC module to use later
|
2013-09-06 09:01:42 +02:00 |
|
kervala
|
8f8ec67af4
|
Changed: Use PLATFORM_LINKFLAGS in *_LINKER_FLAGS
|
2013-09-06 09:00:33 +02:00 |
|
kervala
|
d387c59649
|
Changed: Display a message when compiling with NMake and define NMAKE
|
2013-09-06 08:58:36 +02:00 |
|
kervala
|
c0b33989e2
|
Changed: Factorized AMD/amd
|
2013-09-06 08:58:02 +02:00 |
|
kervala
|
2b3026f51a
|
Changed: Allow to put a "revision" file in root directory if .hg directory is not present
|
2013-09-06 08:44:57 +02:00 |
|
kervala
|
7e75970499
|
Fixed: Don't use -fPIC and -fPIE together (this could occur in some cases)
|
2013-09-06 08:43:44 +02:00 |
|
Quitta
|
3edcab4218
|
show queue works and show ticket info, I think all outgame aspects are covered now!
|
2013-09-06 04:52:37 +02:00 |
|
Quitta
|
487dd9ce1b
|
added support group functionality to the drupal module
|
2013-09-05 21:33:11 +02:00 |
|
StudioEtrange
|
91e6b23d3f
|
** PCH Support for NMake with VS2012
NMAKE-VS2012 Error LNK2011
while NMAKE-VS2010 does not complain
we need to link the pch.obj file
see http://msdn.microsoft.com/en-us/library/3ay26wa2(v=vs.110).aspx
** PCH Support for Ninja
Ninja need to add property
OBJECT_DEPENDS for using PCH
OBJECT_OUTPUTS for create PCH
see http://public.kitware.com/pipermail/cmake-developers/2012-March/003653.html
|
2013-09-05 17:18:01 +02:00 |
|
Quitta
|
1db9d4625e
|
some fixes for the real version
|
2013-09-05 04:29:47 +02:00 |
|
Quitta
|
5eb052da4b
|
userlist works, show reply works, also possible to change the permissions of the users (though relying on the libs permission system atm..)
|
2013-09-05 04:16:28 +02:00 |
|
Quitta
|
4e36f5575d
|
show ticket log works + fixed timestamp issue
|
2013-09-05 03:29:34 +02:00 |
|
Quitta
|
bfeb583c46
|
Creating tickets, browsing the profile, replying on tickets and forwarding them is possible!
|
2013-09-05 02:31:29 +02:00 |
|
Quitta
|
ea9e022a60
|
helpers class updated!
|
2013-09-04 17:49:46 +02:00 |
|
Quitta
|
d6abd7b436
|
can display the dashboard html atm
|
2013-09-04 17:44:43 +02:00 |
|
Quitta
|
b708fc3af3
|
reworked the index.php page into the module's _ams_handler function, which will be the main function. Having some serialize/unserialize issues though..
|
2013-09-03 17:52:52 +02:00 |
|
Quitta
|
7eb7484e5b
|
added amsblock and a menu item for the ams page
|
2013-09-03 04:55:51 +02:00 |
|
Quitta
|
45a9d709d3
|
added help hook, to make it viewable in the help menu, however still unsure if I have to make a page or block or a combination..
|
2013-09-02 23:52:42 +02:00 |
|
Quitta
|
5da613cc61
|
auto login when calling the page from ingame (should work)...
|
2013-09-02 21:21:41 +02:00 |
|
Quitta
|
07d3e49656
|
taking away the functions checkUser, checkEmail, checkpassword out of the module, the webuser/user handles this!
|
2013-09-02 19:43:53 +02:00 |
|
Quitta
|
bcbf13b5fb
|
added hook_user_insert, now the user gets also added to the shard + a ticket_user entry gets created that couples the drupal id to it
|
2013-09-02 18:32:10 +02:00 |
|
Quitta
|
7ae5ee5c3e
|
reworked config file to work with drupal and added extra config fields to the configuration form in the module
|
2013-09-02 16:23:07 +02:00 |
|
Quitta
|
b086023f15
|
including the module problem
|
2013-09-02 04:42:56 +02:00 |
|
Quitta
|
aee2cb318c
|
started working on the module + small addition
|
2013-09-02 04:15:18 +02:00 |
|