Skip to content

Commit

Permalink
Rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
mittorn committed Jan 9, 2017
1 parent 798509f commit 70c6337
Show file tree
Hide file tree
Showing 34 changed files with 26 additions and 752 deletions.
44 changes: 22 additions & 22 deletions dlls/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \
../pm_shared/pm_math.c \
../pm_shared/pm_shared.c

BOT_FILES := bot/cs_bot_event.cpp \
bot/cs_bot_listen.cpp \
bot/cs_bot.cpp \
bot/cs_bot_chatter.cpp \
bot/cs_bot_vision.cpp \
BOT_FILES := bot/hl_bot_event.cpp \
bot/hl_bot_listen.cpp \
bot/hl_bot.cpp \
bot/hl_bot_chatter.cpp \
bot/hl_bot_vision.cpp \
bot/manager/bot_profile.cpp \
bot/manager/nav_node.cpp \
bot/manager/nav_file.cpp \
Expand All @@ -147,24 +147,24 @@ bot/manager/bot_util.cpp \
bot/manager/bot_manager.cpp \
bot/manager/nav_area.cpp \
bot/manager/bot.cpp \
bot/cs_bot_learn.cpp \
bot/cs_bot_weapon.cpp \
bot/cs_bot_pathfind.cpp \
bot/cs_bot_nav.cpp \
bot/cs_bot_init.cpp \
bot/cs_bot_manager.cpp \
bot/cs_bot_update.cpp \
bot/cs_bot_statemachine.cpp \
bot/hl_bot_learn.cpp \
bot/hl_bot_weapon.cpp \
bot/hl_bot_pathfind.cpp \
bot/hl_bot_nav.cpp \
bot/hl_bot_init.cpp \
bot/hl_bot_manager.cpp \
bot/hl_bot_update.cpp \
bot/hl_bot_statemachine.cpp \
bot/shared_util.cpp \
bot/states/cs_bot_investigate_noise.cpp \
bot/states/cs_bot_use_entity.cpp \
bot/states/cs_bot_hunt.cpp \
bot/states/cs_bot_move_to.cpp \
bot/states/cs_bot_idle.cpp \
bot/states/cs_bot_hide.cpp \
bot/states/cs_bot_attack.cpp \
bot/states/cs_bot_follow.cpp \
bot/cs_gamestate.cpp \
bot/states/hl_bot_investigate_noise.cpp \
bot/states/hl_bot_use_entity.cpp \
bot/states/hl_bot_hunt.cpp \
bot/states/hl_bot_move_to.cpp \
bot/states/hl_bot_idle.cpp \
bot/states/hl_bot_hide.cpp \
bot/states/hl_bot_attack.cpp \
bot/states/hl_bot_follow.cpp \
bot/hl_gamestate.cpp \
bot/mp_parse.cpp

LOCAL_SRC_FILES += $(BOT_FILES)
Expand Down
2 changes: 1 addition & 1 deletion dlls/bot/bot_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ class CNavNode;
#include "bot/manager/bot_profile.h"

// zbot
#include "bot/cs_bot.h"
#include "bot/hl_bot.h"

#endif
File renamed without changes.
6 changes: 3 additions & 3 deletions dlls/bot/cs_bot.h → dlls/bot/hl_bot.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
#pragma once
#endif

#include "bot/cs_gamestate.h"
#include "bot/cs_bot_manager.h"
#include "bot/cs_bot_chatter.h"
#include "bot/hl_gamestate.h"
#include "bot/hl_bot_manager.h"
#include "bot/hl_bot_chatter.h"

#define CSBOT_VERSION_MAJOR 1
#define CSBOT_VERSION_MINOR 50
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 70c6337

Please sign in to comment.