Commit graph

5191 commits

Author SHA1 Message Date
Botanic
9dd168220e cleaned up formatting and added custom.css 2013-06-16 22:57:09 -07:00
Botanic
31a6e62cf5 changed to default will override with custom.css 2013-06-16 22:46:50 -07:00
Botanic
a7320cc1ee updated the index pages with home register and login 2013-06-16 20:11:11 -07:00
kaetemi
923782eda7 Allow rendering with bloom to a user provided render target (untested) (#43) 2013-06-17 00:45:17 +02:00
kaetemi
e082737da9 Allow stepping through the time delta in multiple passes in snowballs 2013-06-16 23:51:33 +02:00
kaetemi
fa109b3575 Remove silly heap allocation of a null pointer 2013-06-16 23:49:45 +02:00
kaetemi
5cd89b050e Allow configuration of bloom settings from config files in snowballs 2013-06-16 23:48:40 +02:00
kaetemi
dfb302dafb Add info structure for multipass camera rendering effects #43 2013-06-16 20:48:17 +02:00
Botanic
ffe60f1790 Merge with quitta-gsoc-2013 2013-06-16 00:59:10 -07:00
Quitta
89f187a04f Fixed layout for register.tpl and login.tpl, it now uses also layout.tpl but with a parameter 'no_visible_elements' => 'TRUE' 2013-06-16 01:40:13 +02:00
Botanic
2180be89d7 added .tpl.php and removed extra files 2013-06-15 15:20:16 -07:00
Botanic
40fefe1df2 Merge with quitta-gsoc-2013 2013-06-15 15:16:57 -07:00
Quitta
76096267f9 Basic template integration with css 2013-06-16 00:13:13 +02:00
Quitta
b13b72f629 Merge with rc-botanic-webdev 2013-06-15 16:14:50 +02:00
Botanic
36e39d599b fixed to proper path 2013-06-15 07:11:03 -07:00
Botanic
c2598c9673 changed to use .php not html 2013-06-15 07:08:38 -07:00
Botanic
c056507f25 added charisma 2013-06-15 07:01:11 -07:00
Quitta
f25442cbc9 Merge with rc-botanic-webdev 2013-06-13 23:43:58 +02:00
Botanic
621301aaf2 forgot global 2013-06-13 14:41:58 -07:00
Quitta
cbf5b8cbdc Merge with rc-botanic-webdev 2013-06-13 23:36:07 +02:00
Botanic
943266e341 auto create folders 2013-06-13 14:33:23 -07:00
Quitta
a2df5f36a5 Merge with rc-botanic-webdev 2013-06-10 13:20:42 +02:00
Botanic
765a26a90e latest changes to work on getting registration working 2013-06-10 04:17:55 -07:00
liria
0a5aebc04d kervala's enhancements and fixes for the Windows compilation. 2013-06-09 15:55:59 +02:00
liria
e69853e83c FIXE: Linux/Windows compilation : revert the code of the 'void dir(...)' function for windows. 2013-06-08 16:15:41 +02:00
liria
f03dfb40de FIXE: Linux/Windows compilation : revert the code of the 'void dir(...)' function for windows with using conditional compilation. 2013-06-08 15:38:04 +02:00
liria
4cc48daadd FIXE: replace the WIN32 API for directories manipulation by the the POSIX API to compile with linux. 2013-06-08 14:39:30 +02:00
Botanic
ef8d9129c4 updated template for registration and setting up add_user functions 2013-06-07 04:05:28 -07:00
Botanic
47887e000c added base drupal module and removed old phtml file 2013-06-06 23:07:47 -07:00
Botanic
6340a3da36 cleaned up templates and got languages working 2013-06-06 22:59:11 -07:00
Botanic
99967baefd added in smarty, still need to finish making it load the correct template properly 2013-06-06 21:43:11 -07:00
Quitta
eecb35c42f Merge with default 2013-06-06 23:55:04 +02:00
Quitta
2f072fb60b Merge with rc-botanic-webdev 2013-06-06 23:54:41 +02:00
Quitta
932c23646e initial branch creation 2013-06-06 23:53:34 +02:00
Botanic
7a8d47922f updated files that were not merged 2013-06-06 03:38:24 -07:00
Botanic
c9811a9804 fixed thanks kervala 2013-06-06 01:28:12 -07:00
Botanic
94b3b07c85 added in-game template file 2013-06-05 23:39:33 -07:00
Botanic
9014f722c4 added base class file for sql as well as updated users to use class 2013-06-05 23:19:40 -07:00
Botanic
eda629c1ab changed to use class 2013-06-05 23:10:00 -07:00
Botanic
b6fe4f98b3 added old to hgignore 2013-06-05 23:08:57 -07:00
Botanic
e42f2f8ba0 initial work on ams_lib 2013-06-05 23:04:46 -07:00
dfighter1985
beffa4d49e Making GCC happy. 2013-05-15 01:54:35 +02:00
dfighter1985
0b08f18d61 Editbox should now create it's text when added. 2013-05-11 02:40:55 +02:00
dfighter1985
df281b1019 Inconsistent line ending style, according to VS. How it managed to do this is a mystery tho. 2013-05-10 22:35:04 +02:00
dfighter1985
6c3d300753 Added some defaults. 2013-05-10 22:29:47 +02:00
dfighter1985
4717f03b3a The editor probably shouldn't crash when adding textbutton widget. 2013-05-10 02:10:18 +02:00
dfighter1985
80720c0137 Make sure to apply the changes, when changing properties. 2013-05-10 00:55:23 +02:00
dfighter1985
7ecea68385 Forgot to set the parent. 2013-05-10 00:28:29 +02:00
dfighter1985
871fed3e12 When adding a new widget, the correct widget is now instantiated. Also added some checks. 2013-05-09 23:57:48 +02:00
dfighter1985
954bb6a533 Some more work for widget adding support. Basically the system works, just need to make sure the proper widget is instantiated, and the defaults are loaded ( so it shows up ). 2013-05-09 05:53:14 +02:00