Download Latest Version gnurpgm_0.2-2_linux_x64.tar.bz2 (9.4 MB)
Email in envelope

Get an email when there's a new version of gnu RolePlayGame Maker

Home / source / include / workspace_widgets
Name Modified Size InfoDownloads / Week
Parent folder
event_editor_dialogs 2012-02-13
cmap_array_widget.h 2012-02-13 2.8 kB
cnew_map_widget.cpp 2012-02-13 12.5 kB
cnew_map_widget.h 2012-02-13 2.3 kB
cproject_matrix_widget.cpp 2012-02-13 1.3 kB
cproject_matrix_widget.h 2012-02-13 834 Bytes
ctileset_selector_sidebarwidget.cpp 2012-02-13 14.6 kB
ctileset_selector_sidebarwidget.h 2012-02-13 5.4 kB
ctools_widget.cpp 2012-02-13 6.9 kB
ctools_widget.h 2012-02-13 2.1 kB
irr_widget.cpp 2012-02-13 14.2 kB
irr_widget.h 2012-02-13 5.1 kB
m_wid.cpp 2012-02-13 101.4 kB
m_wid.cpp.old 2012-02-13 59.3 kB
m_wid.h 2012-02-13 14.5 kB
m_wid.h.old 2012-02-13 12.1 kB
mapconfig_widget.cpp 2012-02-13 20.9 kB
mapconfig_widget.h 2012-02-13 5.7 kB
mapnotes_widget.cpp 2012-02-13 17.6 kB
mapnotes_widget.h 2012-02-13 3.7 kB
p_wid.cpp 2012-02-13 12.6 kB
p_wid.h 2012-02-13 2.4 kB
cevent_editor_dialog.cpp 2012-02-13 47.5 kB
cevent_editor_dialog.h 2012-02-13 9.2 kB
cframewidget.cpp 2012-02-13 3.0 kB
cframewidget.h 2012-02-13 1.1 kB
cget_cool_stuff_welcome_widget.cpp 2012-02-13 5.3 kB
cget_cool_stuff_welcome_widget.h 2012-02-13 1.2 kB
cinterpreter_widget.cpp 2012-02-13 52.0 kB
cinterpreter_widget.h 2012-02-13 7.0 kB
cinterpreter_widget_sub_classes.cpp 2012-02-13 28.2 kB
cinterpreter_widget_sub_classes.h 2012-02-13 16.8 kB
ckey_box.cpp 2012-02-13 4.7 kB
ckey_box.h 2012-02-13 1.3 kB
cmap_array_widget.cpp 2012-02-13 17.7 kB
Totals: 35 Items   513.1 kB 0
/*
* Copyright (C) 2010 2011 2012 Alexander Hochreiter
*
*  This program is free software: you can redistribute it and/or modify
*  it under the terms of the GNU General Public License as published by
*  the Free Software Foundation, either version 3 of the License, or
*  (at your option) any later version.
*
*  This program is distributed in the hope that it will be useful,
*  but WITHOUT ANY WARRANTY; without even the implied warranty of
*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
*  GNU General Public License for more details.
*
*  You should have received a copy of the GNU General Public License
*  along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

------------------------------------------------------------------



------------------------------------------------------------------
Requirements:

*) Qt libs and qmake executeable
*) gcc 4.x

optional: *) Qt creator

---
To compile it, open a terminal inside this directory and type 
$ qmake
$ make      (<--- this will take some time)

This will create an executeable file called "gnurpgm".
You can start it from a terminal with 
$ ./gnurpgm

Or use a graphical file browser of your choice.

---
An easy alternative is to install Qt Creator on your system and simply open the gnurpgm.pro file and press the upper green play button in the bottom left corner.
Source: readme.txt, updated 2012-02-13