Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
07fcc9f
Fixes Upper/Lower Casing for include paths
BeatAroundTheBuscher Jul 24, 2025
f51de17
Fixes Upper/Lower Casing for include paths - Console
BeatAroundTheBuscher Jul 24, 2025
c3c260c
Fixes Upper/Lower Casing for include paths - Editor
BeatAroundTheBuscher Jul 24, 2025
b5451eb
Fixes Upper/Lower Casing for include paths - ext
BeatAroundTheBuscher Jul 24, 2025
b1fc238
Fixes Upper/Lower Casing for include paths - i18n
BeatAroundTheBuscher Jul 24, 2025
d7615fe
Fixes Upper/Lower Casing for include paths - Ja2
BeatAroundTheBuscher Jul 24, 2025
519d718
Fixes Upper/Lower Casing for include paths - Laptop
BeatAroundTheBuscher Jul 24, 2025
67eae34
Fixes Upper/Lower Casing for include paths - lua
BeatAroundTheBuscher Jul 24, 2025
27667fb
Fixes Upper/Lower Casing for include paths - ModularizedTacticalAI
BeatAroundTheBuscher Jul 24, 2025
aedb2c4
Fixes Upper/Lower Casing for include paths - Multiplayer
BeatAroundTheBuscher Jul 24, 2025
aeeda43
Fixes Upper/Lower Casing for include paths - sgp
BeatAroundTheBuscher Jul 24, 2025
7926d03
Fixes Upper/Lower Casing for include paths - Strategic
BeatAroundTheBuscher Jul 24, 2025
32d435d
Fixes Upper/Lower Casing for include paths - Tactical
BeatAroundTheBuscher Jul 24, 2025
a552868
Fixes Upper/Lower Casing for include paths - Tactical AI
BeatAroundTheBuscher Jul 24, 2025
9091f28
Fixes Upper/Lower Casing for include paths - TileEngine
BeatAroundTheBuscher Jul 24, 2025
ef96cd3
Fixes Upper/Lower Casing for include paths - Utils
BeatAroundTheBuscher Jul 24, 2025
0881319
Update MainMenuScreen.cpp - Fix Encoding
BeatAroundTheBuscher Jul 24, 2025
9e9dcff
Update IMP Begin Screen.cpp - Fix Encoding
BeatAroundTheBuscher Jul 24, 2025
a313cb5
Update Text.h - Review Fixes
BeatAroundTheBuscher Jul 24, 2025
53370b9
Update Font.cpp - Fix Encoding for Comments
BeatAroundTheBuscher Jul 24, 2025
1aca65a
Update Map Screen Interface Map.cpp - Fix Encoding
BeatAroundTheBuscher Jul 24, 2025
6d02eee
Update Encrypted File.cpp - Fix Encoding for Comments
BeatAroundTheBuscher Jul 24, 2025
bfdae10
Update Utilities.cpp - Fix Encoding
BeatAroundTheBuscher Jul 24, 2025
955dbf3
Update Interface Items.cpp - Fix Encoding
BeatAroundTheBuscher Jul 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ include_directories(
"${CMAKE_SOURCE_DIR}/Strategic"
"${CMAKE_SOURCE_DIR}/sgp"
"${CMAKE_SOURCE_DIR}/Ja2/Res"
"${CMAKE_SOURCE_DIR}/Lua"
"${CMAKE_SOURCE_DIR}/lua"
"${CMAKE_SOURCE_DIR}/Laptop"
"${CMAKE_SOURCE_DIR}/Multiplayer"
"${CMAKE_SOURCE_DIR}/Editor"
Expand Down
2 changes: 1 addition & 1 deletion Console/Cursors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// Cursors.h - cursor classes

//#include "stdafx.h"
#include <Windows.h>
#include <windows.h>
#include <tchar.h>
#include "Cursors.h"

Expand Down
2 changes: 1 addition & 1 deletion Console/Dialogs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
// About dialog class, etc...

//#include "stdafx.h"
#include <Windows.h>
#include <windows.h>

#include "resource.h"
#include "Console.h"
Expand Down
2 changes: 1 addition & 1 deletion Console/FileStream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

//#include "stdafx.h"
//#include <atlbase.h>
#include <Windows.h>
#include <windows.h>
#include <objidl.h>
#include "FileStream.h"

Expand Down
2 changes: 1 addition & 1 deletion Editor/Button Defines.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "BuildDefines.h"
#include "builddefines.h"

#ifdef JA2EDITOR
#ifndef __BUTTON_DEFINES_H
Expand Down
2 changes: 1 addition & 1 deletion Editor/Cursor Modes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "renderworld.h"
#include "random.h"
#include "worldman.h"
#include "interface.h"
#include "Interface.h"
#include "Isometric Utils.h"
#include "editscreen.h"
#include "EditorDefines.h"
Expand Down
4 changes: 2 additions & 2 deletions Editor/Cursor Modes.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "BuildDefines.h"
#include "builddefines.h"

#ifdef JA2EDITOR
#ifndef __CURSOR_MODES_H
Expand Down Expand Up @@ -40,4 +40,4 @@ extern BOOLEAN gfCurrentSelectionWithRightButton;

#endif

#endif
#endif
2 changes: 1 addition & 1 deletion Editor/Editor Callback Prototypes.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "BuildDefines.h"
#include "builddefines.h"

#ifdef JA2EDITOR
#ifndef __EDITOR_CALLBACK_PROTOTYPES_H
Expand Down
2 changes: 1 addition & 1 deletion Editor/Editor Modes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "environment.h"
#include "worlddef.h"
#include "Exit Grids.h"
#include "Worldman.h"
#include "worldman.h"

BOOLEAN gfShowExitGrids = FALSE;

Expand Down
4 changes: 2 additions & 2 deletions Editor/Editor Modes.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "BuildDefines.h"
#include "builddefines.h"

#ifdef JA2EDITOR
#ifndef __EDITOR_MODES_H
Expand All @@ -14,4 +14,4 @@ void ShowExitGrids();
void HideExitGrids();

#endif
#endif
#endif
4 changes: 2 additions & 2 deletions Editor/Editor Taskbar Creation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//sgp
#include "Button System.h"
#include "Font Control.h"
#include "debug.h"
#include "DEBUG.H"
//editor
#include "EditorDefines.h"
#include "Editor Callback Prototypes.h"
Expand All @@ -14,7 +14,7 @@
#include "EditorMapInfo.h"
//tactical
#include "Soldier Create.h"
#include "overhead types.h"
#include "Overhead Types.h"
#include "local.h"
#include "Text.h"

Expand Down
4 changes: 2 additions & 2 deletions Editor/Editor Taskbar Creation.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "BuildDefines.h"
#include "builddefines.h"

#ifdef JA2EDITOR
#ifndef __EDITOR_TASKBAR_CREATION_H
Expand All @@ -7,4 +7,4 @@
void CreateEditorTaskbarInternal();

#endif
#endif
#endif
4 changes: 2 additions & 2 deletions Editor/Editor Taskbar Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
#include "WorldDat.h"
#include "Render Dirty.h"
#include "sysutil.h"
#include "wordwrap.h"
#include "WordWrap.h"
#include "environment.h"
#include "Interface Items.h"
#include "Soldier Find.h"
#include "World Items.h"
#include "Text.h"
#include "Overhead map.h"
#include "overhead map.h"
#include "Cursor Modes.h"
#include "editscreen.h"
#include "EditorTerrain.h"
Expand Down
4 changes: 2 additions & 2 deletions Editor/Editor Taskbar Utils.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "BuildDefines.h"
#include "builddefines.h"

#ifdef JA2EDITOR
#ifndef __EDITOR_TASKBAR_UTILS_H
Expand Down Expand Up @@ -67,4 +67,4 @@ extern UINT32 guiMercTempBuffer;
extern INT32 giEditMercImage[2];

#endif
#endif
#endif
4 changes: 2 additions & 2 deletions Editor/Editor Undo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "worldman.h"
#include "smooth.h"
#include "input.h"
#include "debug.h"
#include "DEBUG.H"
#include "Isometric Utils.h"

#include "editscreen.h"
Expand All @@ -15,7 +15,7 @@
#include "Cursor Modes.h"
#include "Exit Grids.h"
//dnl ch86 110214
#include "keys.h"
#include "Keys.h"
#include "EditorItems.h"
#include "EditorMapInfo.h"

Expand Down
2 changes: 1 addition & 1 deletion Editor/Editor Undo.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "BuildDefines.h"
#include "builddefines.h"

#ifdef JA2EDITOR
#ifndef __EDITOR_UNDO_H
Expand Down
2 changes: 1 addition & 1 deletion Editor/EditorBuildings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "Editor Modes.h"
#include "Smoothing Utils.h"
#include "Text Input.h"
#include "keys.h"
#include "Keys.h"
#include "environment.h"
#include "selectwin.h"
#include "Simple Render Utils.h"
Expand Down
2 changes: 1 addition & 1 deletion Editor/EditorBuildings.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "BuildDefines.h"
#include "builddefines.h"

#ifdef JA2EDITOR
#ifndef __EDITORBUILDINGS_H
Expand Down
4 changes: 2 additions & 2 deletions Editor/EditorDefines.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#include "BuildDefines.h"
#include "builddefines.h"

#ifdef JA2EDITOR
#ifndef __EDITORDEFINES_H
#define __EDITORDEFINES_H

#include "Types.h"
#include "types.h"
#include "Button Defines.h"


Expand Down
18 changes: 9 additions & 9 deletions Editor/EditorItems.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,34 +9,34 @@
#include "vobject.h"
#include "mousesystem.h"
#include "Button System.h"
#include "wcheck.h"
#include "WCheck.h"
#include "vsurface.h"
#include "input.h"
#include "sysutil.h"
#include "font.h"
#include "Font.h"
#include "Font Control.h"
#include "editscreen.h"
#include "selectwin.h"
#include "video.h"
#include "vobject_blitters.h"
#include "interface panels.h"
#include "interface items.h"
#include "text.h"
#include "utilities.h"
#include "Interface Panels.h"
#include "Interface Items.h"
#include "Text.h"
#include "Utilities.h"
#include "Action Items.h"
#include "World Items.h"
#include "EditorDefines.h"
#include "EditorItems.h"
#include "EditorMercs.h"
#include "weapons.h"
#include "Weapons.h"
#include "Editor Taskbar Utils.h"
#include "wordwrap.h"
#include "WordWrap.h"
#include "Item Statistics.h"
#include "Simple Render Utils.h"
#include "worldman.h"
#include "random.h"
#include "Pits.h"
#include "keys.h"
#include "Keys.h"
#include "InterfaceItemImages.h"
#include "Editor Undo.h"//dnl ch86 220214

Expand Down
2 changes: 1 addition & 1 deletion Editor/EditorItems.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "BuildDefines.h"
#include "builddefines.h"

#ifdef JA2EDITOR
#ifndef __EDITORITEMS_H
Expand Down
18 changes: 9 additions & 9 deletions Editor/EditorMapInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
#include "vobject.h"
#include "mousesystem.h"
#include "Button System.h"
#include "wcheck.h"
#include "WCheck.h"
#include "vsurface.h"
#include "line.h"
#include "input.h"
#include "sysutil.h"
#include "font.h"
#include "Font.h"
#include "Font Control.h"
#include "editscreen.h"
#include "selectwin.h"
#include "video.h"
#include "vobject_blitters.h"
#include "interface panels.h"
#include "interface items.h"
#include "utilities.h"
#include "Interface Panels.h"
#include "Interface Items.h"
#include "Utilities.h"
#include "World Items.h"
#include "worldman.h"
#include "overhead.h" //GetSoldier
#include "Overhead.h" //GetSoldier
#include "renderworld.h"
#include "Animation Data.h"
#include "Animation Control.h"
Expand All @@ -37,11 +37,11 @@
#include "Soldier Init List.h"
#include "strategicmap.h"
#include "Soldier Add.h"
#include "Soldier Profile Type.h"
#include "soldier profile type.h"
#include "Soldier Profile.h"
#include "Text Input.h"
#include "Random.h"
#include "wordwrap.h"
#include "random.h"
#include "WordWrap.h"
#include "EditorItems.h"
#include "Editor Taskbar Utils.h"
#include "Exit Grids.h"
Expand Down
2 changes: 1 addition & 1 deletion Editor/EditorMapInfo.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "BuildDefines.h"
#include "builddefines.h"

#ifdef JA2EDITOR
#ifndef __EDITORMAPINFO_H
Expand Down
20 changes: 10 additions & 10 deletions Editor/EditorMercs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@
#include "vobject.h"
#include "mousesystem.h"
#include "Button System.h"
#include "wcheck.h"
#include "WCheck.h"
#include "vsurface.h"
#include "line.h"
#include "input.h"
#include "sysutil.h"
#include "font.h"
#include "Font.h"
#include "Font Control.h"
#include "editscreen.h"
#include "selectwin.h"
#include "video.h"
#include "vobject_blitters.h"
#include "interface panels.h"
#include "interface items.h"
#include "text.h"
#include "utilities.h"
#include "Interface Panels.h"
#include "Interface Items.h"
#include "Text.h"
#include "Utilities.h"
#include "World Items.h"
#include "worldman.h"
#include "overhead.h" //GetSoldier
#include "Overhead.h" //GetSoldier
#include "renderworld.h"
#include "Animation Data.h"
#include "Animation Control.h"
Expand All @@ -39,11 +39,11 @@
#include "Soldier Init List.h"
#include "strategicmap.h"
#include "Soldier Add.h"
#include "Soldier Profile Type.h"
#include "soldier profile type.h"
#include "Soldier Profile.h"
#include "Text Input.h"
#include "Random.h"
#include "wordwrap.h"
#include "random.h"
#include "WordWrap.h"
#include "EditorItems.h"
#include "Editor Taskbar Utils.h"
#include "Exit Grids.h"
Expand Down
2 changes: 1 addition & 1 deletion Editor/EditorMercs.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include "BuildDefines.h"
#include "builddefines.h"

//-----------------------------------------------
//
Expand Down
8 changes: 4 additions & 4 deletions Editor/EditorTerrain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
#include "vobject.h"
#include "mousesystem.h"
#include "Button System.h"
#include "wcheck.h"
#include "WCheck.h"
#include "vsurface.h"
#include "input.h"
#include "sysutil.h"
#include "font.h"
#include "Font.h"
#include "Font Control.h"
#include "editscreen.h"
#include "selectwin.h"
#include "video.h"
#include "vobject_blitters.h"
#include "interface panels.h"
#include "utilities.h"
#include "Interface Panels.h"
#include "Utilities.h"
#include "World Items.h"
#include "EditorDefines.h"
#include "EditorTerrain.h"
Expand Down
2 changes: 1 addition & 1 deletion Editor/EditorTerrain.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "BuildDefines.h"
#include "builddefines.h"

#ifdef JA2EDITOR
#ifndef __EDITORTERRAIN_H
Expand Down
Loading