Perttu Ahola
|
7152179640
|
builtin/voxelworld, games/digger: Initial dummy versions
|
2014-10-12 10:06:07 +03:00 |
|
Perttu Ahola
|
65aff969ea
|
doc
|
2014-10-12 09:28:49 +03:00 |
|
Perttu Ahola
|
fa3686f048
|
doc
|
2014-10-11 19:37:08 +03:00 |
|
Perttu Ahola
|
dc149b37d2
|
interface/noise.h: Actually, format this file automatically (also add a bit of manual tweaking)
|
2014-10-09 15:46:51 +03:00 |
|
Perttu Ahola
|
579d103467
|
util/codestyle.sh: Allow using the directive "codestyle:disable" in source files that shouldn't be automatically formatted
|
2014-10-09 15:41:28 +03:00 |
|
Perttu Ahola
|
c3905412e7
|
interface/noise
|
2014-10-09 15:41:22 +03:00 |
|
Perttu Ahola
|
c30a84be3b
|
Fix coding style (I always forget this before committing changes)
|
2014-10-09 14:34:32 +03:00 |
|
Perttu Ahola
|
3530493f84
|
interface/mesh: set_8bit_voxel_geometry() - Definition-based voxel geometry generation with textures, utilizing texture atlases
|
2014-10-09 13:43:10 +03:00 |
|
Perttu Ahola
|
fe57e5b127
|
interface/block: Implement BlockRegistry
|
2014-10-09 13:36:29 +03:00 |
|
Perttu Ahola
|
51634a89a9
|
interface/atlas,voxel: Implement VoxelRegistry and related things
|
2014-10-09 13:36:29 +03:00 |
|
Perttu Ahola
|
264280c61c
|
games/geometry, server/state: Fix module compilation when module includes PolyVox headers
|
2014-10-09 13:36:29 +03:00 |
|
Perttu Ahola
|
dd8a9f42e7
|
README.md: Update note about celeron55's Urho3D fork
|
2014-10-08 10:51:58 +03:00 |
|
Perttu Ahola
|
1b3a4182ab
|
Fix coding style (previous attempt only touched header files)
|
2014-10-08 00:52:30 +03:00 |
|
Perttu Ahola
|
7923502d6b
|
util/extra_cpp_style.py; tweak util/uncrustify.cfg
|
2014-10-08 00:52:30 +03:00 |
|
Perttu Ahola
|
feca5c5471
|
atlas: Should work now
|
2014-10-08 00:51:41 +03:00 |
|
Perttu Ahola
|
f516f4984d
|
block,voxel,atlas: Initial interfaces
|
2014-10-08 00:51:22 +03:00 |
|
Perttu Ahola
|
42f3a4b47d
|
doc
|
2014-10-06 21:52:39 +03:00 |
|
Perttu Ahola
|
dec971307e
|
Fix coding style
|
2014-10-06 16:57:54 +03:00 |
|
Perttu Ahola
|
ba14d1a28f
|
util/codestyle.sh: Use uncrustify instead of astyle (it's infinitely better)
|
2014-10-06 16:57:54 +03:00 |
|
Perttu Ahola
|
3868e2ea7b
|
games/geometry, impl/voxel: DOG DAMNIT IT'S VOXELS AND PHYSICS!
|
2014-10-06 08:00:15 +03:00 |
|
Perttu Ahola
|
64719a5b72
|
interface/voxel: Move create_simple_voxel_model() into here
|
2014-10-06 08:00:14 +03:00 |
|
Perttu Ahola
|
f55cbc7468
|
games/geometry, buildat.set_simple_voxel_model()
|
2014-10-06 07:59:39 +03:00 |
|
Perttu Ahola
|
02e1918f75
|
CMakeLists.txt: Link client to libtoluapp.a
|
2014-10-06 07:53:58 +03:00 |
|
Perttu Ahola
|
263906be8f
|
3rdparty/polyvox
|
2014-10-06 07:53:58 +03:00 |
|
Perttu Ahola
|
82f2a6abbd
|
server: Increase tick rate from 10Hz to 20Hz to improve physics simulation
|
2014-10-06 07:53:57 +03:00 |
|
Perttu Ahola
|
c65461d8a2
|
server/state: Don't update module hash before build is succesful
|
2014-10-06 07:53:34 +03:00 |
|
Perttu Ahola
|
1e16b977e6
|
extensions/urho3d: Whitelist stuff
|
2014-10-06 07:53:34 +03:00 |
|
Perttu Ahola
|
93215a3bc8
|
extensions/experimental: Remove unused code
|
2014-10-06 07:53:34 +03:00 |
|
Perttu Ahola
|
62315882dc
|
client: Split common Lua stuff to a sane-ish file structure
|
2014-10-05 15:54:14 +03:00 |
|
Perttu Ahola
|
05d93e4f99
|
network:new_client -> network:client_connected
|
2014-10-05 14:22:02 +03:00 |
|
Perttu Ahola
|
7b043a8c7f
|
Clean up client connect/disconnect related logging
|
2014-10-05 13:57:52 +03:00 |
|
Perttu Ahola
|
e3a47e954c
|
Use Urho3D's upstream ResourceRouter
|
2014-10-05 12:55:08 +03:00 |
|
Perttu Ahola
|
ac3ba3384b
|
.gitignore: /tmp
|
2014-10-05 12:51:18 +03:00 |
|
Perttu Ahola
|
1e767a11f5
|
builtin/client_lib_test, games/test: Test require("buildat/module/<name>")
|
2014-10-05 11:56:52 +03:00 |
|
Perttu Ahola
|
fb51bc6cbe
|
client: Allow loading module's module.lua via require("buildat/module/<name>")
|
2014-10-05 11:56:04 +03:00 |
|
Perttu Ahola
|
60874360d9
|
server: Allow modules that don't contain C++ files if meta.disable_cpp is set
|
2014-10-05 11:54:46 +03:00 |
|
Perttu Ahola
|
623ba0b67b
|
extensions/ui_utils
|
2014-10-05 11:14:55 +03:00 |
|
Perttu Ahola
|
0159cfe392
|
windows: CMakeLists.txt: Call the full package -full- instead of -client-server-
|
2014-10-05 10:57:41 +03:00 |
|
Perttu Ahola
|
68aa21cf6f
|
extensions/urho3d: Remove log:error() used for temporary debugging
|
2014-10-05 10:54:04 +03:00 |
|
Perttu Ahola
|
aa2fc7b9fd
|
doc/todo
|
2014-10-05 10:44:16 +03:00 |
|
Perttu Ahola
|
31f3134276
|
Rename meta.txt to meta.json
|
2014-10-04 22:13:23 +03:00 |
|
Perttu Ahola
|
f9d2e825cc
|
client: Fix loading of extensions (extensions were loaded twice; one instance for the sandbox and one for other extensions, which broke things)
|
2014-10-04 19:48:31 +03:00 |
|
Perttu Ahola
|
79255e301f
|
README.md: Add missing dependency for debian-based distributions
|
2014-10-04 19:31:39 +03:00 |
|
Perttu Ahola
|
e6c1b78b4b
|
windows: Fix client by using LuaJIT and installing DLLs
|
2014-10-04 19:12:12 +03:00 |
|
Perttu Ahola
|
dedc75f6db
|
windows: Fix Urho3D includes done by modules
|
2014-10-04 15:05:21 +03:00 |
|
Perttu Ahola
|
aec15b0494
|
windows: Install docs
|
2014-10-04 14:08:45 +03:00 |
|
Perttu Ahola
|
ef1e2eb536
|
server/state: Don't create an Urho3D log file
|
2014-10-04 13:53:02 +03:00 |
|
Perttu Ahola
|
81b4f08aee
|
windows: Optimize compiler installation; package size goes down to 104MiB
|
2014-10-04 13:51:55 +03:00 |
|
Perttu Ahola
|
f383a40572
|
Initial Windows packaging: Works only with mingw-w64 i686; resuulting fully functional package size is 140MiB.
|
2014-10-04 13:51:49 +03:00 |
|
Perttu Ahola
|
c3468ea8fd
|
Fix module loading on Windows
|
2014-10-04 13:37:40 +03:00 |
|