• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

X operations(XOPS)に非常に近いFPSゲームを制作・リメイクし、成果物をオープンソースとして公開することを目的としたプロジェクトです。


Commit MetaInfo

Revision284 (tree)
Time2022-01-02 11:18:40
Authorxops-mikan

Log Message

ライセンス文の年号を編集

Change Summary

Incremental Difference

--- trunk/ai.cpp (revision 283)
+++ trunk/ai.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -2310,4 +2310,4 @@
23102310 //0.0fへ補正
23112311 if( fabs(addrx) < DegreeToRadian(0.2f) ){ addrx = 0.0f; }
23122312 if( fabs(addry) < DegreeToRadian(0.2f) ){ addry = 0.0f; }
2313-}
\ No newline at end of file
2313+}
--- trunk/ai.h (revision 283)
+++ trunk/ai.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -234,4 +234,4 @@
234234 AI_CTRL_TURNRIGHT = 0x0800
235235 };
236236
237-#endif
\ No newline at end of file
237+#endif
--- trunk/collision.cpp (revision 283)
+++ trunk/collision.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -1638,4 +1638,4 @@
16381638 *vz /= r;
16391639 }
16401640 return r;
1641-}
\ No newline at end of file
1641+}
--- trunk/collision.h (revision 283)
+++ trunk/collision.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -102,4 +102,4 @@
102102
103103 float VectorNormalization(float *vx, float *vy, float *vz);
104104
105-#endif
\ No newline at end of file
105+#endif
--- trunk/config.cpp (revision 283)
+++ trunk/config.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -571,4 +571,4 @@
571571 int Config::GetScreenHeight()
572572 {
573573 return ScreenHeight;
574-}
\ No newline at end of file
574+}
--- trunk/config.h (revision 283)
+++ trunk/config.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -115,4 +115,4 @@
115115 int GetScreenHeight();
116116 };
117117
118-#endif
\ No newline at end of file
118+#endif
--- trunk/d3dgraphics-debugfont.cpp (revision 283)
+++ trunk/d3dgraphics-debugfont.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -186,4 +186,4 @@
186186 SetDebugFontData( DebugFontData[95], 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 ); //char 0x7F ('')
187187 }
188188
189-#endif
\ No newline at end of file
189+#endif
--- trunk/d3dgraphics-directx.cpp (revision 283)
+++ trunk/d3dgraphics-directx.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -2361,4 +2361,4 @@
23612361 return D3DCOLOR_COLORVALUE(red, green, blue, alpha);
23622362 }
23632363
2364-#endif //GRAPHIC_ENGINE
\ No newline at end of file
2364+#endif //GRAPHIC_ENGINE
--- trunk/d3dgraphics-opengl.cpp (revision 283)
+++ trunk/d3dgraphics-opengl.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -3162,4 +3162,4 @@
31623162 return (red2 << 24) | (green2 << 16) | (blue2 << 8) | alpha2;
31633163 }
31643164
3165-#endif //GRAPHIC_ENGINE
\ No newline at end of file
3165+#endif //GRAPHIC_ENGINE
--- trunk/d3dgraphics.h (revision 283)
+++ trunk/d3dgraphics.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -351,4 +351,4 @@
351351 int GetColorCode(float red, float green, float blue, float alpha);
352352 };
353353
354-#endif
\ No newline at end of file
354+#endif
--- trunk/datafile.cpp (revision 283)
+++ trunk/datafile.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -1631,4 +1631,4 @@
16311631 if( dir[i] == '\\' ){ dir[i+1] = '\0'; break; }
16321632 if( dir[i] == '/' ){ dir[i+1] = '\0'; break; }
16331633 }
1634-}
\ No newline at end of file
1634+}
--- trunk/datafile.h (revision 283)
+++ trunk/datafile.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -241,4 +241,4 @@
241241 bool CheckFullPath(char *path);
242242 void GetFileDirectory(char *path, char *dir);
243243
244-#endif
\ No newline at end of file
244+#endif
--- trunk/debug.cpp (revision 283)
+++ trunk/debug.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -244,4 +244,4 @@
244244 return false;
245245 }
246246
247-#endif //ENABLE_DEBUGLOG
\ No newline at end of file
247+#endif //ENABLE_DEBUGLOG
--- trunk/debug.h (revision 283)
+++ trunk/debug.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -67,4 +67,4 @@
6767 };
6868 #endif //ENABLE_DEBUGLOG
6969
70-#endif
\ No newline at end of file
70+#endif
--- trunk/doxygen.h (revision 283)
+++ trunk/doxygen.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -51,4 +51,4 @@
5151 </p>
5252 */
5353
54-#endif
\ No newline at end of file
54+#endif
--- trunk/event.cpp (revision 283)
+++ trunk/event.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -344,4 +344,4 @@
344344 }
345345 }
346346 return cnt;
347-}
\ No newline at end of file
347+}
--- trunk/event.h (revision 283)
+++ trunk/event.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -68,4 +68,4 @@
6868 int Execution(int *endcnt, bool *complete, int *MessageID, bool *SetMessageID);
6969 };
7070
71-#endif
\ No newline at end of file
71+#endif
--- trunk/gamemain.cpp (revision 283)
+++ trunk/gamemain.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -1062,7 +1062,7 @@
10621062 //ライセンス文章
10631063 licenseinfo[0] = "";
10641064 licenseinfo[1] = "OpenXOPS";
1065- licenseinfo[2] = "Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.";
1065+ licenseinfo[2] = "Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.";
10661066 licenseinfo[3] = "";
10671067 licenseinfo[4] = "Redistribution and use in source and binary forms, with or without";
10681068 licenseinfo[5] = "modification, are permitted provided that the following conditions are met:";
@@ -1090,7 +1090,7 @@
10901090 #elif GRAPHIC_ENGINE == 8
10911091 licenseinfo[0] = "";
10921092 licenseinfo[1] = "OpenXOPS";
1093- licenseinfo[2] = "Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.";
1093+ licenseinfo[2] = "Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.";
10941094 licenseinfo[3] = "";
10951095 licenseinfo[4] = " -- See the document.";
10961096 licenseinfo[5] = "";
@@ -4887,4 +4887,4 @@
48874887 }
48884888
48894889 return returncode;
4890-}
\ No newline at end of file
4890+}
--- trunk/gamemain.h (revision 283)
+++ trunk/gamemain.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -315,4 +315,4 @@
315315 void ProcessScreen(WindowControl *WindowCtrl, opening *Opening, mainmenu *MainMenu, briefing *Briefing, maingame *MainGame, result *Result, unsigned int framecnt);
316316 int ChangeWindowMode(WindowControl *WindowCtrl, D3DGraphics *d3dg, InputControl *inputCtrl, scene *RecoveryScene, bool fullscreen);
317317
318-#endif
\ No newline at end of file
318+#endif
--- trunk/gui-object.cpp (revision 283)
+++ trunk/gui-object.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
--- trunk/gui-object.h (revision 283)
+++ trunk/gui-object.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -74,4 +74,4 @@
7474 void Draw(class D3DGraphics *d3dg);
7575 };
7676
77-#endif
\ No newline at end of file
77+#endif
--- trunk/input.cpp (revision 283)
+++ trunk/input.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -817,4 +817,4 @@
817817 #endif
818818
819819 return out;
820-}
\ No newline at end of file
820+}
--- trunk/input.h (revision 283)
+++ trunk/input.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -118,4 +118,4 @@
118118 int GetHomeKeycode();
119119 int GetFunctionKeycode(int key);
120120
121-#endif
\ No newline at end of file
121+#endif
--- trunk/main.cpp (revision 283)
+++ trunk/main.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -264,4 +264,4 @@
264264 OutputLog.WriteLog(LOG_CHECK, "Exit", "Exit program entry point");
265265 #endif
266266 return 0;
267-}
\ No newline at end of file
267+}
--- trunk/main.h (revision 283)
+++ trunk/main.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -142,4 +142,4 @@
142142 extern class StateMachine GameState;
143143 extern class Config GameConfig;
144144
145-#endif
\ No newline at end of file
145+#endif
--- trunk/object.cpp (revision 283)
+++ trunk/object.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -3251,4 +3251,4 @@
32513251 *upmodel = id_upmodel;
32523252 *armmodel = armmodelid;
32533253 *legmodel = legmodelid;
3254-}
\ No newline at end of file
3254+}
--- trunk/object.h (revision 283)
+++ trunk/object.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -423,4 +423,4 @@
423423 EFFECT_COLLIDEMAP = 0x02 //!< マップとの当たり判定
424424 };
425425
426-#endif
\ No newline at end of file
426+#endif
--- trunk/objectmanager.cpp (revision 283)
+++ trunk/objectmanager.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -3251,4 +3251,4 @@
32513251 y += 20;
32523252 }
32533253 #endif
3254-}
\ No newline at end of file
3254+}
--- trunk/objectmanager.h (revision 283)
+++ trunk/objectmanager.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -219,4 +219,4 @@
219219 void Render(int x, int y);
220220 };
221221
222-#endif
\ No newline at end of file
222+#endif
--- trunk/parameter.cpp (revision 283)
+++ trunk/parameter.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -1892,4 +1892,4 @@
18921892 if( (level < 0)||((TOTAL_PARAMETERINFO_AILEVEL -1) < level ) ){ return 1; }
18931893 *out_AIlevel = &(AIlevel[level]);
18941894 return 0;
1895-}
\ No newline at end of file
1895+}
--- trunk/parameter.h (revision 283)
+++ trunk/parameter.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -171,4 +171,4 @@
171171 int GetAIlevel(int level, AIParameter **out_AIlevel);
172172 };
173173
174-#endif
\ No newline at end of file
174+#endif
--- trunk/resource.cpp (revision 283)
+++ trunk/resource.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -885,4 +885,4 @@
885885 d3dg->CleanupTexture(effecttexture_yakkyou);
886886 effecttexture_yakkyou = -1;
887887 }
888-}
\ No newline at end of file
888+}
--- trunk/resource.h (revision 283)
+++ trunk/resource.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -138,4 +138,4 @@
138138 void CleanupEffectTexture();
139139 };
140140
141-#endif
\ No newline at end of file
141+#endif
--- trunk/scene.cpp (revision 283)
+++ trunk/scene.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -262,4 +262,4 @@
262262 d3dg->ScreenBrightness(GameConfig.GetScreenWidth(), GameConfig.GetScreenHeight(), GameConfig.GetBrightness());
263263
264264 return d3dg->EndRender();
265-}
\ No newline at end of file
265+}
--- trunk/scene.h (revision 283)
+++ trunk/scene.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -105,4 +105,4 @@
105105 #endif
106106 #include "main.h"
107107
108-#endif
\ No newline at end of file
108+#endif
--- trunk/sound-directsound.cpp (revision 283)
+++ trunk/sound-directsound.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -613,4 +613,4 @@
613613 }
614614 #endif
615615
616-#endif //SOUND_ENGINE
\ No newline at end of file
616+#endif //SOUND_ENGINE
--- trunk/sound-ezds.cpp (revision 283)
+++ trunk/sound-ezds.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -339,4 +339,4 @@
339339 return (int)( (float)MaxVolume/max_dist*dist*-1 + MaxVolume );
340340 }
341341
342-#endif //SOUND_ENGINE
\ No newline at end of file
342+#endif //SOUND_ENGINE
--- trunk/sound.h (revision 283)
+++ trunk/sound.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -120,4 +120,4 @@
120120 void CleanupSound(int id);
121121 };
122122
123-#endif
\ No newline at end of file
123+#endif
--- trunk/soundmanager.cpp (revision 283)
+++ trunk/soundmanager.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -645,4 +645,4 @@
645645
646646 //再生
647647 SoundCtrl->Play3DSound(id, plist->x, plist->y, plist->z, volume);
648-}
\ No newline at end of file
648+}
--- trunk/soundmanager.h (revision 283)
+++ trunk/soundmanager.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -115,4 +115,4 @@
115115 void PlayWorldSound(float camera_x, float camera_y, float camera_z, float camera_rx, int teamID);
116116 };
117117
118-#endif
\ No newline at end of file
118+#endif
--- trunk/statemachine.cpp (revision 283)
+++ trunk/statemachine.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -297,4 +297,4 @@
297297 int StateMachine::GetState()
298298 {
299299 return NowState;
300-}
\ No newline at end of file
300+}
--- trunk/statemachine.h (revision 283)
+++ trunk/statemachine.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -78,4 +78,4 @@
7878 int GetState();
7979 };
8080
81-#endif
\ No newline at end of file
81+#endif
--- trunk/window.cpp (revision 283)
+++ trunk/window.cpp (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
--- trunk/window.h (revision 283)
+++ trunk/window.h (revision 284)
@@ -4,7 +4,7 @@
44 //--------------------------------------------------------------------------------
55 //
66 // OpenXOPS
7-// Copyright (c) 2014-2021, OpenXOPS Project / [-_-;](mikan) All rights reserved.
7+// Copyright (c) 2014-2022, OpenXOPS Project / [-_-;](mikan) All rights reserved.
88 //
99 // Redistribution and use in source and binary forms, with or without
1010 // modification, are permitted provided that the following conditions are met:
@@ -83,4 +83,4 @@
8383 char* ChangePathDelimiter(char *str);
8484 #endif
8585
86-#endif
\ No newline at end of file
86+#endif