Commit Graph

157 Commits

Author SHA1 Message Date
Felipe Martín 3a698e90f1 Added possibility to move the camera with the interface controls 2013-06-03 13:52:00 +02:00
Felipe Martín 89d16e6dc0 Camera .move() method 2013-05-31 18:30:33 +02:00
Felipe Martín 20a378d7b6 Fixes camera inheritance. 2013-05-31 18:26:14 +02:00
Felipe Martín 9dad86f6ac Cameras are now classes instead of objects 2013-05-31 18:14:30 +02:00
Felipe Martín 57d753a702 Added UI for camera position 2013-05-31 17:22:20 +02:00
Felipe Martín b444c5b06f Added panel for object edits
Fixed headers for textures and edit object panels
2013-05-31 14:16:06 +02:00
Felipe Martín fe746cba79 Added base entity manager
Entity = Object inside a scene
2013-05-31 14:07:31 +02:00
Felipe Martín 75352e2929 Moved cameras to a separate file 2013-05-31 12:03:46 +02:00
Felipe Martín 81d47e9db9 Fixed onmouseout event from texture list.
Only block textures are loaded.
2013-05-31 11:54:17 +02:00
Felipe Martín eeac0b2088 Added a view that return all the textures in json format 2013-05-31 11:41:48 +02:00
Felipe Martín a24be0c6f9 Moved all init functions to a separate file 2013-05-31 11:34:17 +02:00
Felipe Martín b5f6366229 Camera type is now selectable with radio buttons instead of a select 2013-05-31 10:20:57 +02:00
Felipe Martín 6c539f60e5 Design fixes 2013-05-30 17:38:20 +02:00
Felipe Martín 81829b1a83 Added the possibility to reset the composition maintaining the canvas size 2013-05-30 17:38:12 +02:00
Felipe Martín 1289d7cf52 Added test method to modify test object texture 2013-05-30 17:01:08 +02:00
Felipe Martín b5792f6fbc Added modal manager and custom modals. Added menu to change canvas size 2013-05-30 16:41:48 +02:00
Felipe Martín 607a4d0b7e Added orthographic and perspective camera (working) 2013-05-30 16:41:14 +02:00
Felipe Martín 012e682d1f Added real flatui customised for this UI 2013-05-30 14:46:14 +02:00
Felipe Martín a97e591158 Studio: Basic layout, shows textures and allows searching by name 2013-05-30 13:53:34 +02:00
Felipe Martín 2431d62c8f Moved studio to a new app 2013-05-30 12:04:18 +02:00
Felipe Martín c0b87d9e6a Added main files 2013-05-30 11:51:05 +02:00
Felipe Martín 0f73dcb540 Added more intensity to the blog renderer for dark textures 2013-05-30 11:50:34 +02:00
Felipe Martín 503a0f2cd6 Told DDT to now intercept redirect on development 2013-05-30 11:50:12 +02:00
Felipe Martín 718c3729f6 Added blocks header and footer to the main layout, also container div is now inside the content block, so it's optional 2013-05-30 11:49:51 +02:00
Felipe Martín 46244b9add Fixed user.is_authenticated() in template being a function and not a variable (django tmpl -> jinja) 2013-05-30 11:01:32 +02:00
Felipe Martín c0bc749213 Fixed 404 error using request context variable that wasn't set 2013-05-30 11:00:50 +02:00
Felipe Martín afcd702cec Added django debug toolbar to development settings 2013-05-30 11:00:30 +02:00
Felipe Martin 4d41db4192 Block rotation is now correct 2013-05-29 23:18:57 +02:00
Felipe Martin 89b405d49a Added base block renderer javascript.
Added block renderer to block detail template only for logged in users
2013-05-29 22:11:07 +02:00
Felipe Martin 40e8fec52b Fixed block showing wrong data value 2013-05-29 22:10:29 +02:00
Felipe Martin 217dcf79a3 Navbar is no loger responsive 2013-05-29 20:21:06 +02:00
Felipe Martín 45f37ecf2a Using fixed data_value instead of adding 256 to its value 2013-05-29 18:02:44 +02:00
Felipe Martín 680de44cdf Added draft and user attributes to BlogEntry. 2013-05-29 17:54:01 +02:00
Felipe Martín 24c54e50e5 Added item/block details only to logged in users 2013-05-29 17:38:36 +02:00
Felipe Martín 199dae3695 Added internal_id attribute to blocks and models to store the mined id from java files 2013-05-29 17:06:08 +02:00
Felipe Martín b9ab39991c Improved blocks and items listing layout a lot. Added details URL only viewable by admins 2013-05-29 14:33:33 +02:00
Felipe Martín c2f2588331 Added variables.sass 2013-05-29 14:33:04 +02:00
Felipe Martín 9017bbcb31 Added helper to admin that match items and blocks with a minecraftwiki URL based on their translation name 2013-05-29 14:32:52 +02:00
Felipe Martín 0302aa73e1 Added CSS helper to style links in black instead of their original colour 2013-05-29 14:32:21 +02:00
Felipe Martín ade7ec2284 Added custom action to fix icons matching not only name but also class name with texture type 2013-05-29 13:14:43 +02:00
Felipe Martín b8a1aa33d5 Fixed null fields 2013-05-29 12:42:05 +02:00
Felipe Martín ba908ba0e9 Added version field to Items and blocks.
Added ModelAttributes to admin
2013-05-29 12:39:39 +02:00
Felipe Martín c007605f1f Added ModelAttribute model 2013-05-29 12:29:58 +02:00
Felipe Martín 13a44293e5 Merge branch 'master' into develop
* master:
  Fixed deploy script
2013-05-29 12:24:53 +02:00
Felipe Martín 19db8c9f7d Added SASS thingies to install.sh script 2013-05-29 12:24:39 +02:00
Felipe Martín 21624f14b8 Fixed deploy script 2013-05-29 11:58:24 +02:00
Felipe Martín c9eeb45025 Migrated LESS to SASS 2013-05-29 11:55:06 +02:00
Felipe Martín 6260faf47b Improved sentry error logging.
Minimun logging is now WARNING (up from DEBUG)
Using sentry_id for 500 errors.
Using custom 404 template & view: added sentry logger there.
2013-05-29 11:36:19 +02:00
Felipe Martín 6b78bf286a Updated gitignore file 2013-05-28 17:55:28 +02:00
Felipe Martín 4be098dd2d Added LESS files to controls icons appearance on the site. 2013-05-28 17:54:30 +02:00