cave-story-solaris/src
Clownacy 169a755ec3 Wrap UTF-8 strings in C89-style comments
This should prevent compilation errors when compilers don't read the
source files as UTF-8.

MSVC in certain codepages previously misread some UTF-8 comments as
containing newlines, causing it to try to process the rest of the
comment as code. This was fixed by forcing MSVC to read the files as
UTF-8 using the `/utf-8` flag, but this doesn't seem to be supported
in older versions.

Since the issue was caused by newlines being added where they didn't
belong, using C89-style comments instead should avoid the problem
altogether.

I'll still keep the utf-8 flag around for supported compilers - just
in case.
2020-03-14 14:12:53 +00:00
..
ArmsItem.cpp More-accurate ArmsItem.cpp variable arrangement 2020-01-07 05:07:47 +00:00
ArmsItem.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
Back.cpp More-accurate Back.cpp variable arrangement 2020-01-07 05:11:43 +00:00
Back.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
Boss.cpp More-accurate Boss.cpp variable arrangement 2020-01-07 05:15:56 +00:00
Boss.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
BossAlmo1.cpp Clean-up BossAlmo1.cpp 2019-11-17 16:05:42 +00:00
BossAlmo1.h Added Core and more NPCs 2019-02-07 14:08:53 +00:00
BossAlmo2.cpp More-accurate BossAlmo2.cpp variable arrangement 2020-01-07 05:20:36 +00:00
BossAlmo2.h Added Undead Core and more NPCs 2019-02-09 14:47:20 +00:00
BossBallos.cpp More-accurate BossBallos.cpp variable arrangement 2020-01-07 05:23:10 +00:00
BossBallos.h Added Ballos 2019-02-10 00:42:48 +00:00
BossFrog.cpp More-accurate BossFrog.cpp variable arrangement 2020-01-07 05:25:24 +00:00
BossFrog.h Added more NPCs and Balfrog 2019-02-04 18:58:30 +00:00
BossIronH.cpp More-accurate BossIronH.cpp variable arrangement 2020-01-07 05:26:54 +00:00
BossIronH.h Added IronHead and relevant NPCs 2019-02-07 15:10:46 +00:00
BossLife.cpp Clean-up BossLife.cpp 2019-11-16 01:48:13 +00:00
BossLife.h ...Remove more C-compatibility stuff 2020-01-07 04:50:15 +00:00
BossOhm.cpp Clean-up BossOhm.cpp 2019-11-16 01:37:05 +00:00
BossOhm.h Clean-up BossOhm.cpp 2019-11-16 01:37:05 +00:00
BossPress.cpp More-accurate BossPress.cpp variable arrangement 2020-01-07 05:29:21 +00:00
BossPress.h Added Heavy Press 2019-02-09 23:21:27 +00:00
BossTwinD.cpp More-accurate BossTwinD.cpp variable arrangement 2020-01-07 05:31:03 +00:00
BossTwinD.h More NPCs, and added the Sisters 2019-02-07 20:45:53 +00:00
BossX.cpp More-accurate BossX.cpp variable-arrangement 2020-01-07 05:34:05 +00:00
BossX.h Added Monster X 2019-02-06 12:07:54 +00:00
Bug Fixes.txt Added a bugfix 2019-02-12 04:38:26 +00:00
BulHit.cpp More-accurate BulHit.cpp variable arrangement 2020-01-07 05:37:40 +00:00
BulHit.h Clean-up BulHit.cpp 2019-11-16 00:33:25 +00:00
Bullet.cpp More-accurate Bullet.cpp variable arrangement 2020-01-07 05:51:54 +00:00
Bullet.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
Caret.cpp Note some out-of-bounds array accesses 2020-02-01 12:45:32 +00:00
Caret.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
CommonDefines.h Clean-up BossFrog.cpp 2019-11-17 14:29:25 +00:00
Config.cpp Empty Tags.h 2020-01-06 21:20:17 +00:00
Config.h Clean-up Config.cpp 2019-11-15 21:03:20 +00:00
Dialog.cpp Improve MSVC6 hacks 2020-03-14 14:08:25 +00:00
Dialog.h Improve MSVC6 hacks 2020-03-14 14:08:25 +00:00
Draw.cpp Empty Tags.h 2020-01-06 21:20:17 +00:00
Draw.h Remove the RGB macro 2020-01-22 23:50:27 +00:00
Ending.cpp More-accurate Ending.cpp variable arrangement 2020-01-07 06:05:07 +00:00
Ending.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
Escape.cpp Add and apply the enum_ESCRETURN enum 2020-01-06 19:19:17 +00:00
Escape.h Add and apply the enum_ESCRETURN enum 2020-01-06 19:19:17 +00:00
Fade.cpp More-accurate Fade.cpp variable arrangement 2020-01-07 06:06:54 +00:00
Fade.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
Flags.cpp Clean-up Flags.cpp 2019-11-15 20:15:47 +00:00
Flags.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
Flash.cpp More-accurate Flash.cpp variable arrangement 2020-01-07 06:08:23 +00:00
Flash.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
Frame.cpp Similar fixes 2020-02-20 15:59:04 +00:00
Frame.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
Game.cpp Wrap UTF-8 strings in C89-style comments 2020-03-14 14:12:53 +00:00
Game.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
Generic.cpp More-accurate Generic.cpp variable arrangement 2020-01-07 06:23:19 +00:00
Generic.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
GenericLoad.cpp More-accurate GenericLoad.cpp variable arrangement 2020-01-07 06:25:12 +00:00
GenericLoad.h Clean-up GenericLoad.cpp 2019-11-15 18:50:45 +00:00
Input.cpp Use macros instead of __stdcall 2020-03-14 13:22:36 +00:00
Input.h Remove a pair of variable declarations 2020-01-04 01:01:11 +00:00
KeyControl.cpp Clean-up KeyControl.cpp 2019-11-15 18:32:52 +00:00
KeyControl.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
Main.cpp Improve MSVC6 hacks 2020-03-14 14:08:25 +00:00
Main.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
Map.cpp More-accurate Map.cpp variable arrangement 2020-01-07 06:40:58 +00:00
Map.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
MapName.cpp Correct a misnamed variable 2020-01-07 06:43:04 +00:00
MapName.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
MiniMap.cpp More-accurate MiniMap.cpp variable arrangement 2020-01-07 06:47:55 +00:00
MiniMap.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
MyChar.cpp More-accurate MyChar.cpp variable arrangement 2020-01-07 06:52:36 +00:00
MyChar.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
MycHit.cpp More-accurate MycHit.cpp variable arrangement 2020-01-07 06:57:03 +00:00
MycHit.h Clean-up MycHit.cpp 2019-11-14 23:58:33 +00:00
MycParam.cpp Note some out-of-bounds array accesses 2020-02-01 12:45:32 +00:00
MycParam.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
NpcAct.h Rearranged #includes 2019-02-18 21:30:22 +00:00
NpcAct000.cpp More-accurate NpcAct000.cpp variable arrangement 2020-01-07 07:10:30 +00:00
NpcAct020.cpp Sorted out the other NPCs' variables too 2020-01-07 20:35:15 +00:00
NpcAct040.cpp Sorted out the other NPCs' variables too 2020-01-07 20:35:15 +00:00
NpcAct060.cpp Sorted out the other NPCs' variables too 2020-01-07 20:35:15 +00:00
NpcAct080.cpp Sorted out the other NPCs' variables too 2020-01-07 20:35:15 +00:00
NpcAct100.cpp Sorted out the other NPCs' variables too 2020-01-07 20:35:15 +00:00
NpcAct120.cpp Sorted out the other NPCs' variables too 2020-01-07 20:35:15 +00:00
NpcAct140.cpp Sorted out the other NPCs' variables too 2020-01-07 20:35:15 +00:00
NpcAct160.cpp Sorted out the other NPCs' variables too 2020-01-07 20:35:15 +00:00
NpcAct180.cpp Sorted out the other NPCs' variables too 2020-01-07 20:35:15 +00:00
NpcAct200.cpp Sorted out the other NPCs' variables too 2020-01-07 20:35:15 +00:00
NpcAct220.cpp Sorted out the other NPCs' variables too 2020-01-07 20:35:15 +00:00
NpcAct240.cpp Sorted out the other NPCs' variables too 2020-01-07 20:35:15 +00:00
NpcAct260.cpp Sorted out the other NPCs' variables too 2020-01-07 20:35:15 +00:00
NpcAct280.cpp Sorted out the other NPCs' variables too 2020-01-07 20:35:15 +00:00
NpcAct300.cpp Sorted out the other NPCs' variables too 2020-01-07 20:35:15 +00:00
NpcAct320.cpp Sorted out the other NPCs' variables too 2020-01-07 20:35:15 +00:00
NpcAct340.cpp Sorted out the other NPCs' variables too 2020-01-07 20:35:15 +00:00
NpChar.cpp More-accurate NpChar.cpp variable arrangement 2020-01-07 20:48:21 +00:00
NpChar.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
NpcHit.cpp More-accurate NpcHit.cpp variable arrangement 2020-01-07 20:52:58 +00:00
NpcHit.h Clean-up NpcHit.cpp 2019-11-14 02:22:16 +00:00
NpcTbl.cpp More-accurate NpcTbl.cpp variable arrangement 2020-01-07 20:58:46 +00:00
NpcTbl.h Clean-up NpcTbl.cpp 2019-11-14 02:04:03 +00:00
Organya.cpp Move the MSVC6 hacks to WindowsWrapper.h 2020-03-14 12:55:22 +00:00
Organya.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
PixTone.cpp More-accurate PixTone.cpp variable arrangement 2020-01-07 21:45:43 +00:00
PixTone.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
Profile.cpp Wrap UTF-8 strings in C89-style comments 2020-03-14 14:12:53 +00:00
Profile.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
SelStage.cpp More-accurate SelStage.cpp variable arrangement 2020-01-07 21:53:21 +00:00
SelStage.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
Shoot.cpp More-accurate Shoot.cpp variable arrangement 2020-01-07 21:58:35 +00:00
Shoot.h Clean-up Shoot.cpp 2019-11-14 01:06:04 +00:00
Sound.cpp Sound.cpp variable arrangement tweaks 2020-01-07 22:03:49 +00:00
Sound.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
Stage.cpp Wrap UTF-8 strings in C89-style comments 2020-03-14 14:12:53 +00:00
Stage.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
Star.cpp Made Star.cpp compile as C89 in VS2003 2020-01-06 18:39:23 +00:00
Star.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
Tags.h Empty Tags.h 2020-01-06 21:20:17 +00:00
TextScr.cpp Wrap UTF-8 strings in C89-style comments 2020-03-14 14:12:53 +00:00
TextScr.h Remove all the C-compatibility stuff 2020-01-07 04:46:58 +00:00
Triangle.cpp More-accurate Triangle.cpp variable arrangement 2020-01-07 22:13:37 +00:00
Triangle.h Triangle.cpp cleanup 2019-11-14 00:15:02 +00:00
ValueView.cpp More-accurate ValueView.cpp variable arrangement 2020-01-07 22:20:22 +00:00
ValueView.h ...Remove more C-compatibility stuff 2020-01-07 04:50:15 +00:00
WindowsWrapper.h Improve MSVC6 hacks 2020-03-14 14:08:25 +00:00