This website works better with JavaScript.
Home
Explore
Help
Sign In
antkeeper
/
source
Watch
1
Star
0
Fork
0
Code
Issues
8
Pull Requests
0
Releases
0
Activity
Browse Source
Update copyright date
master
C. J. Howard
4 years ago
parent
e16de75386
commit
2c4e237276
340 changed files
with
340 additions
and
340 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/animation/animation.cpp
+1
-1
src/animation/animation.hpp
+1
-1
src/animation/animator.cpp
+1
-1
src/animation/animator.hpp
+1
-1
src/animation/camera-rig.cpp
+1
-1
src/animation/camera-rig.hpp
+1
-1
src/animation/ease.hpp
+1
-1
src/animation/frame-scheduler.cpp
+1
-1
src/animation/frame-scheduler.hpp
+1
-1
src/animation/orbit-cam.cpp
+1
-1
src/animation/orbit-cam.hpp
+1
-1
src/animation/screen-transition.cpp
+1
-1
src/animation/screen-transition.hpp
+1
-1
src/animation/spring.hpp
+1
-1
src/animation/timeline.cpp
+1
-1
src/animation/timeline.hpp
+1
-1
src/animation/tween.hpp
+1
-1
src/application.cpp
+1
-1
src/application.hpp
+1
-1
src/configuration.hpp.in
+1
-1
src/debug/ansi-codes.hpp
+1
-1
src/debug/cli.cpp
+1
-1
src/debug/cli.hpp
+1
-1
src/debug/logger.cpp
+1
-1
src/debug/logger.hpp
+1
-1
src/debug/performance-sampler.cpp
+1
-1
src/debug/performance-sampler.hpp
+1
-1
src/entity/archetype.hpp
+1
-1
src/event/event-dispatcher.cpp
+1
-1
src/event/event-dispatcher.hpp
+1
-1
src/event/event-handler.hpp
+1
-1
src/event/event.hpp
+1
-1
src/event/input-events.cpp
+1
-1
src/event/input-events.hpp
+1
-1
src/event/window-events.cpp
+1
-1
src/event/window-events.hpp
+1
-1
src/game/astronomy/apparent-size.cpp
+1
-1
src/game/astronomy/apparent-size.hpp
+1
-1
src/game/astronomy/astronomical-constants.hpp
+1
-1
src/game/astronomy/blackbody.cpp
+1
-1
src/game/astronomy/blackbody.hpp
+1
-1
src/game/astronomy/celestial-coordinates.cpp
+1
-1
src/game/astronomy/celestial-coordinates.hpp
+1
-1
src/game/astronomy/celestial-mechanics.cpp
+1
-1
src/game/astronomy/celestial-mechanics.hpp
+1
-1
src/game/astronomy/color-index.cpp
+1
-1
src/game/astronomy/color-index.hpp
+1
-1
src/game/behavior/behavior-tree.hpp
+1
-1
src/game/behavior/ebt.cpp
+1
-1
src/game/behavior/ebt.hpp
+1
-1
src/game/biome.hpp
+1
-1
src/game/bootloader.cpp
+1
-1
src/game/bootloader.hpp
+1
-1
src/game/cartography/relief-map.cpp
+1
-1
src/game/cartography/relief-map.hpp
+1
-1
src/game/components/behavior-component.hpp
+1
-1
src/game/components/brush-component.hpp
+1
-1
src/game/components/camera-follow-component.hpp
+1
-1
src/game/components/cavity-component.hpp
+1
-1
src/game/components/celestial-body-component.hpp
+1
-1
src/game/components/chamber-component.hpp
+1
-1
src/game/components/collision-component.hpp
+1
-1
src/game/components/copy-rotation-component.hpp
+1
-1
src/game/components/copy-scale-component.hpp
+1
-1
src/game/components/copy-transform-component.hpp
+1
-1
src/game/components/copy-translation-component.hpp
+1
-1
src/game/components/locomotion-component.hpp
+1
-1
src/game/components/marker-component.hpp
+1
-1
src/game/components/model-component.hpp
+1
-1
src/game/components/nest-component.hpp
+1
-1
src/game/components/orbit-component.hpp
+1
-1
src/game/components/parent-component.hpp
+1
-1
src/game/components/render-component.hpp
+1
-1
src/game/components/samara-component.hpp
+1
-1
src/game/components/snap-component.hpp
+1
-1
src/game/components/terrain-component.hpp
+1
-1
src/game/components/tool-component.hpp
+1
-1
src/game/components/trackable-component.hpp
+1
-1
src/game/components/transform-component.hpp
+1
-1
src/game/console-commands.cpp
+1
-1
src/game/console-commands.hpp
+1
-1
src/game/entity-commands.cpp
+1
-1
src/game/entity-commands.hpp
+1
-1
src/game/events/tool-events.cpp
+1
-1
src/game/events/tool-events.hpp
+1
-1
src/game/game-context.hpp
+1
-1
src/game/genetics/amino-acid.hpp
+1
-1
src/game/genetics/base.cpp
+1
-1
src/game/genetics/base.hpp
+1
-1
src/game/genetics/codon.cpp
+1
-1
src/game/genetics/codon.hpp
+1
-1
src/game/genetics/genetics.hpp
+1
-1
src/game/genetics/matrix.hpp
+1
-1
src/game/genetics/protein.hpp
+1
-1
src/game/genetics/sequence.hpp
+1
-1
src/game/genetics/translation-table.hpp
+1
-1
src/game/states/game-states.hpp
+1
-1
src/game/states/language-select-state.cpp
+1
-1
src/game/states/loading-state.cpp
+1
-1
src/game/states/map-state.cpp
+ 1
- 1
src/animation/animation.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/animation/animation.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/animation/animator.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/animation/animator.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/animation/camera-rig.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/animation/camera-rig.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/animation/ease.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/animation/frame-scheduler.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/animation/frame-scheduler.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/animation/orbit-cam.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/animation/orbit-cam.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/animation/screen-transition.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/animation/screen-transition.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/animation/spring.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/animation/timeline.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/animation/timeline.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/animation/tween.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/application.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/application.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/configuration.hpp.in
View File
@ -1,5 +1,5 @@
/*
/*
* Copyright (C) 202
0
Christopher J. Howard
* Copyright (C) 202
1
Christopher J. Howard
*
*
* This file is part of Antkeeper source code.
* This file is part of Antkeeper source code.
*
*
+ 1
- 1
src/debug/ansi-codes.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/debug/cli.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/debug/cli.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/debug/logger.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/debug/logger.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/debug/performance-sampler.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/debug/performance-sampler.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/entity/archetype.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/event/event-dispatcher.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/event/event-dispatcher.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/event/event-handler.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/event/event.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/event/input-events.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/event/input-events.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/event/window-events.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/event/window-events.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/astronomy/apparent-size.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/astronomy/apparent-size.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/astronomy/astronomical-constants.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/astronomy/blackbody.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/astronomy/blackbody.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/astronomy/celestial-coordinates.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/astronomy/celestial-coordinates.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/astronomy/celestial-mechanics.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/astronomy/celestial-mechanics.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/astronomy/color-index.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/astronomy/color-index.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/behavior/behavior-tree.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/behavior/ebt.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/behavior/ebt.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/biome.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/bootloader.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/bootloader.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/cartography/relief-map.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/cartography/relief-map.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/behavior-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/brush-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/camera-follow-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/cavity-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/celestial-body-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/chamber-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/collision-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/copy-rotation-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/copy-scale-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/copy-transform-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/copy-translation-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/locomotion-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/marker-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/model-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/nest-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/orbit-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/parent-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/render-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/samara-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/snap-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/terrain-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/tool-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/trackable-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/components/transform-component.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/console-commands.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/console-commands.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/entity-commands.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/entity-commands.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/events/tool-events.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/events/tool-events.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/game-context.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/genetics/amino-acid.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/genetics/base.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/genetics/base.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/genetics/codon.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/genetics/codon.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/genetics/genetics.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/genetics/matrix.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/genetics/protein.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/genetics/sequence.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/genetics/translation-table.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/states/game-states.hpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/states/language-select-state.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/states/loading-state.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
+ 1
- 1
src/game/states/map-state.cpp
View File
@ -1,5 +1,5 @@
/*
/*
*
Copyright
(
C
)
202
0
Christopher
J
.
Howard
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
This
file
is
part
of
Antkeeper
source
code
.
*
*
Some files were not shown because too many files changed in this diff
Write
Preview
Loading…
Cancel
Save