Skip to content

Commit

Permalink
Added: New icons for the Animation Viewer and the Map Editor. Thanks …
Browse files Browse the repository at this point in the history
…Wolter!

Fix: Patch by Stephen resolving some leaks in rnc.cpp. Thank you!
  • Loading branch information
Lego3 committed Sep 9, 2012
1 parent 8650f45 commit e4ac40e
Show file tree
Hide file tree
Showing 8 changed files with 249 additions and 83 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
* text=auto !eol
AnimView/AnimView.ico -text
AnimView/AnimView.rc -text
AnimView/CMakeLists.txt -text
AnimView/VSPR-0.xml -text
AnimView/tinystr.cpp -text
Expand Down Expand Up @@ -143,6 +145,8 @@ LFS/lfs.def -text
LPEG/lpeg-128.gif -text
LPEG/lpeg.html -text
MapEdit/CMakeLists.txt -text
MapEdit/MapEdit.ico -text
MapEdit/MapEdit.rc -text
TestProcedure/Saves/issue[!!-~]1119.sav -text
TestProcedure/Saves/test-save-beta8.sav -text
TestProcedure/procedure.txt -text
Expand Down
Binary file added AnimView/AnimView.ico
Binary file not shown.
34 changes: 34 additions & 0 deletions AnimView/AnimView.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
// Microsoft Visual C++ generated resource script.
//

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// English (U.K.) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
#pragma code_page(1252)
#endif //_WIN32


/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_AnimView ICON "AnimView.ico"
#endif // English (U.K.) resources
/////////////////////////////////////////////////////////////////////////////

1 change: 1 addition & 0 deletions AnimView/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ SET(animview_source_files
th.h
tinystr.h
tinyxml.h
AnimView.rc
)

# Declaration of the executable
Expand Down
Loading

0 comments on commit e4ac40e

Please sign in to comment.