Commit graph

7975 commits

Author SHA1 Message Date
Pali Rohár
ef10b2c473 Moved international po files to po subdir 2011-03-26 23:34:16 +01:00
Pali Rohár
44face3d70 Moved windows ico file and nsis installer to win32 subdir 2011-03-26 23:33:44 +01:00
Pali Rohár
5315f5694d Fixed USE_ definitions 2011-03-26 23:32:47 +01:00
Pali Rohár
c9c69a0a7e Fixed generating DoxyGen documentation, added to CMake 2011-03-26 23:30:14 +01:00
Pali Rohár
8bdb1a3f52 Removed tolua++ files from Stratagus tree
Use system tolua++ library
2011-03-26 23:25:36 +01:00
Pali Rohár
f7342bcf36 Updated .bzrignore for debian 2011-03-25 22:19:26 +01:00
Pali Rohár
db105245a1 Rewrited debian control files to use cmake 2011-03-25 22:08:39 +01:00
Pali Rohár
95eb85a4dc Decrease minimum cmake version to 2.6, added Maemo OpenGL ES 1.1 hack 2011-03-25 22:08:04 +01:00
Pali Rohár
7ad11bc992 Stratagus manpage moved from debian to doc 2011-03-25 21:48:58 +01:00
Pali Rohár
5a36bb67b6 Removed all Makefiles and autotools files
Removed all MSVC build files
Removed all autogenerated files
Removed other unused scripts/files
Windows platform specified files moved to src/win32
Cleaned .bzrignore
2011-03-06 20:38:55 +01:00
Pali Rohár
329e175ef6 Use RC compiler only on Windows 2011-03-06 20:18:05 +01:00
Pali Rohár
5faeecd6cb Fixed CMake
- Added support for static linking (on Mingw --static-libgcc)
 - Fixed compiling resource file on Windows
 - Fixed searching for tolua++
2011-03-06 18:07:24 +01:00
Pali Rohár
9938ade670 Initial support for CMake build system 2011-03-05 23:36:56 +01:00
Pali Rohár
31981a35b6 Fixed compile warning: fread in stratagus.cpp 2011-03-05 18:39:37 +01:00
Joris
1c91eb3250 Remove unused font (LargeFont, SmallFontTitle).
Replace global Font by accessor.
2011-02-27 11:49:24 +01:00
Joris
0a316c6464 AllCursors use Cursor pointer instead of Cursor Value to enable redefining cursor during the menu.
Font are dynamicly loaded if needed.
Remove unused LargeTitleFont
SavePreferences can save in game namespace.
2011-02-26 21:35:26 +01:00
Joris
a970bee590 Clean up. 2011-02-13 14:44:00 +01:00
Joris
9aaa66f8c5 Fix bad commit. 2011-02-13 14:38:01 +01:00
Joris
e2889d513a [minor] : Clean up : Remove useless void parameter. 2011-02-13 14:33:18 +01:00
Pali Rohár
d9a6faf6b7 Fixed compiling attachconsole.cpp under MSVC 2011-02-10 20:46:09 +01:00
Joris
7828cf1020 Replace TileSIze[XY] by PixeltileSize 2011-02-06 18:50:11 +01:00
Joris
f9ae39e6a6 some clean up. 2011-02-06 14:48:33 +01:00
Joris
4e62d647f7 Fix casting range.
Fix missile by introducing PixelPos (instead of Vec2i).
2011-02-05 22:50:44 +01:00
Pali Rohár
027a95a816 Compile fix on reverted ForestRegeneration code 2011-01-27 16:13:00 +01:00
Pali Rohár
bc728696b7 Revert back ForestRegeneration 2011-01-27 16:08:19 +01:00
Pali Rohár
9d731eb08b Compile fix on reverted FancyBuildings code 2011-01-27 16:03:51 +01:00
Pali Rohár
13a468317e Fixed compile error and remove all ^M in src/tolua/tolua.cpp 2011-01-27 15:58:53 +01:00
Pali Rohár
016bb2ae44 Revert back FancyBuildings 2011-01-27 15:49:21 +01:00
Pali Rohár
b7c7cf4ae6 Added .bzrignore 2011-01-21 16:21:59 +01:00
Pali Rohár
2d89e5c35b Whitespace fix 2011-01-21 16:21:35 +01:00
Pali Rohár
5f6185ad21 Try find graphics and sounds files in current directory too 2011-01-21 16:21:08 +01:00
Joris Dauphin
d766538654 Clean up
change some pointer by reference
2011-01-12 19:02:55 +01:00
Pali Rohár
af984e8c3d Call WINAPI_AttachConsole before main - use __attribute__ or __declspec construction
Fixed WINAPI_AttachConsole
2011-01-09 21:36:50 +01:00
Pali Rohár
421aef13e1 Fix compilation in debug mode 2010-12-14 18:36:06 +01:00
Joris
729d8bfc64 Some clean up :
- Vec2i
- use ref to CUnitType instead of pointer.
2010-12-13 00:04:12 +01:00
Joris Dauphin
e00f11fc70 Fix overFlow in PointToPointMisssile when migrating to Vec2i 2010-12-10 13:14:52 +01:00
Joris Dauphin
d007815646 Merge Branch. No conflict 2010-11-24 14:16:11 +01:00
Pali Rohár
c123c01466 Fixed debian/rules for maemo builder 2010-11-23 11:55:42 +01:00
Pali Rohár
8c8fc6c907 Release version 2.2.5.5 2010-11-23 00:55:21 +01:00
Pali Rohár
f968816f21 Maemo compile fix 2010-11-23 00:55:09 +01:00
Pali Rohár
060701c701 Ported opengl functions in mng to opengl es 2010-11-23 00:47:39 +01:00
Pali Rohár
ee5e9cf19a Updated doc/ChangeLog.html 2010-11-22 22:50:10 +01:00
Joris
a0ec539372 Fix crash in editor
Replace Hard coded value by correct variable
2010-11-21 15:38:12 +01:00
Pali Rohár
5cd1ca7cb6 Include debug version to Windows NSIS Installer 2010-11-21 15:27:21 +01:00
Pali Rohár
1e5426d1d9 Fix compile warnings on Windows 2010-11-21 15:26:25 +01:00
Pali Rohár
8cabf5cfff Fixed cross compiling to windows 2010-11-21 05:13:29 +01:00
Joris
e5da1018c3 Use Vec2i for position. 2010-11-20 22:41:17 +01:00
Pali Rohár
217e3e436b Removed extra ';' 2010-11-20 21:55:30 +01:00
Joris
9b0928ac0d Minimap use Vec2i for tilepos 2010-11-20 17:03:49 +01:00
Joris Dauphin
e68d435a90 Rename global bool IsVisible by IsSDLWindowVisible 2010-11-16 18:58:55 +01:00