]>
git.localhorst.tv Git - blank.git/log
Daniel Karbach [Thu, 24 Nov 2016 10:42:15 +0000 (11:42 +0100)]
make test runs depend on assets
oh right, they actually do now
Daniel Karbach [Thu, 24 Nov 2016 10:32:30 +0000 (11:32 +0100)]
different docker exec approach
Daniel Karbach [Thu, 24 Nov 2016 10:29:37 +0000 (11:29 +0100)]
make stderr visible in standalone test
Daniel Karbach [Wed, 23 Nov 2016 15:43:10 +0000 (16:43 +0100)]
launch standalone test with --no-vsync
Daniel Karbach [Wed, 23 Nov 2016 15:39:41 +0000 (16:39 +0100)]
use xvfb-run to launch Xvfb
Daniel Karbach [Wed, 23 Nov 2016 15:39:08 +0000 (16:39 +0100)]
allow disabling vsync to fail
Daniel Karbach [Tue, 22 Nov 2016 13:33:07 +0000 (14:33 +0100)]
move env inside docker container
Daniel Karbach [Mon, 21 Nov 2016 16:46:18 +0000 (17:46 +0100)]
launch xvfb on travis
Daniel Karbach [Mon, 21 Nov 2016 16:46:04 +0000 (17:46 +0100)]
test standalone app launch
Daniel Karbach [Mon, 21 Nov 2016 16:43:08 +0000 (17:43 +0100)]
typo in test instance
Daniel Karbach [Mon, 21 Nov 2016 16:42:45 +0000 (17:42 +0100)]
allow cloned env with child processes
Daniel Karbach [Mon, 21 Nov 2016 15:43:39 +0000 (16:43 +0100)]
allow individual closing of process streams
Daniel Karbach [Mon, 21 Nov 2016 13:53:16 +0000 (14:53 +0100)]
make test binary exit with failure on failed tests
Daniel Karbach [Mon, 21 Nov 2016 09:40:03 +0000 (10:40 +0100)]
also join processes terminated by signal
Daniel Karbach [Mon, 21 Nov 2016 09:22:49 +0000 (10:22 +0100)]
move common exceptions to app/error
Daniel Karbach [Fri, 18 Nov 2016 15:39:53 +0000 (16:39 +0100)]
test for invoking with unknown argument
Daniel Karbach [Fri, 18 Nov 2016 14:15:21 +0000 (15:15 +0100)]
first test for actual program binary
Daniel Karbach [Fri, 18 Nov 2016 14:07:54 +0000 (15:07 +0100)]
server save path argument without trailing slash
Daniel Karbach [Fri, 18 Nov 2016 14:06:08 +0000 (15:06 +0100)]
mf
Daniel Karbach [Fri, 18 Nov 2016 10:11:34 +0000 (11:11 +0100)]
somewhat self-cleaning temp dir
Daniel Karbach [Fri, 18 Nov 2016 10:09:04 +0000 (11:09 +0100)]
allow test targets to build the main executable
Daniel Karbach [Fri, 18 Nov 2016 09:55:12 +0000 (10:55 +0100)]
win32 define with one underscore
oops
Daniel Karbach [Thu, 17 Nov 2016 15:51:27 +0000 (16:51 +0100)]
Process
API for spawning and communicating with child processes
totally untested on win32; I'd be surprised if it even compiles
Daniel Karbach [Thu, 17 Nov 2016 09:00:22 +0000 (10:00 +0100)]
use symbolic names for block colors
Daniel Karbach [Thu, 17 Nov 2016 08:41:32 +0000 (09:41 +0100)]
impersonate command
Daniel Karbach [Wed, 16 Nov 2016 15:49:54 +0000 (16:49 +0100)]
less restrictive teleport command
changed context requirements from player to entity
Daniel Karbach [Wed, 16 Nov 2016 15:22:58 +0000 (16:22 +0100)]
add TCP based CLI
which currently can't do anything, because the sole
command needs a player ^^
Daniel Karbach [Wed, 16 Nov 2016 12:44:55 +0000 (13:44 +0100)]
make gcc nag more
Daniel Karbach [Mon, 14 Nov 2016 16:32:56 +0000 (17:32 +0100)]
make Intersection() repeatable for normal
Daniel Karbach [Mon, 14 Nov 2016 16:08:55 +0000 (17:08 +0100)]
unit tests for filesystem I/O
Daniel Karbach [Mon, 14 Nov 2016 16:08:27 +0000 (17:08 +0100)]
file and directory removal functions
Daniel Karbach [Mon, 14 Nov 2016 13:50:11 +0000 (14:50 +0100)]
test 2 missing corner cases of sdl event strings
Daniel Karbach [Mon, 14 Nov 2016 12:14:19 +0000 (13:14 +0100)]
test sdl event to string functions
Daniel Karbach [Mon, 14 Nov 2016 12:13:59 +0000 (13:13 +0100)]
cleanup of sdl event to string functions
Daniel Karbach [Fri, 11 Nov 2016 15:48:18 +0000 (16:48 +0100)]
test malformed input to TokenStreamReader
Daniel Karbach [Fri, 11 Nov 2016 15:30:47 +0000 (16:30 +0100)]
some linting
Daniel Karbach [Fri, 11 Nov 2016 13:01:05 +0000 (14:01 +0100)]
cppcheck for linting
not calling on travis for now because of all the false positives
and the true positives
just a sec
Daniel Karbach [Fri, 11 Nov 2016 10:55:56 +0000 (11:55 +0100)]
tests for TokenStreamReader
Daniel Karbach [Fri, 11 Nov 2016 10:04:10 +0000 (11:04 +0100)]
fix number as bool in TokenStreamReader
Daniel Karbach [Thu, 10 Nov 2016 16:11:38 +0000 (17:11 +0100)]
test for Tokenizer
Daniel Karbach [Thu, 10 Nov 2016 16:10:47 +0000 (17:10 +0100)]
fix carriage return in tokenizer
Daniel Karbach [Thu, 10 Nov 2016 15:11:18 +0000 (16:11 +0100)]
test for Token
Daniel Karbach [Thu, 10 Nov 2016 13:29:20 +0000 (14:29 +0100)]
fix assert inclusion in rand
Daniel Karbach [Thu, 10 Nov 2016 13:02:58 +0000 (14:02 +0100)]
test for random [sic] utility methods
Daniel Karbach [Thu, 10 Nov 2016 11:49:21 +0000 (12:49 +0100)]
test stability of worley noise generator
Daniel Karbach [Thu, 10 Nov 2016 11:38:02 +0000 (12:38 +0100)]
test random ints of various widths
Daniel Karbach [Wed, 9 Nov 2016 16:46:08 +0000 (17:46 +0100)]
fix rng stability test
also check 0 special case
Daniel Karbach [Wed, 9 Nov 2016 16:11:58 +0000 (17:11 +0100)]
ubuntu's testing is named "devel", naturally
Daniel Karbach [Wed, 9 Nov 2016 15:54:51 +0000 (16:54 +0100)]
use colon to denote docker tags
-.-
also: Yet Another Messed up Language
Daniel Karbach [Wed, 9 Nov 2016 15:35:28 +0000 (16:35 +0100)]
centos build config
Daniel Karbach [Wed, 9 Nov 2016 15:32:29 +0000 (16:32 +0100)]
fix docker container names in travis conf
Daniel Karbach [Wed, 9 Nov 2016 15:18:51 +0000 (16:18 +0100)]
fix headless dep in makefile
Daniel Karbach [Wed, 9 Nov 2016 14:48:08 +0000 (15:48 +0100)]
gcc 4.8.5/centos compatibility
Daniel Karbach [Wed, 9 Nov 2016 14:12:22 +0000 (15:12 +0100)]
use docker tags to select distro release
Daniel Karbach [Wed, 9 Nov 2016 12:23:40 +0000 (13:23 +0100)]
restructured docker exec script
Daniel Karbach [Wed, 9 Nov 2016 09:48:31 +0000 (10:48 +0100)]
ubuntu latest and devel docker images
Daniel Karbach [Wed, 9 Nov 2016 09:45:52 +0000 (10:45 +0100)]
linker argument order for old gcc
Daniel Karbach [Tue, 8 Nov 2016 16:36:44 +0000 (17:36 +0100)]
travis config
Daniel Karbach [Tue, 8 Nov 2016 16:35:31 +0000 (17:35 +0100)]
some docker scripts
Daniel Karbach [Tue, 8 Nov 2016 11:12:27 +0000 (12:12 +0100)]
add "cover" build target
for code coverage statistics/analysis
Daniel Karbach [Thu, 3 Nov 2016 16:22:07 +0000 (17:22 +0100)]
glm backwards compatibility
Daniel Karbach [Fri, 4 Nov 2016 13:54:46 +0000 (14:54 +0100)]
Makefile convenience
* added "info" make target
* announce fetching assets
* change asset dependency in detached HEAD mode
Daniel Karbach [Thu, 3 Nov 2016 15:07:19 +0000 (16:07 +0100)]
add debian package names
Daniel Karbach [Fri, 7 Oct 2016 10:35:33 +0000 (12:35 +0200)]
cleanup
Daniel Karbach [Thu, 17 Mar 2016 15:17:17 +0000 (16:17 +0100)]
fix direct rendering
Daniel Karbach [Thu, 7 Jan 2016 09:53:06 +0000 (10:53 +0100)]
fix forward axis in block placement orientation
oh shoot, I'm such an idiot -.-
Daniel Karbach [Thu, 7 Jan 2016 09:52:30 +0000 (10:52 +0100)]
added block orientation test
Daniel Karbach [Wed, 6 Jan 2016 14:05:29 +0000 (15:05 +0100)]
first ideas for placing oriented blocks
Daniel Karbach [Wed, 6 Jan 2016 08:56:35 +0000 (09:56 +0100)]
fix return type for Entity::Transform()
Daniel Karbach [Tue, 5 Jan 2016 11:44:57 +0000 (12:44 +0100)]
improved ray/world collision a little
Daniel Karbach [Wed, 23 Dec 2015 12:31:47 +0000 (13:31 +0100)]
smoother type selection during chunk generation
Daniel Karbach [Tue, 22 Dec 2015 09:46:15 +0000 (10:46 +0100)]
initialize entity fields
oops
Daniel Karbach [Mon, 21 Dec 2015 14:06:59 +0000 (15:06 +0100)]
typo in todo file
and I bet it's not the last one
Daniel Karbach [Mon, 21 Dec 2015 12:14:44 +0000 (13:14 +0100)]
faster ray/box test for AABBs
Daniel Karbach [Mon, 21 Dec 2015 12:17:47 +0000 (13:17 +0100)]
fix default outline color
actually, white doesn't look so bad for an outline, maybe that
should be the default (but 255 then, not -1)
Daniel Karbach [Fri, 18 Dec 2015 13:28:42 +0000 (14:28 +0100)]
avoid zero vertex draw calls
Daniel Karbach [Fri, 18 Dec 2015 09:08:30 +0000 (10:08 +0100)]
ignore apitrace files
Daniel Karbach [Thu, 17 Dec 2015 16:22:42 +0000 (17:22 +0100)]
save a little bandwidth
Daniel Karbach [Thu, 17 Dec 2015 15:21:33 +0000 (16:21 +0100)]
faster chunk culling test
also seems to cull some more, need to check if it
doesn't accidentally cull a little too much
Daniel Karbach [Thu, 10 Dec 2015 12:22:58 +0000 (13:22 +0100)]
update player after load from save
this moves the chunk index to the correct base for preloading
Daniel Karbach [Thu, 10 Dec 2015 12:20:08 +0000 (13:20 +0100)]
slight simplification of cull test
still horrible, need to precalculate stuff outside the loop
Daniel Karbach [Wed, 9 Dec 2015 16:22:03 +0000 (17:22 +0100)]
indexed iteration in ray/world collision tests
Daniel Karbach [Wed, 9 Dec 2015 16:20:34 +0000 (17:20 +0100)]
fix iteration in entity/world intersection
…and I was wondering why 3^3 is 91 -.-
Daniel Karbach [Wed, 9 Dec 2015 13:44:54 +0000 (14:44 +0100)]
don't fix collisions in RK4 substeps
still close enough and no as much of a waste
well, it's still much of a waste, but at least now it's a little less
Daniel Karbach [Tue, 8 Dec 2015 16:21:36 +0000 (17:21 +0100)]
add frame statistics printout
disabled by default, uncomment FrameCounter::Print call in app.cpp
Daniel Karbach [Tue, 8 Dec 2015 13:43:13 +0000 (14:43 +0100)]
fix AI chase/flee acceleration
Daniel Karbach [Mon, 7 Dec 2015 14:09:59 +0000 (15:09 +0100)]
removed outdated annotation
that problem was fixed by removing NaNs from
box/box intersection test
I hope
Daniel Karbach [Fri, 4 Dec 2015 14:44:13 +0000 (15:44 +0100)]
cutting corners in chunk generation
like, literally cutting them off, lol
Daniel Karbach [Fri, 4 Dec 2015 12:12:32 +0000 (13:12 +0100)]
fix multiple application support in makefile
Daniel Karbach [Fri, 4 Dec 2015 09:49:54 +0000 (10:49 +0100)]
fix box/box intersection test …again
I am an idiot
Daniel Karbach [Fri, 4 Dec 2015 09:34:53 +0000 (10:34 +0100)]
trying out less uniform block types
Daniel Karbach [Thu, 3 Dec 2015 16:19:06 +0000 (17:19 +0100)]
the odd tweak and fix
Daniel Karbach [Fri, 27 Nov 2015 15:43:02 +0000 (16:43 +0100)]
move steering behaviours into entity
Daniel Karbach [Thu, 26 Nov 2015 10:04:32 +0000 (11:04 +0100)]
make collisions reference their entity
so it doesn't accidentally get deleted
Daniel Karbach [Thu, 26 Nov 2015 09:21:39 +0000 (10:21 +0100)]
safer method for lighting entities
Daniel Karbach [Wed, 25 Nov 2015 16:46:02 +0000 (17:46 +0100)]
slabs fix
Daniel Karbach [Wed, 25 Nov 2015 15:59:19 +0000 (16:59 +0100)]
block type prototypability and new types
this will mess up your world saves
and by "your" I mean "my"
Daniel Karbach [Tue, 24 Nov 2015 16:43:38 +0000 (17:43 +0100)]
reorder world update
also pushed physics integration details down to entity class
Daniel Karbach [Mon, 23 Nov 2015 16:35:53 +0000 (17:35 +0100)]
document some of the broader concepts
this should make it easier to inspect stuff on a higher level
Daniel Karbach [Mon, 23 Nov 2015 16:35:12 +0000 (17:35 +0100)]
remove unnecessary player load in client