]>
git.localhorst.tv Git - blank.git/log
Daniel Karbach [Mon, 10 Aug 2015 14:48:59 +0000 (16:48 +0200)]
different limits for reading and generating chunks
Daniel Karbach [Mon, 10 Aug 2015 14:24:21 +0000 (16:24 +0200)]
save and load chunk data
currently running a one chunk per file approach for simplicity
Daniel Karbach [Sun, 9 Aug 2015 18:16:16 +0000 (20:16 +0200)]
save and load world seed
first four bytes of persistence, yay ^^
Daniel Karbach [Sun, 9 Aug 2015 17:28:12 +0000 (19:28 +0200)]
fix error in make_dirs and add is_file
trailing separator caused make_dir to be called twice with the same
path which caused it to fail the second time
Daniel Karbach [Sun, 9 Aug 2015 16:26:20 +0000 (18:26 +0200)]
configurable asset and save path
Daniel Karbach [Sat, 8 Aug 2015 21:13:45 +0000 (23:13 +0200)]
textures
textures
textures
textures
textures
Daniel Karbach [Fri, 7 Aug 2015 14:49:24 +0000 (16:49 +0200)]
check line of sight in chase ai
Daniel Karbach [Fri, 7 Aug 2015 13:19:55 +0000 (15:19 +0200)]
speed up entity rotation a little
because it's fun
Daniel Karbach [Fri, 7 Aug 2015 13:17:01 +0000 (15:17 +0200)]
tvec[234]<int> -> ivec[234]
howcome I didn't think of that before? lol
Daniel Karbach [Fri, 7 Aug 2015 13:04:47 +0000 (15:04 +0200)]
(hopefully) cross-platform directory functions
Daniel Karbach [Fri, 7 Aug 2015 11:20:03 +0000 (13:20 +0200)]
correct usage of quaternions :P
Daniel Karbach [Thu, 6 Aug 2015 16:41:46 +0000 (18:41 +0200)]
another type of entity controller
just to mix it up
also, I realy have to fix rotation, they're getting all deformed ^^
Daniel Karbach [Thu, 6 Aug 2015 15:20:23 +0000 (17:20 +0200)]
simple (text) progress display for preloader
Daniel Karbach [Thu, 6 Aug 2015 10:34:56 +0000 (12:34 +0200)]
simple preloader
Daniel Karbach [Thu, 6 Aug 2015 09:03:46 +0000 (11:03 +0200)]
state management and control
Daniel Karbach [Wed, 5 Aug 2015 16:31:16 +0000 (18:31 +0200)]
randomly spawn entities around the player
and remove those too far away
Daniel Karbach [Tue, 4 Aug 2015 16:48:19 +0000 (18:48 +0200)]
moved entity spawn and control into its own class
called "Spawner" if that is somehow non-obvious
Daniel Karbach [Tue, 4 Aug 2015 16:30:29 +0000 (18:30 +0200)]
move RandomWalk into new "ai" module
Daniel Karbach [Tue, 4 Aug 2015 16:29:04 +0000 (18:29 +0200)]
make entities removable
Daniel Karbach [Tue, 4 Aug 2015 16:12:04 +0000 (18:12 +0200)]
move init out of Application class
Daniel Karbach [Mon, 3 Aug 2015 16:40:03 +0000 (18:40 +0200)]
show camera position in debug overlay
Daniel Karbach [Mon, 3 Aug 2015 16:24:07 +0000 (18:24 +0200)]
remove positional frames argument
-n now mandatory
Daniel Karbach [Mon, 3 Aug 2015 15:37:58 +0000 (17:37 +0200)]
"streamlined" model/VAO handling
Daniel Karbach [Sat, 1 Aug 2015 13:00:07 +0000 (15:00 +0200)]
some experiments with sound
Daniel Karbach [Fri, 31 Jul 2015 13:32:21 +0000 (15:32 +0200)]
also show peak in frame counter
Daniel Karbach [Tue, 28 Jul 2015 15:40:49 +0000 (17:40 +0200)]
also post UI messages to graphical output
Daniel Karbach [Tue, 28 Jul 2015 11:10:59 +0000 (13:10 +0200)]
combine text handling stuff into a class
Daniel Karbach [Mon, 27 Jul 2015 14:52:42 +0000 (16:52 +0200)]
move font color from texture to uniform
Daniel Karbach [Mon, 27 Jul 2015 11:53:58 +0000 (13:53 +0200)]
reorganize basic rendering functionality
Daniel Karbach [Thu, 23 Jul 2015 14:25:40 +0000 (16:25 +0200)]
display frame counter
F3 to toggle
Daniel Karbach [Thu, 23 Jul 2015 11:42:28 +0000 (13:42 +0200)]
collect timing information
Daniel Karbach [Thu, 23 Jul 2015 08:34:49 +0000 (10:34 +0200)]
fancy crosshair
don't use on .5 gray ;)
Daniel Karbach [Thu, 23 Jul 2015 07:21:00 +0000 (09:21 +0200)]
propagate light into blocking blocks
this way semi-filled blocks like slabs don't blacken surfaces
behind them, but they will be bright when part of a 1 thick wall
Daniel Karbach [Wed, 22 Jul 2015 15:32:55 +0000 (17:32 +0200)]
made chunk neighbor linkage a little safer
Daniel Karbach [Wed, 22 Jul 2015 10:28:25 +0000 (12:28 +0200)]
set and display block type labels
Daniel Karbach [Tue, 21 Jul 2015 07:00:40 +0000 (09:00 +0200)]
implemented font redering
Daniel Karbach [Fri, 26 Jun 2015 13:10:10 +0000 (15:10 +0200)]
better edge light propagation on link
Daniel Karbach [Fri, 26 Jun 2015 10:39:31 +0000 (12:39 +0200)]
entity/world collision response
Daniel Karbach [Thu, 25 Jun 2015 15:44:41 +0000 (17:44 +0200)]
collect collisions for each entity
Daniel Karbach [Thu, 25 Jun 2015 13:26:58 +0000 (15:26 +0200)]
figure out depth and normal in box/box test
Daniel Karbach [Wed, 24 Jun 2015 14:26:44 +0000 (16:26 +0200)]
test entities for world collision
useless and slow as hell, but hey, it's a start ^^
Daniel Karbach [Tue, 23 Jun 2015 15:41:55 +0000 (17:41 +0200)]
plug box intersection into shapes
Daniel Karbach [Tue, 23 Jun 2015 12:54:00 +0000 (14:54 +0200)]
box/box intersection test
only boolean test for now
Daniel Karbach [Tue, 23 Jun 2015 08:26:33 +0000 (10:26 +0200)]
use a timer to limit chunk generation
this should reduce load when updating more than once per frame
which is planned
someday
Daniel Karbach [Wed, 17 Jun 2015 07:16:23 +0000 (09:16 +0200)]
added build instructions for testing
Daniel Karbach [Mon, 15 Jun 2015 10:30:34 +0000 (12:30 +0200)]
some cleaning :)
Daniel Karbach [Mon, 15 Jun 2015 08:13:25 +0000 (10:13 +0200)]
fixed light propagation after obstacle removal
regression from
4485397d
careful with the yoda conditions!
Daniel Karbach [Fri, 12 Jun 2015 13:46:46 +0000 (15:46 +0200)]
more chunk tests
Daniel Karbach [Fri, 12 Jun 2015 10:39:47 +0000 (12:39 +0200)]
weird return value is weird
but I can totally explain that...
Daniel Karbach [Fri, 12 Jun 2015 10:32:03 +0000 (12:32 +0200)]
unit test for interval timer
Daniel Karbach [Thu, 11 Jun 2015 15:46:07 +0000 (17:46 +0200)]
some tests for Chunk
Daniel Karbach [Thu, 11 Jun 2015 13:29:35 +0000 (15:29 +0200)]
fix ray/obb intersection test
again, unit tests \o/
also: careful with the signs ;)
Daniel Karbach [Thu, 11 Jun 2015 12:34:41 +0000 (14:34 +0200)]
fix faceset unset
unit tests. oh yeah
Daniel Karbach [Wed, 10 Jun 2015 14:57:25 +0000 (16:57 +0200)]
some code reorganization
Daniel Karbach [Tue, 2 Jun 2015 13:30:17 +0000 (15:30 +0200)]
minor optimizations in chunk
Daniel Karbach [Tue, 2 Jun 2015 12:30:34 +0000 (14:30 +0200)]
block place/remove timers
Daniel Karbach [Mon, 1 Jun 2015 15:08:45 +0000 (17:08 +0200)]
slight lighting improvement
using a combination of interpolation and occlusion
Daniel Karbach [Mon, 1 Jun 2015 08:04:30 +0000 (10:04 +0200)]
be smart about other stuff ^^
Daniel Karbach [Fri, 29 May 2015 13:39:02 +0000 (15:39 +0200)]
be smart about numbers
Daniel Karbach [Fri, 29 May 2015 13:16:46 +0000 (15:16 +0200)]
noexcept all the things
Daniel Karbach [Fri, 29 May 2015 11:04:38 +0000 (13:04 +0200)]
reorganized block tables
Daniel Karbach [Wed, 27 May 2015 16:50:52 +0000 (18:50 +0200)]
added ability to get seperate information about block face obstruction
Daniel Karbach [Wed, 27 May 2015 15:22:27 +0000 (17:22 +0200)]
fix dec/rad error in camera FOV
Daniel Karbach [Wed, 27 May 2015 14:28:43 +0000 (16:28 +0200)]
remove unneccessary buffer binds before draw calls
Daniel Karbach [Tue, 26 May 2015 16:44:24 +0000 (18:44 +0200)]
don't push block normals to GPU
Daniel Karbach [Fri, 22 May 2015 15:15:07 +0000 (17:15 +0200)]
simplified block face stuff
Daniel Karbach [Thu, 21 May 2015 16:07:28 +0000 (18:07 +0200)]
simplified ray/aabb intersection code
it's still wrong, but at least it not as long now :)
Daniel Karbach [Wed, 20 May 2015 16:46:38 +0000 (18:46 +0200)]
remove move branching from interface
Daniel Karbach [Wed, 20 May 2015 16:46:13 +0000 (18:46 +0200)]
better chunk memory management
Daniel Karbach [Wed, 25 Mar 2015 17:43:53 +0000 (18:43 +0100)]
optimized block lookup a little
Daniel Karbach [Wed, 25 Mar 2015 17:12:41 +0000 (18:12 +0100)]
update light levels from border on neighbor change
Daniel Karbach [Tue, 24 Mar 2015 16:45:29 +0000 (17:45 +0100)]
trying to fix the initial aiming issue
not successful
Daniel Karbach [Mon, 23 Mar 2015 22:28:41 +0000 (23:28 +0100)]
use 3 octaves for solid generation noise
also, that other perlin implementation sucked noodles
Daniel Karbach [Mon, 23 Mar 2015 19:49:20 +0000 (20:49 +0100)]
use light levels for shading of blocks
Daniel Karbach [Mon, 23 Mar 2015 18:47:59 +0000 (19:47 +0100)]
fix chunk neighbors
there was something seriously wrong with light propagation
now I know why ^^
don't get me wrong, it's still borky, but at least not irrational
Daniel Karbach [Mon, 23 Mar 2015 16:33:02 +0000 (17:33 +0100)]
added Galois LFSR PRNG
not in use yet
beware of seed with many zeros
especially 0, which will only ever produce zeroes
Daniel Karbach [Mon, 23 Mar 2015 08:24:00 +0000 (09:24 +0100)]
some task annotations
Daniel Karbach [Sun, 22 Mar 2015 15:52:19 +0000 (16:52 +0100)]
add chunk inspect button (C)
Daniel Karbach [Sun, 22 Mar 2015 15:44:15 +0000 (16:44 +0100)]
fixed light propagation
Daniel Karbach [Thu, 19 Mar 2015 13:10:36 +0000 (14:10 +0100)]
extracted configuration of various parts
Daniel Karbach [Thu, 19 Mar 2015 11:08:04 +0000 (12:08 +0100)]
use same load distance for initial and movement
Daniel Karbach [Thu, 19 Mar 2015 09:44:44 +0000 (10:44 +0100)]
get world seed from command line arguments
Daniel Karbach [Wed, 18 Mar 2015 18:48:58 +0000 (19:48 +0100)]
add some light blocks to generated surfaces
Daniel Karbach [Wed, 18 Mar 2015 10:26:38 +0000 (11:26 +0100)]
added distance fog
Daniel Karbach [Wed, 18 Mar 2015 07:56:44 +0000 (08:56 +0100)]
updated description and TODO list
Daniel Karbach [Tue, 17 Mar 2015 23:22:16 +0000 (00:22 +0100)]
begun block lighting implementation
Daniel Karbach [Tue, 17 Mar 2015 17:49:21 +0000 (18:49 +0100)]
made chunks aware of their neighbors
sort of
Daniel Karbach [Tue, 17 Mar 2015 16:19:55 +0000 (17:19 +0100)]
normalize worley noise values to (-1,1)
Daniel Karbach [Tue, 17 Mar 2015 15:38:37 +0000 (16:38 +0100)]
rough (untested) implementation of Worley noise
prng and distance formula may need some tweaking
Daniel Karbach [Mon, 16 Mar 2015 19:17:16 +0000 (20:17 +0100)]
added a little TODO list
tbc
Daniel Karbach [Mon, 16 Mar 2015 17:28:34 +0000 (18:28 +0100)]
random walk test controller
Daniel Karbach [Mon, 16 Mar 2015 13:28:38 +0000 (14:28 +0100)]
documented controls
Daniel Karbach [Sun, 15 Mar 2015 21:41:24 +0000 (22:41 +0100)]
drawable entity with angular velocity
Daniel Karbach [Fri, 13 Mar 2015 20:48:49 +0000 (21:48 +0100)]
add missing breaks in input handler
Daniel Karbach [Fri, 13 Mar 2015 20:10:43 +0000 (21:10 +0100)]
fixed oriented block occlusion check
Daniel Karbach [Fri, 13 Mar 2015 17:55:03 +0000 (18:55 +0100)]
fix error in border block calculation
Daniel Karbach [Fri, 13 Mar 2015 17:45:20 +0000 (18:45 +0100)]
optimize chunk intersection tests a little
Daniel Karbach [Fri, 13 Mar 2015 16:48:39 +0000 (17:48 +0100)]
print block info on keypress
Daniel Karbach [Thu, 12 Mar 2015 23:16:28 +0000 (00:16 +0100)]
fix normal generated by chunk intersection test
Daniel Karbach [Thu, 12 Mar 2015 23:02:40 +0000 (00:02 +0100)]
allow face/turn selection of placed blocks
Also display oriented block in HUD.
Use Q for face, E for turn.
Told you I'd reassign them ;)
And I'll do it again, no worries.