Commit Graph

3970 Commits (1a40e67fee42ad7bef4373f9173f71f9379af514)
 

Author SHA1 Message Date
Botanic a0e1d3cddf Merge with quitta-gsoc-2013
--HG--
branch : rc-botanic-webdev
12 years ago
Quitta 370653b11c ticket mail system basis works
--HG--
branch : quitta-gsoc-2013
12 years ago
Quitta 328351a4c5 ticket hanling function added
--HG--
branch : quitta-gsoc-2013
12 years ago
Quitta 987d5943c3 not sure if I should keep the task creation or not, will ask Botanic tomorrow
--HG--
branch : quitta-gsoc-2013
12 years ago
Quitta 4478ad115d ready to do the imap part
--HG--
branch : quitta-gsoc-2013
12 years ago
Quitta e058a475f9 basis seems to run in terminal, however mail() doesn't work yet
--HG--
branch : quitta-gsoc-2013
12 years ago
Quitta 8ee02d9380 ready for testing the send mail functionality :)
--HG--
branch : quitta-gsoc-2013
12 years ago
Quitta 68a230f4ef updates to the mail_handler
--HG--
branch : quitta-gsoc-2013
12 years ago
dfighter1985 d67198580a Implemented uniform querying, setting. Also updated the test triangle.
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985 3ca6a98aec Made the triangle debug program a bit more complicated, now using interpolated color.
--HG--
branch : gsoc2013-dfighter
12 years ago
Quitta b05f34ac13 added mail_handler class (from Botanic) still needs to be reworked + added show queue template
--HG--
branch : quitta-gsoc-2013
12 years ago
dfighter1985 9dc91a6ed1 Abstract program objects, vertex, and pixel programs can now be created using the driver, so the user can now feed shaders to it.
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985 41e84066fb Better store vertex and pixel programs separately so we can detach them if needed.
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985 f5358f712c Rendering the debug triangle with GLSL now works.
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985 b3ea9ee787 Implemented shader and program object classes.
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985 ed5741addd Added stubs for GLSL program classes.
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985 f387256984 Added triangle drawing for debug purposes.
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985 c7e8ebcf05 Added some more GLSL related calls.
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985 50bb8c5d60 Made some GLSL related OpenGL functions available.
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985 10aad932db Removed checks for ARB fragment shader, as it's part of OpenGL as of 3.0+, also fragment shaders cannot be disabled as of the same version.
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985 dd0a691fb8 This also belongs there.
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985 90595b5bb6 Removed NV Texture env combine stuff.
--HG--
branch : gsoc2013-dfighter
12 years ago
Quitta 34a800542f more elements per page!
--HG--
branch : quitta-gsoc-2013
12 years ago
dfighter1985 3aae79c38b Removed NV Texture Shader related stuff.
--HG--
branch : gsoc2013-dfighter
12 years ago
Quitta 9318776e85 userlist ingame works + fixed a bug in demoting/promoting users with roles, which was looking at the wrong id
--HG--
branch : quitta-gsoc-2013
12 years ago
Quitta 1d68d8a781 I think I'm done refactoring the queues
--HG--
branch : quitta-gsoc-2013
12 years ago
Quitta ef05fdda7c refactor queue's part 1
--HG--
branch : quitta-gsoc-2013
12 years ago
Quitta 91e758c1ee userlist works with pagination
--HG--
branch : quitta-gsoc-2013
12 years ago
Quitta 99ad1504e3 refactoring webusers.php
--HG--
branch : quitta-gsoc-2013
12 years ago
kervala f680e3943d Changed: Minor formatting 12 years ago
kervala a41ba055a5 Fixed: PCH with Qt 5 and CMake 2.8.11 12 years ago
kervala c792c423db Fixed: X64 not detected with CMake 2.8.11 12 years ago
kervala 2c7f848c83 Changed: Tabulations to spaces 12 years ago
Quitta 5b4c13f8d3 renamed libuserlist to syncing, which is more appropriate, also made pagination work! so Now I can start to use it ingame too!
--HG--
branch : quitta-gsoc-2013
12 years ago
Quitta 7e4a24bac8 pagination seems to work! :)
--HG--
branch : quitta-gsoc-2013
12 years ago
dfighter1985 6fba0c094a Merging default
--HG--
branch : gsoc2013-dfighter
12 years ago
Quitta 845da81ad4 generic pagination with debugging for testing it atm
--HG--
branch : quitta-gsoc-2013
12 years ago
dfighter1985 c90f51afbe Look for OpenGL 3.3 not 1.2 on startup.
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985 82d29b3e23 In OpenGL 3+ we cannot disable HW VBO since it's mandatory, also Vertex Programs are mandatory too, so they must be abailable. No need to check for them!
--HG--
branch : gsoc2013-dfighter
12 years ago
Quitta 9a2ff7c7d0 Pagination class added, not tested yet :D
--HG--
branch : quitta-gsoc-2013
12 years ago
Botanic d0d69d7c77 Make it so that bad text always throws a nlwarning 12 years ago
dfighter1985 a81db21e0a Removed lots of EXT Vertex Shader related code.
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985 932f2bdd27 Removed lots of Nvidia shader related code.
--HG--
branch : gsoc2013-dfighter
12 years ago
kaetemi 71cdf88b81 Fix warning
--HG--
branch : multipass-stereo
12 years ago
Quitta bc62611305 languages handling done
--HG--
branch : quitta-gsoc-2013
12 years ago
dfighter1985 f925666d83 Manage the texture matrices too.
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985 b1777ff546 Projection matrix is now generated and managed by Nel and only loaded into OpenGL when dirty.
--HG--
branch : gsoc2013-dfighter
12 years ago
Quitta f5ef22914f color scheme configuration with colors loaed from ingame_layout.ini
--HG--
branch : quitta-gsoc-2013
12 years ago
Quitta 8e7bbb2e62 fixed assigning/unassigning and sending empty messages
--HG--
branch : quitta-gsoc-2013
12 years ago
Quitta 9fd7c9f205 forgot to add the files
--HG--
branch : quitta-gsoc-2013
12 years ago