Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOG Prairie Fire missionfile and framework adjustments #879

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6,072 changes: 6,072 additions & 0 deletions Missionbasefiles/kp_liberation.cam_lao_nam/mission.sqm

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ class KPLIB {

class overlayUpdateResources {};
};
#include "scripts\client\CfgFunctions.hpp"
#include "scripts\server\CfgFunctions.hpp"
#include "scripts\client\CfgFunctions.inc"
#include "scripts\server\CfgFunctions.inc"
};
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Killah Potatoes GUI base classes

File: KPGUI_classes.hpp
File: KPGUI_classes.inc
Author: Wyqer - https://github.com/KillahPotatoes
Date: 2018-09-13
Last Update: 2020-05-09
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Killah Potatoes GUI defines and functions

File: KPGUI_defines.hpp
File: KPGUI_defines.inc
Author: Wyqer - https://github.com/KillahPotatoes
Date: 2018-07-10
Last Update: 2020-04-10
Expand Down Expand Up @@ -135,4 +135,4 @@
#define KP_HEIGHT_VAL_LP (1 - 2 * KP_Y_VAL_LP - KP_HEIGTH_TITLE - KP_HEIGTH_BUTTON - 2 * KP_SPACING_Y)

// Classes include
#include "KPGUI_classes.hpp"
#include "KPGUI_classes.inc"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
KP PLAYER MENU FUNCTIONS

File: KPPLM_functions.hpp
File: KPPLM_functions.inc
Author: Wyqer - https://github.com/KillahPotatoes
Date: 2018-06-02
Last Update: 2020-04-08
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
KP player menu dialog

File: KPPLM_dialog.hpp
File: KPPLM_dialog.inc
Author: Wyqer - https://github.com/KillahPotatoes
Date: 2018-08-03
Last Update: 2018-11-10
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
File: KPLIB_debriefs.hpp
File: KPLIB_debriefs.inc
Author: KP Liberation Dev Team - https://github.com/KillahPotatoes
Date: 2020-05-09
Last Update: 2020-05-09
Expand Down
Loading