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 year
master
C. J. Howard
2 years ago
parent
f54989f5d7
commit
93cd6400ea
583 changed files
with
583 additions
and
583 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/ai/ai.hpp
+1
-1
src/ai/bt/bt.hpp
+1
-1
src/ai/bt/node.hpp
+1
-1
src/ai/bt/status.hpp
+1
-1
src/ai/steering/agent.hpp
+1
-1
src/ai/steering/behavior/flee.cpp
+1
-1
src/ai/steering/behavior/flee.hpp
+1
-1
src/ai/steering/behavior/seek.cpp
+1
-1
src/ai/steering/behavior/seek.hpp
+1
-1
src/ai/steering/behavior/wander.cpp
+1
-1
src/ai/steering/behavior/wander.hpp
+1
-1
src/ai/steering/steering.hpp
+1
-1
src/animation/animation-channel.hpp
+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/bone.hpp
+1
-1
src/animation/ease.hpp
+1
-1
src/animation/pose.cpp
+1
-1
src/animation/pose.hpp
+1
-1
src/animation/screen-transition.cpp
+1
-1
src/animation/screen-transition.hpp
+1
-1
src/animation/skeleton.cpp
+1
-1
src/animation/skeleton.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/astro/apparent-size.hpp
+1
-1
src/color/aces.hpp
+1
-1
src/color/cat.hpp
+1
-1
src/color/cct.hpp
+1
-1
src/color/color.hpp
+1
-1
src/color/illuminant.hpp
+1
-1
src/color/index.hpp
+1
-1
src/color/rgb.hpp
+1
-1
src/color/srgb.hpp
+1
-1
src/color/ucs.hpp
+1
-1
src/color/xyy.hpp
+1
-1
src/color/xyz.hpp
+1
-1
src/config.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/console-commands.cpp
+1
-1
src/debug/console-commands.hpp
+1
-1
src/debug/debug.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.cpp
+1
-1
src/entity/archetype.hpp
+1
-1
src/entity/clone.cpp
+1
-1
src/entity/clone.hpp
+1
-1
src/entity/commands.cpp
+1
-1
src/entity/commands.hpp
+1
-1
src/entity/ebt.cpp
+1
-1
src/entity/ebt.hpp
+1
-1
src/entity/ecs.hpp
+1
-1
src/entity/id.hpp
+1
-1
src/entity/registry.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/ant/caste.hpp
+1
-1
src/game/ant/cladogenesis.cpp
+1
-1
src/game/ant/cladogenesis.hpp
+1
-1
src/game/ant/gene-frequency-table.hpp
+1
-1
src/game/ant/gene-pool.hpp
+1
-1
src/game/ant/gene/antennae.hpp
+1
-1
src/game/ant/gene/body-size.hpp
+1
-1
src/game/ant/gene/cocoon.hpp
+1
-1
src/game/ant/gene/diet.hpp
+1
-1
src/game/ant/gene/egg.hpp
+1
-1
src/game/ant/gene/eyes.hpp
+1
-1
src/game/ant/gene/foraging-time.hpp
+1
-1
src/game/ant/gene/founding-mode.hpp
+1
-1
src/game/ant/gene/gaster.hpp
+1
-1
src/game/ant/gene/head.hpp
+1
-1
src/game/ant/gene/larva.hpp
+1
-1
src/game/ant/gene/legs.hpp
+1
-1
src/game/ant/gene/loader/antennae-loader.cpp
+1
-1
src/game/ant/gene/loader/body-size-loader.cpp
+1
-1
src/game/ant/gene/loader/cocoon-loader.cpp
+1
-1
src/game/ant/gene/loader/diet-loader.cpp
+1
-1
src/game/ant/gene/loader/egg-loader.cpp
+1
-1
src/game/ant/gene/loader/eyes-loader.cpp
+1
-1
src/game/ant/gene/loader/foraging-time-loader.cpp
+1
-1
src/game/ant/gene/loader/founding-mode-loader.cpp
+1
-1
src/game/ant/gene/loader/gaster-loader.cpp
+1
-1
src/game/ant/gene/loader/gene-loader.hpp
+ 1
- 1
src/ai/ai.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/ai/bt/bt.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/ai/bt/node.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/ai/bt/status.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/ai/steering/agent.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/ai/steering/behavior/flee.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/ai/steering/behavior/flee.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/ai/steering/behavior/seek.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/ai/steering/behavior/seek.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/ai/steering/behavior/wander.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/ai/steering/behavior/wander.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/ai/steering/steering.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/animation/animation-channel.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/animation/animation.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/animation/animation.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/animation/animator.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/animation/animator.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/animation/bone.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/animation/ease.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/animation/pose.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/animation/pose.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/animation/screen-transition.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/animation/screen-transition.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/animation/skeleton.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/animation/skeleton.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/animation/spring.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/animation/timeline.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/animation/timeline.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/animation/tween.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/application.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/application.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/astro/apparent-size.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/color/aces.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/color/cat.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/color/cct.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/color/color.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/color/illuminant.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/color/index.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/color/rgb.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/color/srgb.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/color/ucs.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/color/xyy.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/color/xyz.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/config.hpp.in
View File
@ -1,5 +1,5 @@
/*
* Copyright (C) 202
1
Christopher J. Howard
* Copyright (C) 202
3
Christopher J. Howard
*
* This file is part of Antkeeper source code.
*
+ 1
- 1
src/debug/ansi-codes.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/debug/cli.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/debug/cli.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/debug/console-commands.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/debug/console-commands.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/debug/debug.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/debug/logger.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/debug/logger.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/debug/performance-sampler.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/debug/performance-sampler.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/entity/archetype.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/entity/archetype.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/entity/clone.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/entity/clone.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/entity/commands.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/entity/commands.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/entity/ebt.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/entity/ebt.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/entity/ecs.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/entity/id.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/entity/registry.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/event/event-dispatcher.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/event/event-dispatcher.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/event/event-handler.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/event/event.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/event/input-events.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/event/input-events.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/event/window-events.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/event/window-events.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/caste.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/cladogenesis.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/cladogenesis.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene-frequency-table.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene-pool.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/antennae.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/body-size.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/cocoon.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/diet.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/egg.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/eyes.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/foraging-time.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/founding-mode.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/gaster.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/head.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/larva.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/legs.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/loader/antennae-loader.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/loader/body-size-loader.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/loader/cocoon-loader.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/loader/diet-loader.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/loader/egg-loader.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/loader/eyes-loader.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/loader/foraging-time-loader.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/loader/founding-mode-loader.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/loader/gaster-loader.cpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
This
file
is
part
of
Antkeeper
source
code
.
*
+ 1
- 1
src/game/ant/gene/loader/gene-loader.hpp
View File
@ -1,5 +1,5 @@
/*
*
Copyright
(
C
)
202
1
Christopher
J
.
Howard
*
Copyright
(
C
)
202
3
Christopher
J
.
Howard
*
*
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