regcom-commits Mailing List for Regimental Command (Page 14)
Status: Pre-Alpha
Brought to you by:
rjrelander
You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
(6) |
Aug
(32) |
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(7) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2003 |
Jan
(16) |
Feb
(149) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(61) |
Sep
(43) |
Oct
(2) |
Nov
|
Dec
(2) |
| 2008 |
Jan
(1) |
Feb
(5) |
Mar
(34) |
Apr
(21) |
May
(14) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Randi J. R. <rjr...@us...> - 2003-02-01 01:23:24
|
Update of /cvsroot/regcom/regcom/src
In directory sc8-pr-cvs1:/tmp/cvs-serv27612
Modified Files:
Game.h GameServer.h GameSocket.h PlayerSocket.h
Log Message:
Removed old code.
Index: Game.h
===================================================================
RCS file: /cvsroot/regcom/regcom/src/Game.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** Game.h 1 Feb 2003 01:03:21 -0000 1.8
--- Game.h 1 Feb 2003 01:23:21 -0000 1.9
***************
*** 27,32 ****
class Game
{
- private:
-
public:
--- 27,30 ----
Index: GameServer.h
===================================================================
RCS file: /cvsroot/regcom/regcom/src/GameServer.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** GameServer.h 3 Jan 2003 05:25:01 -0000 1.3
--- GameServer.h 1 Feb 2003 01:23:21 -0000 1.4
***************
*** 25,44 ****
#define GAMESERVER_H
! #include "Game.h"
!
! #include <list>
!
! class Player;
! class Map;
! class Unit;
!
! class GameServer : public Game
{
- private:
-
- std::list<Player*> m_players;
- Map* m_map;
- std::list <Unit*> m_units;
-
public:
--- 25,30 ----
#define GAMESERVER_H
! class GameServer
{
public:
Index: GameSocket.h
===================================================================
RCS file: /cvsroot/regcom/regcom/src/GameSocket.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** GameSocket.h 3 Jan 2003 05:25:01 -0000 1.3
--- GameSocket.h 1 Feb 2003 01:23:21 -0000 1.4
***************
*** 25,40 ****
#define GAMESOCKET_H
! #include "Game.h"
!
! class Socket;
! class Player;
!
! class GameSocket : public Game
{
- private:
-
- Socket* m_socket;
- Player* m_player;
-
public:
--- 25,30 ----
#define GAMESOCKET_H
! class GameSocket
{
public:
Index: PlayerSocket.h
===================================================================
RCS file: /cvsroot/regcom/regcom/src/PlayerSocket.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** PlayerSocket.h 3 Jan 2003 05:25:01 -0000 1.3
--- PlayerSocket.h 1 Feb 2003 01:23:21 -0000 1.4
***************
*** 25,40 ****
#define PLAYERSOCKET_H
! #include "Player.h"
!
! class Socket;
! class Game;
!
! class PlayerSocket : public Player
{
- private:
-
- Socket* m_socket;
- Game* m_game;
-
public:
--- 25,30 ----
#define PLAYERSOCKET_H
! class PlayerSocket
{
public:
|
|
From: Randi J. R. <rjr...@us...> - 2003-02-01 01:20:11
|
Update of /cvsroot/regcom/regcom
In directory sc8-pr-cvs1:/tmp/cvs-serv25925
Modified Files:
ChangeLog
Log Message:
Updated.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/regcom/regcom/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** ChangeLog 1 Feb 2003 01:11:47 -0000 1.22
--- ChangeLog 1 Feb 2003 01:20:07 -0000 1.23
***************
*** 9,12 ****
--- 9,25 ----
class.
+ 2003-01-24 Randi J. Relander
+
+ * docs/regcom.dox, docs/header.html, docs/footer.html,
+ docs/doxygen.css: Updated doxygen files.
+
+ * docs/mouse.html, docs/keyboard.html, docs/index.html,
+ docs/command.html: Updated user manual.
+ * docs/Makefile.am (EXTRA_DIST): Added new style sheets.
+ * docs/layout1.css, docs/print.css: Added.
+
+ * docs/images/Makefile.am (EXTRA_DIST): Added regcom_small.png.
+ * docs/images/regcom_small.png: Added.
+
2003-01-02 Randi J. Relander
|
|
From: Randi J. R. <rjr...@us...> - 2003-02-01 01:11:56
|
Update of /cvsroot/regcom/regcom
In directory sc8-pr-cvs1:/tmp/cvs-serv21586
Modified Files:
ChangeLog
Log Message:
Updated.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/regcom/regcom/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** ChangeLog 3 Jan 2003 05:26:39 -0000 1.21
--- ChangeLog 1 Feb 2003 01:11:47 -0000 1.22
***************
*** 1,3 ****
! 2002-01-02 Randi J. Relander
* all: Updated copyright.
--- 1,13 ----
! 2003-01-31 Randi J. Relander
!
! * src/Main.cpp (main): Moved client code from Game to
! PlayerClient.
! * src/Console.cpp: Changed GAME to PLAYERCLIENT.
! * src/PlayerClient.cpp, src/PlayerClient.h: Moved client code
! here from to Game class.
! * src/Game.cpp, src/Game.h: Moved client code to PlayerClient
! class.
!
! 2003-01-02 Randi J. Relander
* all: Updated copyright.
|
|
From: Randi J. R. <rjr...@us...> - 2003-02-01 01:06:09
|
Update of /cvsroot/regcom/regcom/src In directory sc8-pr-cvs1:/tmp/cvs-serv18947 Modified Files: Main.cpp Log Message: (main): Moved client code from Game to PlayerClient. Index: Main.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/Main.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** Main.cpp 3 Jan 2003 05:25:01 -0000 1.7 --- Main.cpp 1 Feb 2003 01:06:06 -0000 1.8 *************** *** 29,32 **** --- 29,34 ---- #include "Game.h" + #include "Player.h" + #include "PlayerClient.h" #ifndef PACKAGE *************** *** 185,190 **** Game* game = new Game; ! game->Run(); return 0; --- 187,196 ---- Game* game = new Game; + Player* player1 = new Player; + Player* player2 = new Player; ! PlayerClient* client = new PlayerClient; ! ! client->Run(); return 0; |
|
From: Randi J. R. <rjr...@us...> - 2003-02-01 01:05:03
|
Update of /cvsroot/regcom/regcom/src
In directory sc8-pr-cvs1:/tmp/cvs-serv18415
Modified Files:
Console.cpp
Log Message:
Changed GAME to PLAYERCLIENT.
Index: Console.cpp
===================================================================
RCS file: /cvsroot/regcom/regcom/src/Console.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** Console.cpp 3 Jan 2003 05:25:01 -0000 1.8
--- Console.cpp 1 Feb 2003 01:05:00 -0000 1.9
***************
*** 29,33 ****
#include "Button.h"
#include "Font.h"
! #include "Game.h"
#include "Screen.h"
--- 29,33 ----
#include "Button.h"
#include "Font.h"
! #include "PlayerClient.h"
#include "Screen.h"
***************
*** 49,61 ****
{
{ BUTTON_X0, BUTTON_Y0 + 0*BUTTON_HEIGHT,
! GAMEUSEREVENT_ZOOMIN, "Zoom in" },
{ BUTTON_X0, BUTTON_Y0 + 1*BUTTON_HEIGHT,
! GAMEUSEREVENT_ZOOMOUT, "Zoom out" },
{ BUTTON_X0, BUTTON_Y0 + 2*BUTTON_HEIGHT,
! GAMEUSEREVENT_TOGGLEGRID, "Toggle grid" },
{ BUTTON_X0, BUTTON_Y0 + 3*BUTTON_HEIGHT,
! GAMEUSEREVENT_NEWMAP, "New map" },
{ BUTTON_X0, BUTTON_Y0 + 4*BUTTON_HEIGHT,
! GAMEUSEREVENT_QUITGAME, "Quit game" }
};
--- 49,61 ----
{
{ BUTTON_X0, BUTTON_Y0 + 0*BUTTON_HEIGHT,
! PLAYERCLIENTUSEREVENT_ZOOMIN, "Zoom in" },
{ BUTTON_X0, BUTTON_Y0 + 1*BUTTON_HEIGHT,
! PLAYERCLIENTUSEREVENT_ZOOMOUT, "Zoom out" },
{ BUTTON_X0, BUTTON_Y0 + 2*BUTTON_HEIGHT,
! PLAYERCLIENTUSEREVENT_TOGGLEGRID, "Toggle grid" },
{ BUTTON_X0, BUTTON_Y0 + 3*BUTTON_HEIGHT,
! PLAYERCLIENTUSEREVENT_NEWMAP, "New map" },
{ BUTTON_X0, BUTTON_Y0 + 4*BUTTON_HEIGHT,
! PLAYERCLIENTUSEREVENT_QUITGAME, "Quit game" }
};
|
|
From: Randi J. R. <rjr...@us...> - 2003-02-01 01:03:59
|
Update of /cvsroot/regcom/regcom/src
In directory sc8-pr-cvs1:/tmp/cvs-serv17857
Modified Files:
PlayerClient.cpp PlayerClient.h
Log Message:
Moved client code here from Game class.
Index: PlayerClient.cpp
===================================================================
RCS file: /cvsroot/regcom/regcom/src/PlayerClient.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** PlayerClient.cpp 3 Jan 2003 05:25:01 -0000 1.3
--- PlayerClient.cpp 1 Feb 2003 01:03:52 -0000 1.4
***************
*** 24,27 ****
--- 24,53 ----
#include "PlayerClient.h"
+ #include <stdlib.h>
+ #include <string.h>
+ #include <time.h>
+
+ #include "SDL.h"
+
+ #include "Map.h"
+
+ #include "Screen.h"
+ #include "Surface.h"
+ #include "Cursor.h"
+ #include "MapView.h"
+ #include "Console.h"
+ #include "Desktop.h"
+
+ #include "PlayerClient.h"
+ #include "PlayerSocket.h"
+ #include "GameServer.h"
+ #include "GameSocket.h"
+
+ #define MAP_WIDTH 256
+ #define MAP_HEIGHT 256
+
+ #define FALSE 0
+ #define TRUE (!FALSE)
+
//----------------------------------------------------------------------
// FUNCTION: PlayerClient::PlayerClient
***************
*** 30,41 ****
PlayerClient::PlayerClient()
{
}
//----------------------------------------------------------------------
! // FUNCTION: PlayerClient::~PlayerClient
//----------------------------------------------------------------------
PlayerClient::~PlayerClient()
{
}
--- 56,456 ----
PlayerClient::PlayerClient()
{
+ m_done = 0;
+
+ Screen::Instance();
+
+ m_desktop = NULL;
+ m_map_view = NULL;
+ m_console = NULL;
+ m_cursor = NULL;
+
+ m_map = NULL;
}
//----------------------------------------------------------------------
! // FUNCTION: PlayerClient::PlayerClient
//----------------------------------------------------------------------
PlayerClient::~PlayerClient()
{
+ if (m_desktop) delete m_desktop;
+ if (m_console) delete m_console;
+ if (m_map_view) delete m_map_view;
+ if (m_map) delete m_map;
+ if (m_cursor) delete m_cursor;
+ }
+
+ //----------------------------------------------------------------------
+ // FUNCTION: PlayerClient::PushUserEvent
+ //----------------------------------------------------------------------
+
+ void PlayerClient::PushUserEvent(int code, void* data1, void* data2)
+ {
+ SDL_Event event;
+ event.type = SDL_USEREVENT;
+ event.user.code = code;
+ event.user.data1 = data1;
+ event.user.data2 = data2;
+ SDL_PushEvent(&event);
+ }
+
+ //----------------------------------------------------------------------
+ // FUNCTION: PlayerClient::OnActiveEvent
+ //----------------------------------------------------------------------
+
+ void PlayerClient::OnActiveEvent(SDL_ActiveEvent event)
+ {
+ if ((event.state & SDL_APPMOUSEFOCUS) && (!event.gain))
+ {
+ m_cursor->Hide();
+ m_console->SetStatus("");
+ }
+ }
+
+ //----------------------------------------------------------------------
+ // FUNCTION: PlayerClient::OnKeyDown
+ //----------------------------------------------------------------------
+
+ void PlayerClient::OnKeyDown(SDL_KeyboardEvent event)
+ {
+ switch (event.keysym.sym)
+ {
+ case SDLK_ESCAPE:
+ PushUserEvent(PLAYERCLIENTUSEREVENT_QUITGAME,NULL,NULL); break;
+
+ case SDLK_KP_PLUS:
+ PushUserEvent(PLAYERCLIENTUSEREVENT_ZOOMIN,NULL,NULL); break;
+
+ case SDLK_KP_MINUS:
+ PushUserEvent(PLAYERCLIENTUSEREVENT_ZOOMOUT,NULL,NULL); break;
+
+ case SDLK_g:
+
+ if (event.keysym.mod & KMOD_CTRL)
+ {
+ if (SDL_WM_GrabInput(SDL_GRAB_QUERY) == SDL_GRAB_OFF)
+ SDL_WM_GrabInput(SDL_GRAB_ON);
+ else if (SDL_WM_GrabInput(SDL_GRAB_QUERY) == SDL_GRAB_ON)
+ SDL_WM_GrabInput(SDL_GRAB_OFF);
+ }
+ else PushUserEvent(PLAYERCLIENTUSEREVENT_TOGGLEGRID,NULL,NULL);
+
+ break;
+
+ case SDLK_n:
+ PushUserEvent(PLAYERCLIENTUSEREVENT_NEWMAP,NULL,NULL);
+ break;
+
+ case SDLK_x:
+ {
+ if (!Window::m_debug_dirty_rectangles)
+ {
+ Window::m_debug_dirty_rectangles = 1;
+
+ Rect rect(0,0,Screen::Instance()->Width(),Screen::Instance()->Height());
+
+ Screen::Instance()->FillRect(&rect,192,192,192);
+ Screen::Instance()->Flip();
+ }
+ else
+ {
+ Window::m_debug_dirty_rectangles = 0;
+
+ m_desktop->Invalidate();
+ }
+ }
+ break;
+
+ case SDLK_z:
+ if (event.keysym.mod & KMOD_CTRL)
+ SDL_WM_IconifyWindow();
+ break;
+
+ case SDLK_UP:
+ m_map_view->SetState(SCROLLVIEWSTATE_UP); break;
+ case SDLK_DOWN:
+ m_map_view->SetState(SCROLLVIEWSTATE_DOWN); break;
+ case SDLK_LEFT:
+ m_map_view->SetState(SCROLLVIEWSTATE_LEFT); break;
+ case SDLK_RIGHT:
+ m_map_view->SetState(SCROLLVIEWSTATE_RIGHT); break;
+ }
+ }
+
+ //----------------------------------------------------------------------
+ // FUNCTION: PlayerClient::OnKeyUp
+ //----------------------------------------------------------------------
+
+ void PlayerClient::OnKeyUp(SDL_KeyboardEvent event)
+ {
+ switch (event.keysym.sym)
+ {
+ case SDLK_UP:
+ m_map_view->ClearState(SCROLLVIEWSTATE_UP); break;
+ case SDLK_DOWN:
+ m_map_view->ClearState(SCROLLVIEWSTATE_DOWN); break;
+ case SDLK_LEFT:
+ m_map_view->ClearState(SCROLLVIEWSTATE_LEFT); break;
+ case SDLK_RIGHT:
+ m_map_view->ClearState(SCROLLVIEWSTATE_RIGHT); break;
+ }
+ }
+
+ //----------------------------------------------------------------------
+ // FUNCTION: PlayerClient::CalculateMouse
+ //----------------------------------------------------------------------
+
+ Window* PlayerClient::CalculateMouse(Point& point)
+ {
+ Window* window;
+
+ if (m_desktop->m_capture_view)
+ {
+ window = m_desktop->m_capture_view;
+
+ Rect rect = m_desktop->m_capture_rect;
+
+ Point a = rect.UpperLeft();
+ Point b = rect.LowerRight();
+ Point c = point;
+
+ if (c.x < a.x) c.x = a.x;
+ if (c.y < a.y) c.y = a.y;
+ if (c.x > b.x) c.x = b.x;
+ if (c.y > b.y) c.y = b.y;
+
+ if ((c.x != point.x) || (c.y != point.y))
+ {
+ m_cursor->Warp(c.x,c.y);
+ point = c;
+ }
+ }
+ else window = m_desktop->FindWindow(point);
+
+ return window;
+ }
+
+ //----------------------------------------------------------------------
+ // FUNCTION: PlayerClient::OnMouseMotion
+ //----------------------------------------------------------------------
+
+ void PlayerClient::OnMouseMotion(SDL_MouseMotionEvent event)
+ {
+ Point point(event.x,event.y);
+
+ m_cursor->SetPosition(point);
+
+ Window* window = CalculateMouse(point);
+
+ window->OnMouseMove(window->ConvertFromScreen(point));
+
+ m_cursor->Show();
+ }
+
+ //----------------------------------------------------------------------
+ // FUNCTION: PlayerClient::OnMouseButtonDown
+ //----------------------------------------------------------------------
+
+ void PlayerClient::OnMouseButtonDown(SDL_MouseButtonEvent event)
+ {
+ Point point(event.x,event.y);
+ Window* window = CalculateMouse(point);
+ window->OnMouseDown(event.button,window->ConvertFromScreen(point));
}
+ //----------------------------------------------------------------------
+ // FUNCTION: PlayerClient::OnMouseButtonUp
+ //----------------------------------------------------------------------
+
+ void PlayerClient::OnMouseButtonUp(SDL_MouseButtonEvent event)
+ {
+ Point point(event.x,event.y);
+ Window* window = CalculateMouse(point);
+ window->OnMouseUp(event.button,window->ConvertFromScreen(point));
+ }
+
+ //----------------------------------------------------------------------
+ // FUNCTION: PlayerClient::OnVideoResize
+ //----------------------------------------------------------------------
+
+ void PlayerClient::OnVideoResize(SDL_ResizeEvent event)
+ {
+ int w = event.w;
+ int h = event.h;
+
+ Screen::Instance()->Resize(w,h);
+
+ m_desktop->ResizeTo(w,h);
+ m_map_view->ResizeTo(w,h);
+ m_map_view->Refresh();
+ m_desktop->Invalidate();
+ }
+
+ //----------------------------------------------------------------------
+ // FUNCTION: PlayerClient::OnQuit
+ //----------------------------------------------------------------------
+
+ void PlayerClient::OnQuit(SDL_QuitEvent event)
+ {
+ m_done = 1;
+ }
+
+ //----------------------------------------------------------------------
+ // FUNCTION: PlayerClient::OnUserEvent
+ //----------------------------------------------------------------------
+
+ void PlayerClient::OnUserEvent(SDL_UserEvent event)
+ {
+ switch (event.code)
+ {
+ case PLAYERCLIENTUSEREVENT_ZOOMIN:
+ m_map_view->ZoomIn(); break;
+
+ case PLAYERCLIENTUSEREVENT_ZOOMOUT:
+ m_map_view->ZoomOut(); break;
+
+ case PLAYERCLIENTUSEREVENT_TOGGLEGRID:
+ m_map_view->ToggleGrid(); break;
+
+ case PLAYERCLIENTUSEREVENT_NEWMAP:
+ m_map->FractalCreate(16,8);
+ m_map_view->ScanMap(m_map);
+ m_console->ScanMap(m_map);
+ break;
+
+ case PLAYERCLIENTUSEREVENT_QUITGAME:
+ m_done = 1; break;
+ }
+ }
+
+ //----------------------------------------------------------------------
+ // FUNCTION: PlayerClient::OnSysWMEvent
+ //----------------------------------------------------------------------
+
+ void PlayerClient::OnSysWMEvent(SDL_SysWMEvent event)
+ {
+ }
+
+ //----------------------------------------------------------------------
+ // FUNCTION: PlayerClient::PollEvents
+ //----------------------------------------------------------------------
+
+ void PlayerClient::PollEvents(void)
+ {
+ SDL_Event event;
+
+ if (SDL_PeepEvents(&event,1,
+ SDL_PEEKEVENT,SDL_MOUSEMOTIONMASK)==1)
+ {
+ do {
+ SDL_PeepEvents(&event,1,
+ SDL_GETEVENT,SDL_MOUSEMOTIONMASK);
+ } while (SDL_PeepEvents(&event,1,
+ SDL_PEEKEVENT,SDL_MOUSEMOTIONMASK)==1);
+
+ OnMouseMotion(event.motion);
+ }
+
+ if (SDL_PollEvent(&event))
+ {
+ switch (event.type)
+ {
+ case SDL_ACTIVEEVENT:
+ OnActiveEvent(event.active); break;
+
+ case SDL_KEYDOWN:
+ OnKeyDown(event.key); break;
+ case SDL_KEYUP:
+ OnKeyUp(event.key); break;
+
+ case SDL_MOUSEMOTION:
+ OnMouseMotion(event.motion); break;
+ case SDL_MOUSEBUTTONDOWN:
+ OnMouseButtonDown(event.button); break;
+ case SDL_MOUSEBUTTONUP:
+ OnMouseButtonUp(event.button); break;
+
+ case SDL_VIDEORESIZE:
+ OnVideoResize(event.resize); break;
+
+ case SDL_QUIT:
+ OnQuit(event.quit); break;
+ case SDL_USEREVENT:
+ OnUserEvent(event.user); break;
+ case SDL_SYSWMEVENT:
+ OnSysWMEvent(event.syswm); break;
+ }
+ }
+ else SDL_Delay(1);
+ }
+
+ //----------------------------------------------------------------------
+ // FUNCTION: PlayerClient::Run
+ //----------------------------------------------------------------------
+
+ int PlayerClient::Run(void)
+ {
+ SDL_ShowCursor(0);
+
+ /* init window manager stuff */
+
+ int w = Screen::Instance()->Width();
+ int h = Screen::Instance()->Height();
+
+ m_desktop = new Desktop;
+ m_map_view = new MapView;
+ m_console = new Console;
+ m_cursor = new Cursor;
+
+ m_desktop->ResizeTo(w,h);
+ m_map_view->ResizeTo(w,h);
+ m_console->OffsetTo(20,20);
+
+ m_desktop->AddChild(m_map_view);
+ m_desktop->AddChild(m_console);
+ m_desktop->AddChild(m_cursor);
+
+ m_desktop->Invalidate();
+
+ /* create and display background */
+
+ m_map = new Map;
+
+ m_console->SetMapView(m_map_view);
+
+ m_map_view->SetConsole(m_console);
+ m_map_view->SetVelocity(2000.0);
+ m_map_view->SetAcceleration(10000.0);
+
+ m_map->SetSize(MAP_WIDTH,MAP_HEIGHT);
+ m_map->FractalCreate(16,8);
+ m_map_view->ScanMap(m_map);
+ m_console->ScanMap(m_map);
+
+ m_map_view->Warp(0,0);
+
+ // initialize variables and loop
+
+ long last_ticks = SDL_GetTicks();
+
+ while (!m_done)
+ {
+ PollEvents();
+
+ long t1 = last_ticks;
+ long t2 = SDL_GetTicks();
+
+ float dt = (t2 - t1) * 0.001f;
+
+ last_ticks = t2;
+
+ m_map_view->Update(dt);
+
+ if (Window::m_mouse_override)
+ m_cursor->SetPosition(Window::m_mouse_position);
+
+ m_desktop->Update();
+ }
+
+ return 0;
+ }
Index: PlayerClient.h
===================================================================
RCS file: /cvsroot/regcom/regcom/src/PlayerClient.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** PlayerClient.h 3 Jan 2003 05:25:01 -0000 1.3
--- PlayerClient.h 1 Feb 2003 01:03:52 -0000 1.4
***************
*** 25,48 ****
#define PLAYERCLIENT_H
! #include "Player.h"
! #include <list>
! class Game;
class Map;
! class Unit;
! class PlayerClient : public Player
{
private:
! Game* m_game;
Map* m_map;
! std::list <Unit*> m_units;
! public:
PlayerClient();
virtual ~PlayerClient();
};
--- 25,86 ----
#define PLAYERCLIENT_H
! #include "SDL.h"
! #include "Rect.h"
! class Cursor;
class Map;
! class MapView;
! class Console;
! class Desktop;
!
! class Window;
! class Point;
!
! typedef enum _PLAYERCLIENTUSEREVENT {
! PLAYERCLIENTUSEREVENT_ZOOMIN = 1,
! PLAYERCLIENTUSEREVENT_ZOOMOUT = 2,
! PLAYERCLIENTUSEREVENT_TOGGLEGRID = 3,
! PLAYERCLIENTUSEREVENT_NEWMAP = 4,
! PLAYERCLIENTUSEREVENT_QUITGAME = 5
! } PLAYERCLIENTUSEREVENT;
! class PlayerClient
{
private:
+
+ int m_done;
! Cursor* m_cursor;
Map* m_map;
! MapView* m_map_view;
! Console* m_console;
! Desktop* m_desktop;
!
! protected:
!
! Window* CalculateMouse(Point& point);
!
! void PollEvents(void);
!
! void OnActiveEvent(SDL_ActiveEvent event);
! void OnKeyDown(SDL_KeyboardEvent event);
! void OnKeyUp(SDL_KeyboardEvent event);
! void OnMouseMotion(SDL_MouseMotionEvent event);
! void OnMouseButtonDown(SDL_MouseButtonEvent event);
! void OnMouseButtonUp(SDL_MouseButtonEvent event);
! void OnVideoResize(SDL_ResizeEvent event);
! void OnQuit(SDL_QuitEvent event);
! void OnUserEvent(SDL_UserEvent event);
! void OnSysWMEvent(SDL_SysWMEvent event);
! void PushUserEvent(int code, void* data1, void* data2);
+ public:
+
PlayerClient();
virtual ~PlayerClient();
+
+ int Run(void);
};
|
|
From: Randi J. R. <rjr...@us...> - 2003-02-01 01:03:23
|
Update of /cvsroot/regcom/regcom/src
In directory sc8-pr-cvs1:/tmp/cvs-serv17629
Modified Files:
Game.cpp Game.h
Log Message:
Moved client code to PlayerClient class.
Index: Game.cpp
===================================================================
RCS file: /cvsroot/regcom/regcom/src/Game.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** Game.cpp 3 Jan 2003 05:25:01 -0000 1.11
--- Game.cpp 1 Feb 2003 01:03:20 -0000 1.12
***************
*** 24,53 ****
#include "Game.h"
- #include <stdlib.h>
- #include <string.h>
- #include <time.h>
-
- #include "SDL.h"
-
- #include "Map.h"
-
- #include "Screen.h"
- #include "Surface.h"
- #include "Cursor.h"
- #include "MapView.h"
- #include "Console.h"
- #include "Desktop.h"
-
- #include "PlayerClient.h"
- #include "PlayerSocket.h"
- #include "GameServer.h"
- #include "GameSocket.h"
-
- #define MAP_WIDTH 256
- #define MAP_HEIGHT 256
-
- #define FALSE 0
- #define TRUE (!FALSE)
-
//----------------------------------------------------------------------
// FUNCTION: Game::Game
--- 24,27 ----
***************
*** 56,456 ****
Game::Game()
{
- m_done = 0;
-
- Screen::Instance();
-
- m_desktop = NULL;
- m_map_view = NULL;
- m_console = NULL;
- m_cursor = NULL;
-
- m_map = NULL;
}
//----------------------------------------------------------------------
! // FUNCTION: Game::Game
//----------------------------------------------------------------------
Game::~Game()
{
- if (m_desktop) delete m_desktop;
- if (m_console) delete m_console;
- if (m_map_view) delete m_map_view;
- if (m_map) delete m_map;
- if (m_cursor) delete m_cursor;
- }
-
- //----------------------------------------------------------------------
- // FUNCTION: Game::PushUserEvent
- //----------------------------------------------------------------------
-
- void Game::PushUserEvent(int code, void* data1, void* data2)
- {
- SDL_Event event;
- event.type = SDL_USEREVENT;
- event.user.code = code;
- event.user.data1 = data1;
- event.user.data2 = data2;
- SDL_PushEvent(&event);
- }
-
- //----------------------------------------------------------------------
- // FUNCTION: Game::OnActiveEvent
- //----------------------------------------------------------------------
-
- void Game::OnActiveEvent(SDL_ActiveEvent event)
- {
- if ((event.state & SDL_APPMOUSEFOCUS) && (!event.gain))
- {
- m_cursor->Hide();
- m_console->SetStatus("");
- }
- }
-
- //----------------------------------------------------------------------
- // FUNCTION: Game::OnKeyDown
- //----------------------------------------------------------------------
-
- void Game::OnKeyDown(SDL_KeyboardEvent event)
- {
- switch (event.keysym.sym)
- {
- case SDLK_ESCAPE:
- PushUserEvent(GAMEUSEREVENT_QUITGAME,NULL,NULL); break;
-
- case SDLK_KP_PLUS:
- PushUserEvent(GAMEUSEREVENT_ZOOMIN,NULL,NULL); break;
-
- case SDLK_KP_MINUS:
- PushUserEvent(GAMEUSEREVENT_ZOOMOUT,NULL,NULL); break;
-
- case SDLK_g:
-
- if (event.keysym.mod & KMOD_CTRL)
- {
- if (SDL_WM_GrabInput(SDL_GRAB_QUERY) == SDL_GRAB_OFF)
- SDL_WM_GrabInput(SDL_GRAB_ON);
- else if (SDL_WM_GrabInput(SDL_GRAB_QUERY) == SDL_GRAB_ON)
- SDL_WM_GrabInput(SDL_GRAB_OFF);
- }
- else PushUserEvent(GAMEUSEREVENT_TOGGLEGRID,NULL,NULL);
-
- break;
-
- case SDLK_n:
- PushUserEvent(GAMEUSEREVENT_NEWMAP,NULL,NULL);
- break;
-
- case SDLK_x:
- {
- if (!Window::m_debug_dirty_rectangles)
- {
- Window::m_debug_dirty_rectangles = 1;
-
- Rect rect(0,0,Screen::Instance()->Width(),Screen::Instance()->Height());
-
- Screen::Instance()->FillRect(&rect,192,192,192);
- Screen::Instance()->Flip();
- }
- else
- {
- Window::m_debug_dirty_rectangles = 0;
-
- m_desktop->Invalidate();
- }
- }
- break;
-
- case SDLK_z:
- if (event.keysym.mod & KMOD_CTRL)
- SDL_WM_IconifyWindow();
- break;
-
- case SDLK_UP:
- m_map_view->SetState(SCROLLVIEWSTATE_UP); break;
- case SDLK_DOWN:
- m_map_view->SetState(SCROLLVIEWSTATE_DOWN); break;
- case SDLK_LEFT:
- m_map_view->SetState(SCROLLVIEWSTATE_LEFT); break;
- case SDLK_RIGHT:
- m_map_view->SetState(SCROLLVIEWSTATE_RIGHT); break;
- }
- }
-
- //----------------------------------------------------------------------
- // FUNCTION: Game::OnKeyUp
- //----------------------------------------------------------------------
-
- void Game::OnKeyUp(SDL_KeyboardEvent event)
- {
- switch (event.keysym.sym)
- {
- case SDLK_UP:
- m_map_view->ClearState(SCROLLVIEWSTATE_UP); break;
- case SDLK_DOWN:
- m_map_view->ClearState(SCROLLVIEWSTATE_DOWN); break;
- case SDLK_LEFT:
- m_map_view->ClearState(SCROLLVIEWSTATE_LEFT); break;
- case SDLK_RIGHT:
- m_map_view->ClearState(SCROLLVIEWSTATE_RIGHT); break;
- }
- }
-
- //----------------------------------------------------------------------
- // FUNCTION: Game::CalculateMouse
- //----------------------------------------------------------------------
-
- Window* Game::CalculateMouse(Point& point)
- {
- Window* window;
-
- if (m_desktop->m_capture_view)
- {
- window = m_desktop->m_capture_view;
-
- Rect rect = m_desktop->m_capture_rect;
-
- Point a = rect.UpperLeft();
- Point b = rect.LowerRight();
- Point c = point;
-
- if (c.x < a.x) c.x = a.x;
- if (c.y < a.y) c.y = a.y;
- if (c.x > b.x) c.x = b.x;
- if (c.y > b.y) c.y = b.y;
-
- if ((c.x != point.x) || (c.y != point.y))
- {
- m_cursor->Warp(c.x,c.y);
- point = c;
- }
- }
- else window = m_desktop->FindWindow(point);
-
- return window;
- }
-
- //----------------------------------------------------------------------
- // FUNCTION: Game::OnMouseMotion
- //----------------------------------------------------------------------
-
- void Game::OnMouseMotion(SDL_MouseMotionEvent event)
- {
- Point point(event.x,event.y);
-
- m_cursor->SetPosition(point);
-
- Window* window = CalculateMouse(point);
-
- window->OnMouseMove(window->ConvertFromScreen(point));
-
- m_cursor->Show();
- }
-
- //----------------------------------------------------------------------
- // FUNCTION: Game::OnMouseButtonDown
- //----------------------------------------------------------------------
-
- void Game::OnMouseButtonDown(SDL_MouseButtonEvent event)
- {
- Point point(event.x,event.y);
- Window* window = CalculateMouse(point);
- window->OnMouseDown(event.button,window->ConvertFromScreen(point));
}
- //----------------------------------------------------------------------
- // FUNCTION: Game::OnMouseButtonUp
- //----------------------------------------------------------------------
-
- void Game::OnMouseButtonUp(SDL_MouseButtonEvent event)
- {
- Point point(event.x,event.y);
- Window* window = CalculateMouse(point);
- window->OnMouseUp(event.button,window->ConvertFromScreen(point));
- }
-
- //----------------------------------------------------------------------
- // FUNCTION: Game::OnVideoResize
- //----------------------------------------------------------------------
-
- void Game::OnVideoResize(SDL_ResizeEvent event)
- {
- int w = event.w;
- int h = event.h;
-
- Screen::Instance()->Resize(w,h);
-
- m_desktop->ResizeTo(w,h);
- m_map_view->ResizeTo(w,h);
- m_map_view->Refresh();
- m_desktop->Invalidate();
- }
-
- //----------------------------------------------------------------------
- // FUNCTION: Game::OnQuit
- //----------------------------------------------------------------------
-
- void Game::OnQuit(SDL_QuitEvent event)
- {
- m_done = 1;
- }
-
- //----------------------------------------------------------------------
- // FUNCTION: Game::OnUserEvent
- //----------------------------------------------------------------------
-
- void Game::OnUserEvent(SDL_UserEvent event)
- {
- switch (event.code)
- {
- case GAMEUSEREVENT_ZOOMIN:
- m_map_view->ZoomIn(); break;
-
- case GAMEUSEREVENT_ZOOMOUT:
- m_map_view->ZoomOut(); break;
-
- case GAMEUSEREVENT_TOGGLEGRID:
- m_map_view->ToggleGrid(); break;
-
- case GAMEUSEREVENT_NEWMAP:
- m_map->FractalCreate(16,8);
- m_map_view->ScanMap(m_map);
- m_console->ScanMap(m_map);
- break;
-
- case GAMEUSEREVENT_QUITGAME:
- m_done = 1; break;
- }
- }
-
- //----------------------------------------------------------------------
- // FUNCTION: Game::OnSysWMEvent
- //----------------------------------------------------------------------
-
- void Game::OnSysWMEvent(SDL_SysWMEvent event)
- {
- }
-
- //----------------------------------------------------------------------
- // FUNCTION: Game::PollEvents
- //----------------------------------------------------------------------
-
- void Game::PollEvents(void)
- {
- SDL_Event event;
-
- if (SDL_PeepEvents(&event,1,
- SDL_PEEKEVENT,SDL_MOUSEMOTIONMASK)==1)
- {
- do {
- SDL_PeepEvents(&event,1,
- SDL_GETEVENT,SDL_MOUSEMOTIONMASK);
- } while (SDL_PeepEvents(&event,1,
- SDL_PEEKEVENT,SDL_MOUSEMOTIONMASK)==1);
-
- OnMouseMotion(event.motion);
- }
-
- if (SDL_PollEvent(&event))
- {
- switch (event.type)
- {
- case SDL_ACTIVEEVENT:
- OnActiveEvent(event.active); break;
-
- case SDL_KEYDOWN:
- OnKeyDown(event.key); break;
- case SDL_KEYUP:
- OnKeyUp(event.key); break;
-
- case SDL_MOUSEMOTION:
- OnMouseMotion(event.motion); break;
- case SDL_MOUSEBUTTONDOWN:
- OnMouseButtonDown(event.button); break;
- case SDL_MOUSEBUTTONUP:
- OnMouseButtonUp(event.button); break;
-
- case SDL_VIDEORESIZE:
- OnVideoResize(event.resize); break;
-
- case SDL_QUIT:
- OnQuit(event.quit); break;
- case SDL_USEREVENT:
- OnUserEvent(event.user); break;
- case SDL_SYSWMEVENT:
- OnSysWMEvent(event.syswm); break;
- }
- }
- else SDL_Delay(1);
- }
-
- //----------------------------------------------------------------------
- // FUNCTION: Game::Run
- //----------------------------------------------------------------------
-
- int Game::Run(void)
- {
- SDL_ShowCursor(0);
-
- /* init window manager stuff */
-
- int w = Screen::Instance()->Width();
- int h = Screen::Instance()->Height();
-
- m_desktop = new Desktop;
- m_map_view = new MapView;
- m_console = new Console;
- m_cursor = new Cursor;
-
- m_desktop->ResizeTo(w,h);
- m_map_view->ResizeTo(w,h);
- m_console->OffsetTo(20,20);
-
- m_desktop->AddChild(m_map_view);
- m_desktop->AddChild(m_console);
- m_desktop->AddChild(m_cursor);
-
- m_desktop->Invalidate();
-
- /* create and display background */
-
- m_map = new Map;
-
- m_console->SetMapView(m_map_view);
-
- m_map_view->SetConsole(m_console);
- m_map_view->SetVelocity(2000.0);
- m_map_view->SetAcceleration(10000.0);
-
- m_map->SetSize(MAP_WIDTH,MAP_HEIGHT);
- m_map->FractalCreate(16,8);
- m_map_view->ScanMap(m_map);
- m_console->ScanMap(m_map);
-
- m_map_view->Warp(0,0);
-
- // initialize variables and loop
-
- long last_ticks = SDL_GetTicks();
-
- while (!m_done)
- {
- PollEvents();
-
- long t1 = last_ticks;
- long t2 = SDL_GetTicks();
-
- float dt = (t2 - t1) * 0.001f;
-
- last_ticks = t2;
-
- m_map_view->Update(dt);
-
- if (Window::m_mouse_override)
- m_cursor->SetPosition(Window::m_mouse_position);
-
- m_desktop->Update();
- }
-
- return 0;
- }
--- 30,41 ----
Game::Game()
{
}
//----------------------------------------------------------------------
! // FUNCTION: Game::~Game
//----------------------------------------------------------------------
Game::~Game()
{
}
Index: Game.h
===================================================================
RCS file: /cvsroot/regcom/regcom/src/Game.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** Game.h 3 Jan 2003 05:25:01 -0000 1.7
--- Game.h 1 Feb 2003 01:03:21 -0000 1.8
***************
*** 25,79 ****
#define GAME_H
- #include "SDL.h"
-
- #include "Rect.h"
-
- class Cursor;
- class Map;
- class MapView;
- class Console;
- class Desktop;
-
- class Window;
- class Point;
-
- typedef enum _GAMEUSEREVENT {
- GAMEUSEREVENT_ZOOMIN = 1,
- GAMEUSEREVENT_ZOOMOUT = 2,
- GAMEUSEREVENT_TOGGLEGRID = 3,
- GAMEUSEREVENT_NEWMAP = 4,
- GAMEUSEREVENT_QUITGAME = 5
- } GAMEUSEREVENT;
-
class Game
{
private:
-
- int m_done;
-
- Cursor* m_cursor;
- Map* m_map;
- MapView* m_map_view;
- Console* m_console;
- Desktop* m_desktop;
-
- protected:
-
- Window* CalculateMouse(Point& point);
-
- void PollEvents(void);
-
- void OnActiveEvent(SDL_ActiveEvent event);
- void OnKeyDown(SDL_KeyboardEvent event);
- void OnKeyUp(SDL_KeyboardEvent event);
- void OnMouseMotion(SDL_MouseMotionEvent event);
- void OnMouseButtonDown(SDL_MouseButtonEvent event);
- void OnMouseButtonUp(SDL_MouseButtonEvent event);
- void OnVideoResize(SDL_ResizeEvent event);
- void OnQuit(SDL_QuitEvent event);
- void OnUserEvent(SDL_UserEvent event);
- void OnSysWMEvent(SDL_SysWMEvent event);
-
- void PushUserEvent(int code, void* data1, void* data2);
public:
--- 25,31 ----
***************
*** 81,86 ****
Game();
virtual ~Game();
-
- int Run(void);
};
--- 33,36 ----
|
|
From: Randi J. R. <rjr...@us...> - 2003-01-30 05:24:12
|
Update of /cvsroot/regcom/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv21798 Modified Files: screenshots.html index.html footer.html developers.html Log Message: Modified copyright symbol. Index: screenshots.html =================================================================== RCS file: /cvsroot/regcom/htdocs/screenshots.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** screenshots.html 30 Jan 2003 03:39:08 -0000 1.1.1.1 --- screenshots.html 30 Jan 2003 05:24:09 -0000 1.2 *************** *** 74,78 **** width="88" height="31" alt="SourceForge Logo" /></a></p> ! <p class="Copyright">Regimental Command<br />Copyright (C) 2003<br />Randi J. Relander</p> </div> --- 74,78 ---- width="88" height="31" alt="SourceForge Logo" /></a></p> ! <p class="Copyright">Regimental Command<br />Copyright © 2003<br />Randi J. Relander</p> </div> Index: index.html =================================================================== RCS file: /cvsroot/regcom/htdocs/index.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** index.html 30 Jan 2003 03:39:08 -0000 1.1.1.1 --- index.html 30 Jan 2003 05:24:09 -0000 1.2 *************** *** 61,65 **** width="88" height="31" alt="SourceForge Logo" /></a></p> ! <p class="Copyright">Regimental Command<br />Copyright (C) 2003<br />Randi J. Relander</p> </div> --- 61,65 ---- width="88" height="31" alt="SourceForge Logo" /></a></p> ! <p class="Copyright">Regimental Command<br />Copyright © 2003<br />Randi J. Relander</p> </div> Index: footer.html =================================================================== RCS file: /cvsroot/regcom/htdocs/footer.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** footer.html 30 Jan 2003 03:39:10 -0000 1.1.1.1 --- footer.html 30 Jan 2003 05:24:09 -0000 1.2 *************** *** 34,38 **** width="88" height="31" alt="SourceForge Logo" /></a></p> ! <p class="Copyright">Regimental Command<br />Copyright (C) 2003<br />Randi J. Relander</p> </div> --- 34,38 ---- width="88" height="31" alt="SourceForge Logo" /></a></p> ! <p class="Copyright">Regimental Command<br />Copyright © 2003<br />Randi J. Relander</p> </div> Index: developers.html =================================================================== RCS file: /cvsroot/regcom/htdocs/developers.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** developers.html 30 Jan 2003 03:39:08 -0000 1.1.1.1 --- developers.html 30 Jan 2003 05:24:09 -0000 1.2 *************** *** 59,63 **** width="88" height="31" alt="SourceForge Logo" /></a></p> ! <p class="Copyright">Regimental Command<br />Copyright (C) 2003<br />Randi J. Relander</p> </div> --- 59,63 ---- width="88" height="31" alt="SourceForge Logo" /></a></p> ! <p class="Copyright">Regimental Command<br />Copyright © 2003<br />Randi J. Relander</p> </div> |
|
From: Randi J. R. <rjr...@us...> - 2003-01-30 03:39:54
|
Update of /cvsroot/regcom/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv24745 Log Message: Initial import. Status: Vendor Tag: avendor Release Tags: arelease N htdocs/index.html N htdocs/screenshots.html N htdocs/developers.html N htdocs/footer.html N htdocs/header.html N htdocs/regcom.dox N htdocs/doxygen.css N htdocs/layout1.css N htdocs/print.css N htdocs/gendox.bat N htdocs/images/regcom.png N htdocs/images/sc0003.png N htdocs/images/th0003.png N htdocs/images/sc0004.png N htdocs/images/th0004.png N htdocs/images/sc0002.png N htdocs/images/th0001.png N htdocs/images/th0002.png N htdocs/images/sc0001.png N htdocs/images/sc0005.png N htdocs/images/th0005.png N htdocs/images/regcom_small.png No conflicts created by this import ***** Bogus filespec: - ***** Bogus filespec: Imported ***** Bogus filespec: sources |
|
From: Randi J. R. <rjr...@us...> - 2003-01-28 23:50:20
|
Update of /cvsroot/regcom/regcom In directory sc8-pr-cvs1:/tmp/cvs-serv3005 Modified Files: README Log Message: Added OSI certification notice. Index: README =================================================================== RCS file: /cvsroot/regcom/regcom/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** README 25 Aug 2000 05:05:37 -0000 1.1.1.1 --- README 28 Jan 2003 23:50:17 -0000 1.2 *************** *** 13,16 **** --- 13,19 ---- General Public License. See the file COPYING for details. + This software is OSI Certified Open Source Software. + OSI Certified is a certification mark of the Open Source Initiative. + Downloads ========= |
|
From: Randi J. R. <rjr...@us...> - 2003-01-24 04:46:59
|
Update of /cvsroot/regcom/regcom/docs In directory sc8-pr-cvs1:/tmp/cvs-serv6419 Modified Files: mouse.html keyboard.html index.html command.html Log Message: Updated user manual. Index: mouse.html =================================================================== RCS file: /cvsroot/regcom/regcom/docs/mouse.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** mouse.html 3 Jan 2003 05:25:33 -0000 1.4 --- mouse.html 24 Jan 2003 04:46:56 -0000 1.5 *************** *** 1,56 **** ! <html> ! <head><title>Regimental Command - Mouse Usage</title></head> ! <body bgcolor="#ffffff" text=black link="#402080" vlink="#602060" alink="#ff0000"> ! <font face="Lucida,Helvetica,Tahoma,Arial"> ! <a href="http://regcom.sourceforge.net"> ! <img src="images/regcom.png" alt="Regimental Command" ! width="480" height="80" border="0"></a> ! <br> ! [ <a href="index.html">Index</a> ] ! [ <a href="html/index.html">Documentation</a> ] ! <p> ! <font size="+1"><b>Mouse Usage</b></font> ! <blockquote> ! <b>Command Console</b><p> ! Moving the mouse over buttons on the command console will highlight the ! button and display a short help message in the command console status bar. ! Clicking on the button will execute the corresponding command.<p> ! <b>Radar View</b><p> ! Clicking and dragging on the radar view will move the radar cursor and ! scroll the map view. If the radar image is larger than the radar view, ! the radar image will scroll when the cursor reaches the edge of the radar ! view.<p> ! <b>Map View</b><p> ! Moving the mouse over hexes on the map view will display the coordinates ! of the hex in the command console status bar. Clicking and dragging on ! the map view displays the hexes intersecting the line connecting the centers ! of the two hexes. The hex range between the two hexes is displayed in the ! command console status bar.<p> ! </blockquote> ! <p> ! <hr> ! <p> ! <i>Regimental Command</i> - Copyright (C) 2003 Randi J. Relander<br> ! <p> ! Last modified: Tuesday, May 7, 2002<p> ! <ADDRESS> ! Send comments and questions to ! <A HREF="mailto:rjr...@us...">Randi J. Relander</A> ! </ADDRESS> - </font> </body> </html> --- 1,85 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml"> ! <head> ! <title>Regimental Command - Mouse Usage</title> ! <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> ! <link rel="stylesheet" type="text/css" media="print" href="print.css" /> ! <style type="text/css" media="all">@import "layout1.css";</style> ! </head> ! <body> ! <div id="Header"> ! <img src="images/regcom_small.png" alt="Regimental Command" width="330" height="49" /> ! </div> ! <div id="Content"> ! <h1>Mouse Usage</h1> ! <h2>Command Console</h2> ! <p> ! Moving the mouse over buttons on the command console will highlight the ! button and display a short help message in the command console status bar. ! Clicking on the button will execute the corresponding command. ! </p> ! ! <h2>Radar View</h2> ! ! <p> ! Clicking and dragging on the radar view will move the radar cursor and ! scroll the map view. If the radar image is larger than the radar view, ! the radar image will scroll when the cursor reaches the edge of the radar ! view. ! </p> ! ! <h2>Map View</h2> ! ! <p> ! Moving the mouse over hexes on the map view will display the coordinates ! of the hex in the command console status bar. Clicking and dragging on ! the map view displays the hexes intersecting the line connecting the centers ! of the two hexes. The hex range between the two hexes is displayed in the ! command console status bar. ! </p> ! ! </div> ! ! <div id="Menu"> ! ! <p>Navigation</p> ! ! <p> ! <a href="index.html">User Manual</a><br /> ! <a href="command.html">Command Line</a><br /> ! <a href="keyboard.html">Keyboard Usage</a><br /> ! <a href="mouse.html">Mouse Usage</a><br /> ! <a href="doxygen/index.html">Documentation</a><br /> ! </p> ! ! <p>Links</p> ! ! <p> ! <a href="http://regcom.sourceforge.net">Project Home Page</a><br /> ! <a href="http://www.libsdl.org">SDL Library</a><br /> ! <a href="http://www.gnu.org/copyleft/gpl.html">License</a><br /> ! </p> ! ! <p class="Copyright">Regimental Command<br />Copyright (C) 2003<br />Randi J. Relander</p> ! ! </div> ! ! <!-- BlueRobot was here. --> </body> + </html> + Index: keyboard.html =================================================================== RCS file: /cvsroot/regcom/regcom/docs/keyboard.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** keyboard.html 3 Jan 2003 05:25:33 -0000 1.4 --- keyboard.html 24 Jan 2003 04:46:56 -0000 1.5 *************** *** 1,19 **** ! <html> ! <head><title>Regimental Command - Keyboard Commands</title></head> ! <body bgcolor="#ffffff" text=black link="#402080" vlink="#602060" alink="#ff0000"> ! <font face="Lucida,Helvetica,Tahoma,Arial"> ! ! <a href="http://regcom.sourceforge.net"> ! <img src="images/regcom.png" alt="Regimental Command" ! width="480" height="80" border="0"></a> ! <br> ! [ <a href="index.html">Index</a> ] ! [ <a href="html/index.html">Documentation</a> ] ! <p> - <font size="+1"><b>Keyboard Commands</b></font> - <blockquote> <pre> <escape> quit --- 1,28 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml"> ! <head> ! ! <title>Regimental Command - Keyboard Usage</title> ! ! <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> ! <link rel="stylesheet" type="text/css" media="print" href="print.css" /> ! <style type="text/css" media="all">@import "layout1.css";</style> ! ! </head> ! ! <body> ! ! <div id="Header"> ! ! <img src="images/regcom_small.png" alt="Regimental Command" width="330" height="49" /> ! ! </div> ! ! <div id="Content"> ! ! <h1>Keyboard Usage</h1> <pre> <escape> quit *************** *** 35,52 **** <ctrl><z> iconify window </pre> - </blockquote> ! <p> ! <hr> ! <p> ! <i>Regimental Command</i> - Copyright (C) 2003 Randi J. Relander<br> ! <p> ! Last modified: Thursday, June 21, 2001<p> ! <ADDRESS> ! Send comments and questions to ! <A HREF="mailto:rjr...@us...">Randi J. Relander</A> ! </ADDRESS> - </font> </body> </html> --- 44,78 ---- <ctrl><z> iconify window </pre> ! </div> ! ! <div id="Menu"> ! ! <p>Navigation</p> ! ! <p> ! <a href="index.html">User Manual</a><br /> ! <a href="command.html">Command Line</a><br /> ! <a href="keyboard.html">Keyboard Usage</a><br /> ! <a href="mouse.html">Mouse Usage</a><br /> ! <a href="doxygen/index.html">Documentation</a><br /> ! </p> ! ! <p>Links</p> ! ! <p> ! <a href="http://regcom.sourceforge.net">Project Home Page</a><br /> ! <a href="http://www.libsdl.org">SDL Library</a><br /> ! <a href="http://www.gnu.org/copyleft/gpl.html">License</a><br /> ! </p> ! ! <p class="Copyright">Regimental Command<br />Copyright (C) 2003<br />Randi J. Relander</p> ! ! </div> ! ! <!-- BlueRobot was here. --> </body> + </html> + Index: index.html =================================================================== RCS file: /cvsroot/regcom/regcom/docs/index.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** index.html 3 Jan 2003 05:25:33 -0000 1.8 --- index.html 24 Jan 2003 04:46:56 -0000 1.9 *************** *** 1,53 **** ! <html> ! <head><title>Regimental Command</title></head> ! <body bgcolor="#ffffff" text=black link="#402080" vlink="#602060" alink="#ff0000"> ! <font face="Lucida,Helvetica,Tahoma,Arial"> ! ! <a href="http://regcom.sourceforge.net"> ! <img src="images/regcom.png" alt="Regimental Command" ! width="480" height="80" border="0"></a> ! <br> ! ! [ <a href="index.html">Index</a> ] ! [ <a href="html/index.html">Documentation</a> ] ! ! <p> ! ! <font size="+1"><b>Background</b></font> ! <blockquote> ! <i>Regimental Command</i> is the name of a project started in 1997 in ! order to assist with record keeping for large BattleTech ! campaigns. The focus eventually turned toward the development of a generic ! armored combat system. A rough prototype of a map scrolling engine was written ! using MFC and DirectX and this prototype was then ported over to the ! <a HREF="http://www.libsdl.org">Simple Direct Media Layer</a>, ! a free cross-platform multi-media development API. ! </blockquote> ! ! <font size="+1"><b>Usage</b></font> ! <blockquote> ! <a href="command.html">Command Line</a><br> ! <a href="keyboard.html">Keyboard Commands</a><br> ! <a href="mouse.html">Mouse Usage</a><br> ! </blockquote> ! ! <font size="+1"><b>License</b></font> ! <blockquote> ! <i>Regimental Command</i> is available under the ! <a HREF="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>. ! </blockquote> ! ! <p> ! <hr> ! <p> ! <i>Regimental Command</i> - Copyright (C) 2003 Randi J. Relander<br> ! <p> ! Last modified: Thursday, June 21, 2001<p> ! <ADDRESS> ! Send comments and questions to ! <A HREF="mailto:rjr...@us...">Randi J. Relander</A> ! </ADDRESS> - </font> </body> </html> --- 1,62 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! ! <html xmlns="http://www.w3.org/1999/xhtml"> ! ! <head> ! ! <title>Regimental Command - User Manual</title> ! ! <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> ! <link rel="stylesheet" type="text/css" media="print" href="print.css" /> ! <style type="text/css" media="all">@import "layout1.css";</style> ! ! </head> ! ! <body> ! ! <div id="Header"> ! ! <img src="images/regcom_small.png" alt="Regimental Command" width="330" height="49" /> ! ! </div> ! ! <div id="Content"> ! ! <h1>Summary</h1> ! ! <p>Regimental Command is a generic armored combat system being developed with the ! Simple DirectMedia Layer (SDL). The goal is to create a cross-platform system that ! can be used to develop a variety of turn-based and real-time wargames.</p> ! ! </div> ! ! <div id="Menu"> ! ! <p>Navigation</p> ! ! <p> ! <a href="index.html">User Manual</a><br /> ! <a href="command.html">Command Line</a><br /> ! <a href="keyboard.html">Keyboard Usage</a><br /> ! <a href="mouse.html">Mouse Usage</a><br /> ! <a href="doxygen/index.html">Documentation</a><br /> ! </p> ! ! <p>Links</p> ! ! <p> ! <a href="http://regcom.sourceforge.net">Project Home Page</a><br /> ! <a href="http://www.libsdl.org">SDL Library</a><br /> ! <a href="http://www.gnu.org/copyleft/gpl.html">License</a><br /> ! </p> ! ! <p class="Copyright">Regimental Command<br />Copyright (C) 2003<br />Randi J. Relander</p> ! ! </div> ! ! <!-- BlueRobot was here. --> </body> + </html> + Index: command.html =================================================================== RCS file: /cvsroot/regcom/regcom/docs/command.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** command.html 3 Jan 2003 05:25:33 -0000 1.4 --- command.html 24 Jan 2003 04:46:56 -0000 1.5 *************** *** 1,19 **** ! <html> ! <head><title>Regimental Command - Command Line</title></head> ! <body bgcolor="#ffffff" text=black link="#402080" vlink="#602060" alink="#ff0000"> ! <font face="Lucida,Helvetica,Tahoma,Arial"> ! ! <a href="http://regcom.sourceforge.net"> ! <img src="images/regcom.png" alt="Regimental Command" ! width="480" height="80" border="0"></a> ! <br> ! [ <a href="index.html">Index</a> ] ! [ <a href="html/index.html">Documentation</a> ] ! <p> - <font size="+1"><b>Command Line</b></font> - <blockquote> <pre> Usage: regcom [OPTION] ... --- 1,28 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml"> ! <head> ! ! <title>Regimental Command - Command Line</title> ! ! <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> ! <link rel="stylesheet" type="text/css" media="print" href="print.css" /> ! <style type="text/css" media="all">@import "layout1.css";</style> ! ! </head> ! ! <body> ! ! <div id="Header"> ! ! <img src="images/regcom_small.png" alt="Regimental Command" width="330" height="49" /> ! ! </div> ! ! <div id="Content"> ! ! <h1>Command Line</h1> <pre> Usage: regcom [OPTION] ... *************** *** 34,51 **** Report bugs to <<A HREF="mailto:reg...@li...">reg...@li...</A>>. </pre> - </blockquote> ! <p> ! <hr> ! <p> ! <i>Regimental Command</i> - Copyright (C) 2003 Randi J. Relander<br> ! <p> ! Last modified: Thursday, June 21, 2001<p> ! <ADDRESS> ! Send comments and questions to ! <A HREF="mailto:rjr...@us...">Randi J. Relander</A> ! </ADDRESS> - </font> </body> </html> --- 43,77 ---- Report bugs to <<A HREF="mailto:reg...@li...">reg...@li...</A>>. </pre> ! </div> ! ! <div id="Menu"> ! ! <p>Navigation</p> ! ! <p> ! <a href="index.html">User Manual</a><br /> ! <a href="command.html">Command Line</a><br /> ! <a href="keyboard.html">Keyboard Usage</a><br /> ! <a href="mouse.html">Mouse Usage</a><br /> ! <a href="doxygen/index.html">Documentation</a><br /> ! </p> ! ! <p>Links</p> ! ! <p> ! <a href="http://regcom.sourceforge.net">Project Home Page</a><br /> ! <a href="http://www.libsdl.org">SDL Library</a><br /> ! <a href="http://www.gnu.org/copyleft/gpl.html">License</a><br /> ! </p> ! ! <p class="Copyright">Regimental Command<br />Copyright (C) 2003<br />Randi J. Relander</p> ! ! </div> ! ! <!-- BlueRobot was here. --> </body> + </html> + |
|
From: Randi J. R. <rjr...@us...> - 2003-01-24 04:46:37
|
Update of /cvsroot/regcom/regcom/docs In directory sc8-pr-cvs1:/tmp/cvs-serv6341 Modified Files: regcom.dox header.html footer.html doxygen.css Log Message: Updated doxygen files. Index: regcom.dox =================================================================== RCS file: /cvsroot/regcom/regcom/docs/regcom.dox,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** regcom.dox 6 Jul 2001 23:07:20 -0000 1.2 --- regcom.dox 24 Jan 2003 04:46:34 -0000 1.3 *************** *** 1,6 **** #--------------------------------------------------------------------------- # General configuration options #--------------------------------------------------------------------------- - PROJECT_NAME = PROJECT_NUMBER = --- 1,7 ---- + # Doxyfile 1.3-rc2 + #--------------------------------------------------------------------------- # General configuration options #--------------------------------------------------------------------------- PROJECT_NAME = PROJECT_NUMBER = *************** *** 10,102 **** EXTRACT_PRIVATE = YES EXTRACT_STATIC = YES HIDE_UNDOC_MEMBERS = NO HIDE_UNDOC_CLASSES = NO BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = YES ! ALWAYS_DETAILED_SEC = NO FULL_PATH_NAMES = NO STRIP_FROM_PATH = INTERNAL_DOCS = NO - CLASS_DIAGRAMS = YES - SOURCE_BROWSER = NO - INLINE_SOURCES = NO - STRIP_CODE_COMMENTS = YES CASE_SENSE_NAMES = YES HIDE_SCOPE_NAMES = NO VERBATIM_HEADERS = YES SHOW_INCLUDE_FILES = YES JAVADOC_AUTOBRIEF = NO INHERIT_DOCS = YES INLINE_INFO = YES SORT_MEMBER_DOCS = YES DISTRIBUTE_GROUP_DOC = NO ! TAB_SIZE = 4 ! ENABLED_SECTIONS = GENERATE_TODOLIST = YES GENERATE_TESTLIST = YES GENERATE_BUGLIST = YES ALIASES = MAX_INITIALIZER_LINES = 30 OPTIMIZE_OUTPUT_FOR_C = NO SHOW_USED_FILES = YES - #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- - QUIET = NO WARNINGS = YES WARN_IF_UNDOCUMENTED = YES WARN_FORMAT = "$file:$line: $text" WARN_LOGFILE = - #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- ! ! INPUT = "../src" ! FILE_PATTERNS = "*.h" RECURSIVE = NO EXCLUDE = EXCLUDE_PATTERNS = EXAMPLE_PATH = EXAMPLE_PATTERNS = IMAGE_PATH = INPUT_FILTER = FILTER_SOURCE_FILES = NO ! #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index #--------------------------------------------------------------------------- - ALPHABETICAL_INDEX = NO COLS_IN_ALPHA_INDEX = 5 IGNORE_PREFIX = - #--------------------------------------------------------------------------- # configuration options related to the HTML output #--------------------------------------------------------------------------- - GENERATE_HTML = YES ! HTML_OUTPUT = HTML_HEADER = header.html HTML_FOOTER = footer.html ! HTML_STYLESHEET = doxygen.css HTML_ALIGN_MEMBERS = YES GENERATE_HTMLHELP = NO GENERATE_CHI = NO BINARY_TOC = NO TOC_EXPAND = NO DISABLE_INDEX = YES ! ENUM_VALUES_PER_LINE = 1 GENERATE_TREEVIEW = NO TREEVIEW_WIDTH = 250 - #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- - GENERATE_LATEX = NO LATEX_OUTPUT = latex COMPACT_LATEX = NO PAPER_TYPE = a4wide --- 11,114 ---- EXTRACT_PRIVATE = YES EXTRACT_STATIC = YES + EXTRACT_LOCAL_CLASSES = YES HIDE_UNDOC_MEMBERS = NO HIDE_UNDOC_CLASSES = NO + HIDE_FRIEND_COMPOUNDS = NO + HIDE_IN_BODY_DOCS = NO BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = YES ! ALWAYS_DETAILED_SEC = YES ! INLINE_INHERITED_MEMB = NO FULL_PATH_NAMES = NO STRIP_FROM_PATH = INTERNAL_DOCS = NO CASE_SENSE_NAMES = YES + SHORT_NAMES = NO HIDE_SCOPE_NAMES = NO VERBATIM_HEADERS = YES SHOW_INCLUDE_FILES = YES JAVADOC_AUTOBRIEF = NO + MULTILINE_CPP_IS_BRIEF = NO + DETAILS_AT_TOP = NO INHERIT_DOCS = YES INLINE_INFO = YES SORT_MEMBER_DOCS = YES DISTRIBUTE_GROUP_DOC = NO ! TAB_SIZE = 8 GENERATE_TODOLIST = YES GENERATE_TESTLIST = YES GENERATE_BUGLIST = YES + GENERATE_DEPRECATEDLIST= YES ALIASES = + ENABLED_SECTIONS = MAX_INITIALIZER_LINES = 30 OPTIMIZE_OUTPUT_FOR_C = NO + OPTIMIZE_OUTPUT_JAVA = NO SHOW_USED_FILES = YES #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- QUIET = NO WARNINGS = YES WARN_IF_UNDOCUMENTED = YES + WARN_IF_DOC_ERROR = YES WARN_FORMAT = "$file:$line: $text" WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- ! INPUT = ../src ! FILE_PATTERNS = *.h RECURSIVE = NO EXCLUDE = + EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = EXAMPLE_PATH = EXAMPLE_PATTERNS = + EXAMPLE_RECURSIVE = NO IMAGE_PATH = INPUT_FILTER = FILTER_SOURCE_FILES = NO ! #--------------------------------------------------------------------------- ! # configuration options related to source browsing ! #--------------------------------------------------------------------------- ! SOURCE_BROWSER = NO ! INLINE_SOURCES = NO ! STRIP_CODE_COMMENTS = YES ! REFERENCED_BY_RELATION = YES ! REFERENCES_RELATION = YES #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index #--------------------------------------------------------------------------- ALPHABETICAL_INDEX = NO COLS_IN_ALPHA_INDEX = 5 IGNORE_PREFIX = #--------------------------------------------------------------------------- # configuration options related to the HTML output #--------------------------------------------------------------------------- GENERATE_HTML = YES ! HTML_OUTPUT = doxygen ! HTML_FILE_EXTENSION = .html HTML_HEADER = header.html HTML_FOOTER = footer.html ! HTML_STYLESHEET = HTML_ALIGN_MEMBERS = YES GENERATE_HTMLHELP = NO + CHM_FILE = + HHC_LOCATION = GENERATE_CHI = NO BINARY_TOC = NO TOC_EXPAND = NO DISABLE_INDEX = YES ! ENUM_VALUES_PER_LINE = 4 GENERATE_TREEVIEW = NO TREEVIEW_WIDTH = 250 #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- GENERATE_LATEX = NO LATEX_OUTPUT = latex + LATEX_CMD_NAME = latex + MAKEINDEX_CMD_NAME = makeindex COMPACT_LATEX = NO PAPER_TYPE = a4wide *************** *** 106,114 **** USE_PDFLATEX = NO LATEX_BATCHMODE = NO - #--------------------------------------------------------------------------- # configuration options related to the RTF output #--------------------------------------------------------------------------- - GENERATE_RTF = NO RTF_OUTPUT = rtf --- 118,124 ---- *************** *** 116,132 **** RTF_HYPERLINKS = NO RTF_STYLESHEET_FILE = ! #--------------------------------------------------------------------------- # configuration options related to the man page output #--------------------------------------------------------------------------- - GENERATE_MAN = NO MAN_OUTPUT = man MAN_EXTENSION = .3 ! #--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- - ENABLE_PREPROCESSING = YES MACRO_EXPANSION = NO --- 126,157 ---- RTF_HYPERLINKS = NO RTF_STYLESHEET_FILE = ! RTF_EXTENSIONS_FILE = #--------------------------------------------------------------------------- # configuration options related to the man page output #--------------------------------------------------------------------------- GENERATE_MAN = NO MAN_OUTPUT = man MAN_EXTENSION = .3 ! MAN_LINKS = NO ! #--------------------------------------------------------------------------- ! # configuration options related to the XML output ! #--------------------------------------------------------------------------- ! GENERATE_XML = NO ! XML_SCHEMA = ! XML_DTD = ! #--------------------------------------------------------------------------- ! # configuration options for the AutoGen Definitions output ! #--------------------------------------------------------------------------- ! GENERATE_AUTOGEN_DEF = NO ! #--------------------------------------------------------------------------- ! # configuration options related to the Perl module output ! #--------------------------------------------------------------------------- ! GENERATE_PERLMOD = NO ! PERLMOD_LATEX = NO ! PERLMOD_PRETTY = YES ! PERLMOD_MAKEVAR_PREFIX = #--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- ENABLE_PREPROCESSING = YES MACRO_EXPANSION = NO *************** *** 137,170 **** PREDEFINED = EXPAND_AS_DEFINED = ! #--------------------------------------------------------------------------- # Configuration::addtions related to external references #--------------------------------------------------------------------------- - TAGFILES = GENERATE_TAGFILE = ALLEXTERNALS = NO PERL_PATH = /usr/bin/perl - #--------------------------------------------------------------------------- # Configuration options related to the dot tool #--------------------------------------------------------------------------- ! ! HAVE_DOT = YES CLASS_GRAPH = YES COLLABORATION_GRAPH = YES INCLUDE_GRAPH = YES INCLUDED_BY_GRAPH = YES GRAPHICAL_HIERARCHY = YES DOT_PATH = ! MAX_DOT_GRAPH_WIDTH = 480 MAX_DOT_GRAPH_HEIGHT = 1024 GENERATE_LEGEND = YES DOT_CLEANUP = YES - #--------------------------------------------------------------------------- # Configuration::addtions related to the search engine #--------------------------------------------------------------------------- - SEARCHENGINE = NO CGI_NAME = search.cgi --- 162,196 ---- PREDEFINED = EXPAND_AS_DEFINED = ! SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- # Configuration::addtions related to external references #--------------------------------------------------------------------------- TAGFILES = GENERATE_TAGFILE = ALLEXTERNALS = NO + EXTERNAL_GROUPS = YES PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- # Configuration options related to the dot tool #--------------------------------------------------------------------------- ! CLASS_DIAGRAMS = YES ! HIDE_UNDOC_RELATIONS = YES ! HAVE_DOT = NO CLASS_GRAPH = YES COLLABORATION_GRAPH = YES + TEMPLATE_RELATIONS = YES INCLUDE_GRAPH = YES INCLUDED_BY_GRAPH = YES GRAPHICAL_HIERARCHY = YES + DOT_IMAGE_FORMAT = png DOT_PATH = ! DOTFILE_DIRS = ! MAX_DOT_GRAPH_WIDTH = 1024 MAX_DOT_GRAPH_HEIGHT = 1024 GENERATE_LEGEND = YES DOT_CLEANUP = YES #--------------------------------------------------------------------------- # Configuration::addtions related to the search engine #--------------------------------------------------------------------------- SEARCHENGINE = NO CGI_NAME = search.cgi Index: header.html =================================================================== RCS file: /cvsroot/regcom/regcom/docs/header.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** header.html 22 Jun 2001 14:39:06 -0000 1.1 --- header.html 24 Jan 2003 04:46:34 -0000 1.2 *************** *** 1,15 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <html> - <head><meta name="robots" content="noindex"> - <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> - <title>$title</title> - <link href="doxygen.css" rel="stylesheet" type="text/css"> - </head><body bgcolor="#ffffff"> - - <img src="../images/regcom.png" alt="Regimental Command" width="480" height="80"> - <br> - [ <a href="../index.html">Index</a> ] - [ <a href="index.html">Documentation</a> ] - <p> --- 1,26 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml"> ! ! <head> ! ! <title>Regimental Command - Documentation</title> ! ! <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> ! <link rel="stylesheet" type="text/css" media="print" href="../print.css" /> ! <style type="text/css" media="all">@import "../layout1.css"; @import "../doxygen.css";</style> ! ! </head> ! ! <body> ! ! <div id="Header"> ! ! <img src="../images/regcom_small.png" alt="Regimental Command" width="330" height="49" /> ! ! </div> ! ! <div id="Content"> ! ! <!-- end doxygen header --> Index: footer.html =================================================================== RCS file: /cvsroot/regcom/regcom/docs/footer.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** footer.html 3 Jan 2003 05:25:33 -0000 1.3 --- footer.html 24 Jan 2003 04:46:34 -0000 1.4 *************** *** 1,16 **** ! <p> ! <hr> ! <p> ! [ <a href="../index.html">Index</a> ] ! [ <a href="index.html">Documentation</a> ] ! <p> ! <i>Regimental Command</i> - Copyright (C) 2003 Randi J. Relander<br> ! <p> ! Last modified: $datetime<br> ! <p> ! <address> ! Send comments and questions to <a href="mailto:rjr...@us...">Randi J. Relander</a><br> ! </address> </body> </html> --- 1,44 ---- ! ! <!-- start doxygen footer --> ! ! </div> ! ! <div id="Menu"> ! ! <p>Navigation</p> ! ! <p> ! <a href="../index.html">User Manual</a><br /> ! <a href="../command.html">Command Line</a><br /> ! <a href="../keyboard.html">Keyboard Usage</a><br /> ! <a href="../mouse.html">Mouse Usage</a><br /> ! <a href="index.html">Documentation</a><br /> ! </p> ! ! <p>Doxygen</p> ! ! <p> ! <a href="hierarchy.html">Class Hierarchy</a><br /> ! <a href="annotated.html">Compound List</a><br /> ! <a href="files.html">File List</a><br /> ! <a href="functions.html">Compound Members</a><br /> ! <a href="globals.html">File Members</a><br /> ! </p> ! ! <p>Links</p> ! ! <p> ! <a href="http://regcom.sourceforge.net">Project Home Page</a><br /> ! <a href="http://www.libsdl.org">SDL Library</a><br /> ! <a href="http://www.gnu.org/copyleft/gpl.html">License</a><br /> ! </p> ! ! <p class="Copyright">Regimental Command<br />Copyright (C) 2003<br />Randi J. Relander</p> ! ! </div> ! ! <!-- BlueRobot was here. --> </body> </html> + Index: doxygen.css =================================================================== RCS file: /cvsroot/regcom/regcom/docs/doxygen.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** doxygen.css 22 Jun 2001 14:39:06 -0000 1.1 --- doxygen.css 24 Jan 2003 04:46:34 -0000 1.2 *************** *** 1,7 **** ! H1 { font-size: large; font-weight: bold } ! H2 { font-size: medium; font-weight: normal } ! H3 { font-size: small; font-weight: bold } ! BODY { font-size: small; font-family: "Lucida,Helvetica,Tahoma,Arial,sans-serif" } A.qindex {} --- 1,7 ---- ! /* ! H1 { text-align: center; } ! */ ! CAPTION { font-weight: bold } A.qindex {} *************** *** 9,25 **** A.el { text-decoration: none; font-weight: bold } A.elRef { font-weight: bold } ! A.code { text-decoration: none; font-weight: normal; color: #4444ee } ! A.codeRef { font-weight: normal; color: #4444ee } DL.el { margin-left: -1cm } ! DIV.fragment { width: 100%; border: none; background-color: #eeeeee } ! DIV.ah { background-color: black; margin-bottom: 3; margin-top: 3 } ! TD.md { background-color: #f2f2ff } ! DIV.groupHeader { margin-left: 16; margin-top: 12; margin-bottom: 6; font-weight: bold } ! DIV.groupText { margin-left: 16; font-style: italic; font-size: smaller } ! FONT.keyword { color: #008000 } ! FONT.keywordtype { color: #604020 } ! FONT.keywordflow { color: #e08000 } ! FONT.comment { color: #800000 } ! FONT.preprocessor { color: #806020 } ! FONT.stringliteral { color: #002080 } ! FONT.charliteral { color: #008080 } --- 9,63 ---- A.el { text-decoration: none; font-weight: bold } A.elRef { font-weight: bold } ! A.code { text-decoration: none; font-weight: normal; } ! A.codeRef { font-weight: normal; } ! ! /* ! A:hover { text-decoration: none; background-color: #f2f2ff }] ! */ ! DL.el { margin-left: -1cm } ! DIV.fragment { width: 100%; border: none; background-color: #f8f8ff; margin-top: 6px } ! DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px } ! TD.md { background-color: #f8f8ff; font-weight: normal; } ! TD.mdname1 { background-color: #f8f8ff; font-weight: normal; color: #000000; } ! TD.mdname { background-color: #f8f8ff; font-weight: normal; color: #000000; } ! DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold } ! DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller } ! ! /* ! BODY { background: white; color: black } ! */ ! ! TD.indexkey { ! background-color: #f8f8ff; ! font-weight: bold; ! padding-right : 10px; ! padding-top : 2px; ! padding-left : 10px; ! padding-bottom : 2px; ! margin-left : 0px; ! margin-right : 0px; ! margin-top : 2px; ! margin-bottom : 2px ! } ! ! TD.indexvalue { ! background-color: #f8f8ff; ! font-style: italic; ! padding-right : 10px; ! padding-top : 2px; ! padding-left : 10px; ! padding-bottom : 2px; ! margin-left : 0px; ! margin-right : 0px; ! margin-top : 2px; ! margin-bottom : 2px ! } ! ! span.keyword { color: #0000ff } ! span.keywordtype { color: #0000ff } ! span.keywordflow { color: #0000ff } ! span.comment { color: #008000 } ! span.preprocessor { color: #0000ff } ! span.stringliteral { color: #000000 } ! span.charliteral { color: #000000 } |
|
From: Randi J. R. <rjr...@us...> - 2003-01-24 04:45:50
|
Update of /cvsroot/regcom/regcom/docs In directory sc8-pr-cvs1:/tmp/cvs-serv6186 Modified Files: Makefile.am Log Message: (EXTRA_DIST): Added new style sheets. Index: Makefile.am =================================================================== RCS file: /cvsroot/regcom/regcom/docs/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** Makefile.am 3 Jan 2003 05:25:33 -0000 1.7 --- Makefile.am 24 Jan 2003 04:45:47 -0000 1.8 *************** *** 33,35 **** header.html \ footer.html \ ! doxygen.css --- 33,37 ---- header.html \ footer.html \ ! doxygen.css \ ! layout1.css \ ! print.css |
|
From: Randi J. R. <rjr...@us...> - 2003-01-24 04:45:14
|
Update of /cvsroot/regcom/regcom/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv6066
Added Files:
print.css layout1.css
Log Message:
Added.
--- NEW FILE: print.css ---
body {font-size:11pt; font-family:serif;}
#Header {width:auto; margin:0 0 .5in;}
#Main {float:none; width:auto; margin:0 10%; padding:0;}
#Content, #headerLogo {width:auto; margin:0; padding:0;}
#Menu {display:none;}
--- NEW FILE: layout1.css ---
body
{
margin:0px;
padding:0px;
font:12px/15px verdana, arial, helvetica, sans-serif;
color:#333;
background-color:white;
}
h1
{
text-align: left;
margin:6px 0px 6px 0px;
padding:0px;
font-size:24px;
line-height:24px;
font-weight:800;
color:#ccc;
}
h2
{
text-align: left;
margin:6px 0px 6px 0px;
padding:0px;
font-size:16px;
line-height:16px;
font-weight:800;
color:#ccc;
}
h3
{
text-align: left;
margin:6px 0px 6px 0px;
padding:0px;
font-size:12px;
line-height:12px;
font-weight:800;
color:#666;
}
p
{
margin:6px 0px 6px 0px;
padding:0px;
}
p.Copyright
{
font-size:10px;
line-height:10px;
}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}
ul
{
margin:6px 0px 6px 20px;
padding:0px;
}
table
{
margin:6px 0px 6px 0px;
padding:0px;
}
a
{
color:#09c;
font-size:11px;
text-decoration:none;
font-weight:600;
}
img
{
border: 0px dotted;
}
a:visited {color:#069;}
a:link {color:#09c;}
a:hover { color:#0CF; }
#Header
{
margin:20px 10px 0px 222px;
padding:0px;
border:0px solid #999;
}
#Content
{
margin:0px 10px 10px 222px;
padding:0px;
border:0px solid #999;
}
#Menu
{
position:absolute;
top:20px;
left:20px;
padding:10px;
background-color:#eee;
border:1px solid #999;
width:180px;
voice-family: "\"}\"";
voice-family:inherit;
width:160px;
}
body>#Menu {width:160px;}
|
|
From: Randi J. R. <rjr...@us...> - 2003-01-24 04:44:36
|
Update of /cvsroot/regcom/regcom/docs/images In directory sc8-pr-cvs1:/tmp/cvs-serv5872 Modified Files: Makefile.am Log Message: (EXTRA_DIST): Added regcom_small.png. Index: Makefile.am =================================================================== RCS file: /cvsroot/regcom/regcom/docs/images/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Makefile.am 3 Jan 2003 05:25:14 -0000 1.4 --- Makefile.am 24 Jan 2003 04:44:32 -0000 1.5 *************** *** 22,24 **** #********************************************************************** ! EXTRA_DIST = regcom.png --- 22,26 ---- #********************************************************************** ! EXTRA_DIST = \ ! regcom.png \ ! regcom_small.png |
|
From: Randi J. R. <rjr...@us...> - 2003-01-24 04:43:08
|
Update of /cvsroot/regcom/regcom/docs/images
In directory sc8-pr-cvs1:/tmp/cvs-serv5625
Added Files:
regcom_small.png
Log Message:
Added.
--- NEW FILE: regcom_small.png ---
PNG
***µ¤(
ï
ï}vH
$
9¡TØ
J4Ú` ê1h
6
âKD§5P± P©ÚAëÔNCµ3[§zÛÞ¹wT§Ókç~³¿d}ÖZû¿î½ößÁáþ-¿¨£8òµË·²& H"Sllí<0ÎEF»zÑ%//ñ×SZKpð½GãxÆ%7Í,õòn^On²{4MÚn¿HDµÙ;8:Q©öÎ.N®n4wºç¦)Ì÷~ôu|oýWúðJ ëý2Ëi~A®µÙéµ5ö¬ó|v0m.$ Úl¼¦M÷òöññexY1ÝgÌô£?áÊt»zæÓ¿þFR=MùõvDIÈu»ñÞÌeñð¾sV:të¦|=nm®q¹jJ¹ywé²;Ï%¢M&ýñ(ªÍå
±5À îósxO¶0²Þÿào÷Ù¥ÉO1i«ÎjÍ>ú_ðÌ mÒâ}kÚ÷<çãQ©GÖde^~zÈ¢®,ÚA9¯ë¢ã2Ë\6ÞÇ´ù3¡¹/¼8/4Âæ/
?Yz¡XG$j})Êè\º#cÆæ¦ ÞÇ·D7ÉA9/vDPn²_çrpßÑ:Õ*µºÿÒÙøµ¿n¼
¶t#(6Ù ?ká"Ábâ/yI±TÈxÚZ%R·<sT¤,JÎ\æ%%Ç,÷%Wï[uwÁmrK +K>DTáìº$±I
Jøð<¸:´Ô"OqâТ£jÊË·BTPìlýÕLª©¥2§¬<å-%KÝJÐKÇ`
¹ê¸·.)ÏG7gFf¾( l½6@9ÅJx"8¿dõNð4%=nf´«M<;!jRí×%%S8ëSSÓÒ6fdFçóNy{Cá:,²-=~°$¹ÒáS/Ö/Kv
Áwl7çt3ìb X¾¶· -EíY¿åÆ©uF¯\SLOfY D6øÖ
ÛhêMÓL(±ùx»B{UhÉÚø¢xRäQ⥵¥eVö
åV2Ml¾oÏÅoë#\uIÙL˰òÑ0Åb7Y½&vý&¿ÇRmobĦBj»¢4C+O³kļñ¹×Ï^×VéBIa2ʯWÆ
;CÉ¢(idÁ°3óþÀçìvÓâÃÎÖ©ÒUoËãü"Ó<¦XÞìáÑ¥SZÒÚdnØlºEKÁL0J7#a2)s®³yw¬;N`ÍrÒ4¾GªÚh¤_¼>^æ]¤í;*hi,ë%;çÐÔe²|ezÕ®Wg$@ÝÊ×<ôêjßÙ¯ÌÝmÕïÙ«cqÀ¬8<ÔRgÕ¡©*ºµrñIÞpkJË@ªs©RÝìO¯¬!R ö/WE»J¨¥ôù ³s¿Ø*#I½|{y,
ØÛ^¨rê^:J)Ìa;÷¹_=7ØBºvã½
"E¸²Ä{©È¸Éi3n%@ß=ô¾
<¢ðüCá2
`üØks·ÝCЪ·´:øÑ\R´«¶¾3
ݦmFÀÀË1L§ÇS4RÕÖk4AN@ùÓÍ*]]©ßðß+aXÅWÅs8Íç.ÄÐ/j'EyöæÛ/Ý[ø{ëâ[hÝþdj#È©»9Àõ¨
ÁÝÜ!Ü9&ðR%Í TÏ<OS즰
(û¦8|7h}½w,`ô"7*DwÊÇtôÁ*E½vÍ7B¡ðßñ]OǤ(Ë¿úïÏ¿ù½æÓÄÃìë_ê½5í_U@NàFZpá¼ûd¤=1r h(W,"Ep§|ÒÊgùo ÂåÞñâÓ1>e
0:Éé&#tNëäE?¼úÙkÀm0z{ÄmRÔ8¼/_Ã
f0úäµï9@hFÝNÀ«Ócù³¾Ïì'ºÆ"bÕwíúëüËßÂÂôeÎÌÖ
¬¹w¹QØèá $èÄ
^l"W¡ð#*±s4OSANÁdÐON!øÓ¿}}ùÞX1-³¶¼ä aU½«É ¦ (ÑáÆnpÎÉÙ !j`^|mÓÌ_KXßNowg'MË2kUÔ$ûN²N0ÜÞ¨ÁOª
IVì;%Ówõl¼@ÆÛ%k
¹aß:*Ë©j®1ÿó¨v!: *)jL-8*uòîý2zP²å¤3J
ÂY¢Q"4Æ®ÊÙNI¨{Ü·ÕµôÈü«Ïíª8óÞÛó7¼4dÖJ¬I%÷qCljɸTUãQJ©%ÊÍenÓò2mÝ %L&G©ç
:&G§VçVN«ÆtS
sp+KTê3ôhÌ(
³1¡1î}ïùõ !,5mþ{U^¶½ ¸Ö÷ÁÂ=ýýýVüsFµj%Hõõ©&FÙg×íË@JΤ(Ó|ÝÔ1~¼ê!Êi©è¢`é¡%òþöW)º ë#ò$%Yõá³³v
n[jOlÝìø´(Ç¥7øÄ(
étÃ¥gWI)?2¸»4
_þR©ìþס,sÌ´Ã5Ì8;ÄzjèÇðr>8é,¼Ä²¤¹¢°ãr,Â廹CH#î¼9øcZeèåñ©&_¶²¸l÷g»³Ü~eOPd¾øÀÜAÓcÿ¿¥oÜ!«Óßµ¸KÒYÿ̪Dª2Ì6tW«üñ¦ùï¸\¦Ç*®½%Õ Ç®¼þúG03C4ÙÃÐT(Ç¥|UV2¤[û¤òV?RáÔíó`E©¬²låþ¢d§boÛ)6vµ2%(w£¤Õa'µ¦Àô$õÆOÚ{f.ÕÞøØ»4¸§Ò³ò¨Àgõ´(×Ü3§RyL2P^MØú )L61ÊÒfà¼õ{%µC0ðYì6ZÔ¿%ß0¿à}]XXkÛÏ üZîÛà#¹í½¤û÷½©K[v¿qÚ»4lÈä
ë2Oz
>6Õ½Ó(Ê 6#iÖÂE
o£KÕLJöïAQb¶sÊ
9|p¿À«RjÈæÄ|ýüd,ùQ¥Ù
Eé×¥6¬
æ%±àç¯$Ñãßæ©·ÑÍ»|Z ×H¼1óz4Á©ÓÕ:!%.³C¡=g{ùQJ³
Ê]ìP¡åÿ±³{ÇÀ
d:cæõhS 6\^øÓõÛ¿[}ë9ðÚê=ßþPrÄløG¼ú÷ÿò{Å?zF¥áø¥/^ihØMË9;1ÜM?Ã#Âfïm{
ÔðÇëÓþáh¼jû{³4 Ú8zS+ç$+R¨ÑÁÄDÒ×ò¸àR¥"¦xGëw©8L¦Oz
X~ïÏ¡4Îô¦Ü4S EWm£#ÀB>« ÃßÒ
æ¢ô%×*fíÚ-C¨BZÚÖ*óxÕ^©NFW©tL×i¼CMÓ9`Í*ÔÔhi^jó',Kâì:JSERz¢ã¢}ø Ä¿£e2¬lE¨b ²ÎZ×£PÁ0BAYØÍÑjSâ;ºÍϧÔ'¥eS¤CÚfq¬ZéW¤ïÝyóæ½{ëÆg9ÃusPÙ¿p)×_xÇñFwF)MåT-òôäuħhµì¶n³Q©ïðfªµ¦lÒ4êf_«X)Y+gÊrGÝPy%VkK$©#
ò×Iîðº¼}Á jÍpÙ´» æ5jæN!x]·,;¥éoÝÌFz=Ä&%xÌÈÏôæÔ¥n²m¼YÒQmv½ÝmÁÁ²&½É 4eæá½Å©ÔVWªKò Ë+$eùrá¯öùë}!, ¥§nFà!Â;»2¼dk-àR§J½2ñ±TM²ààÖ¶n½ÙèÌÔ'¨i&~%¶NÔÀT|`«W°«3^ÑT@Eݰ÷'ò2×&QÓ} ÄLoM-Ì@^¹H¤óñöÓ]e
ëìLón§·0¦z¥gon´³ýÌh|´}©©'C_éTÊHs®Åî×tÊÅÞ9T6=1ÓæÙ[Ø[¬_i6×1ó2ýJ
óõ¼CÔ;ÓÚ廲Bïçb$´ò3ýDqÀÔgf7寧J\§/ÎÍm*ìÍ4J\§Ç²Ñéú¿ý ¸':¤4»¾æ;vÊÚAèyá¢ÂÁÜâB}=oÂye>àLOg¸¨°P/Ê0÷(31%fHÏ(*ý2xc´ÙÑM-ïa~OÈâ2ROëÀ¦¢)|yµgézÒ'2°LWØè=»G
Ä|y>Q#ÏÒ
9+y¼e¼GCàÆúø¼T°§ÉðíAHŸ)<a£l©Ã-(-hâ)&ø?Ͳ%çØÑæL5¦æü_¿Òhü
÷kÉó+)áñÖåÈèâ4l_a|È*|ìt-B a±©È ¤Ím¾T&tûÛISº>£çijÞã'0ëL!+'Ïõ(ôI:ÿî~GhQöüp~б)]+íùfµdB_ûö8Ôi|h½ò`4Í!tž1¡Øî~üáÀ#Ku£Á8¸ßØ`3æeg$·ûápFãCÎâgÄ~§gèÄQ ÛÆtËü(þ7ÃÂiýqè7ãp>í8£{7ôpô*Ì t')Ç
bwþÈ_'ΫÄqÝÑn,p8qÌ E14GÊ2Ý$®¼í nä;ÆÁî¸~*.µÏtËlÿÌ[( G
EMó¶é+ÐKã+ðiQ±Pãh0ú7 ÝXp§gé4ÌË"ùTöJÁýÜZ
§!ùa·±ÌñϺ)ûA)êGñ Ù:FS3£´¼Â-$CÇ£4Z8MedôÊ8A\·û£ÑÃý-7ôõ?ôAãÐÌ¿!d"²Éî3±Ñ
g|ü
|ö+ÇN´*ý°U÷?Z}Xļ_°!gÇ\lwo7Tt)wÇoå1ø` ¤a¨q *g5£´¼Bj%4>t<JPHDz±à,.ب¨_*8ÁÔíf/KÔJP»CAO?ZÁA~8%ê#ÉFî3à¨#¦{XæßÊÔÓ×HªéËô\
|
|
From: Randi J. R. <rjr...@us...> - 2003-01-03 05:26:42
|
Update of /cvsroot/regcom/regcom In directory sc8-pr-cvs1:/tmp/cvs-serv4565 Modified Files: ChangeLog Log Message: Updated. Index: ChangeLog =================================================================== RCS file: /cvsroot/regcom/regcom/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** ChangeLog 11 May 2002 02:01:08 -0000 1.20 --- ChangeLog 3 Jan 2003 05:26:39 -0000 1.21 *************** *** 1,2 **** --- 1,6 ---- + 2002-01-02 Randi J. Relander + + * all: Updated copyright. + 2002-05-07 Randi J. Relander |
|
From: Randi J. R. <rjr...@us...> - 2003-01-03 05:26:23
|
Update of /cvsroot/regcom/regcom In directory sc8-pr-cvs1:/tmp/cvs-serv4453 Modified Files: Makefile.am configure.in acinclude.m4 Log Message: Updated copyright. Index: Makefile.am =================================================================== RCS file: /cvsroot/regcom/regcom/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Makefile.am 7 May 2002 23:52:36 -0000 1.3 --- Makefile.am 3 Jan 2003 05:26:20 -0000 1.4 *************** *** 2,6 **** # # REGCOM: Regimental Command ! # Copyright (C) 1997-2002 Randi J. Relander # <rjr...@us...> # --- 2,6 ---- # # REGCOM: Regimental Command ! # Copyright (C) 2003 Randi J. Relander # <rjr...@us...> # Index: configure.in =================================================================== RCS file: /cvsroot/regcom/regcom/configure.in,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** configure.in 7 May 2002 23:52:36 -0000 1.4 --- configure.in 3 Jan 2003 05:26:20 -0000 1.5 *************** *** 2,6 **** # # REGCOM: Regimental Command ! # Copyright (C) 1997-2002 Randi J. Relander # <rjr...@us...> # --- 2,6 ---- # # REGCOM: Regimental Command ! # Copyright (C) 2003 Randi J. Relander # <rjr...@us...> # Index: acinclude.m4 =================================================================== RCS file: /cvsroot/regcom/regcom/acinclude.m4,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** acinclude.m4 7 May 2002 23:52:36 -0000 1.3 --- acinclude.m4 3 Jan 2003 05:26:20 -0000 1.4 *************** *** 2,6 **** # # REGCOM: Regimental Command ! # Copyright (C) 1997-2002 Randi J. Relander # <rjr...@us...> # --- 2,6 ---- # # REGCOM: Regimental Command ! # Copyright (C) 2003 Randi J. Relander # <rjr...@us...> # |
|
From: Randi J. R. <rjr...@us...> - 2003-01-03 05:26:03
|
Update of /cvsroot/regcom/regcom/data In directory sc8-pr-cvs1:/tmp/cvs-serv4304 Modified Files: Makefile.am Log Message: Updated copyright. Index: Makefile.am =================================================================== RCS file: /cvsroot/regcom/regcom/data/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Makefile.am 7 May 2002 23:52:36 -0000 1.3 --- Makefile.am 3 Jan 2003 05:26:00 -0000 1.4 *************** *** 2,6 **** # # REGCOM: Regimental Command ! # Copyright (C) 1997-2002 Randi J. Relander # <rjr...@us...> # --- 2,6 ---- # # REGCOM: Regimental Command ! # Copyright (C) 2003 Randi J. Relander # <rjr...@us...> # |
|
From: Randi J. R. <rjr...@us...> - 2003-01-03 05:25:51
|
Update of /cvsroot/regcom/regcom/data/images In directory sc8-pr-cvs1:/tmp/cvs-serv4232 Modified Files: Makefile.am Log Message: Updated copyright. Index: Makefile.am =================================================================== RCS file: /cvsroot/regcom/regcom/data/images/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** Makefile.am 7 May 2002 23:52:36 -0000 1.7 --- Makefile.am 3 Jan 2003 05:25:48 -0000 1.8 *************** *** 2,6 **** # # REGCOM: Regimental Command ! # Copyright (C) 1997-2002 Randi J. Relander # <rjr...@us...> # --- 2,6 ---- # # REGCOM: Regimental Command ! # Copyright (C) 2003 Randi J. Relander # <rjr...@us...> # |
|
From: Randi J. R. <rjr...@us...> - 2003-01-03 05:25:36
|
Update of /cvsroot/regcom/regcom/docs In directory sc8-pr-cvs1:/tmp/cvs-serv4101 Modified Files: Makefile.am command.html footer.html index.html keyboard.html mouse.html Log Message: Updated copyright. Index: Makefile.am =================================================================== RCS file: /cvsroot/regcom/regcom/docs/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Makefile.am 7 May 2002 23:52:36 -0000 1.6 --- Makefile.am 3 Jan 2003 05:25:33 -0000 1.7 *************** *** 2,6 **** # # REGCOM: Regimental Command ! # Copyright (C) 1997-2002 Randi J. Relander # <rjr...@us...> # --- 2,6 ---- # # REGCOM: Regimental Command ! # Copyright (C) 2003 Randi J. Relander # <rjr...@us...> # Index: command.html =================================================================== RCS file: /cvsroot/regcom/regcom/docs/command.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** command.html 7 May 2002 23:52:36 -0000 1.3 --- command.html 3 Jan 2003 05:25:33 -0000 1.4 *************** *** 39,43 **** <hr> <p> ! <i>Regimental Command</i> - Copyright (C) 1997-2002 Randi J. Relander<br> <p> Last modified: Thursday, June 21, 2001<p> --- 39,43 ---- <hr> <p> ! <i>Regimental Command</i> - Copyright (C) 2003 Randi J. Relander<br> <p> Last modified: Thursday, June 21, 2001<p> Index: footer.html =================================================================== RCS file: /cvsroot/regcom/regcom/docs/footer.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** footer.html 7 May 2002 23:52:36 -0000 1.2 --- footer.html 3 Jan 2003 05:25:33 -0000 1.3 *************** *** 5,9 **** [ <a href="index.html">Documentation</a> ] <p> ! <i>Regimental Command</i> - Copyright (C) 1997-2002 Randi J. Relander<br> <p> Last modified: $datetime<br> --- 5,9 ---- [ <a href="index.html">Documentation</a> ] <p> ! <i>Regimental Command</i> - Copyright (C) 2003 Randi J. Relander<br> <p> Last modified: $datetime<br> Index: index.html =================================================================== RCS file: /cvsroot/regcom/regcom/docs/index.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** index.html 7 May 2002 23:52:36 -0000 1.7 --- index.html 3 Jan 2003 05:25:33 -0000 1.8 *************** *** 41,45 **** <hr> <p> ! <i>Regimental Command</i> - Copyright (C) 1997-2002 Randi J. Relander<br> <p> Last modified: Thursday, June 21, 2001<p> --- 41,45 ---- <hr> <p> ! <i>Regimental Command</i> - Copyright (C) 2003 Randi J. Relander<br> <p> Last modified: Thursday, June 21, 2001<p> Index: keyboard.html =================================================================== RCS file: /cvsroot/regcom/regcom/docs/keyboard.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** keyboard.html 7 May 2002 23:52:36 -0000 1.3 --- keyboard.html 3 Jan 2003 05:25:33 -0000 1.4 *************** *** 40,44 **** <hr> <p> ! <i>Regimental Command</i> - Copyright (C) 1997-2002 Randi J. Relander<br> <p> Last modified: Thursday, June 21, 2001<p> --- 40,44 ---- <hr> <p> ! <i>Regimental Command</i> - Copyright (C) 2003 Randi J. Relander<br> <p> Last modified: Thursday, June 21, 2001<p> Index: mouse.html =================================================================== RCS file: /cvsroot/regcom/regcom/docs/mouse.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** mouse.html 7 May 2002 23:52:36 -0000 1.3 --- mouse.html 3 Jan 2003 05:25:33 -0000 1.4 *************** *** 44,48 **** <hr> <p> ! <i>Regimental Command</i> - Copyright (C) 1997-2002 Randi J. Relander<br> <p> Last modified: Tuesday, May 7, 2002<p> --- 44,48 ---- <hr> <p> ! <i>Regimental Command</i> - Copyright (C) 2003 Randi J. Relander<br> <p> Last modified: Tuesday, May 7, 2002<p> |
|
From: Randi J. R. <rjr...@us...> - 2003-01-03 05:25:17
|
Update of /cvsroot/regcom/regcom/docs/images In directory sc8-pr-cvs1:/tmp/cvs-serv4008 Modified Files: Makefile.am Log Message: Updated copyright. Index: Makefile.am =================================================================== RCS file: /cvsroot/regcom/regcom/docs/images/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Makefile.am 7 May 2002 23:52:36 -0000 1.3 --- Makefile.am 3 Jan 2003 05:25:14 -0000 1.4 *************** *** 2,6 **** # # REGCOM: Regimental Command ! # Copyright (C) 1997-2002 Randi J. Relander # <rjr...@us...> # --- 2,6 ---- # # REGCOM: Regimental Command ! # Copyright (C) 2003 Randi J. Relander # <rjr...@us...> # |
Update of /cvsroot/regcom/regcom/src In directory sc8-pr-cvs1:/tmp/cvs-serv3794 Modified Files: Button.cpp Button.h Console.cpp Console.h Cursor.cpp Cursor.h Desktop.cpp Desktop.h Font.cpp Font.h Fractal.cpp Fractal.h Game.cpp Game.h GameServer.cpp GameServer.h GameSocket.cpp GameSocket.h Hex.cpp Hex.h Main.cpp Makefile.am Map.cpp Map.h MapView.cpp MapView.h Player.cpp Player.h PlayerClient.cpp PlayerClient.h PlayerSocket.cpp PlayerSocket.h Point.h RadarView.cpp RadarView.h Rect.cpp Rect.h Screen.cpp Screen.h ScrollView.cpp ScrollView.h StringView.cpp StringView.h Surface.cpp Surface.h Tile.cpp Tile.h Unit.cpp Unit.h Window.cpp Window.h Log Message: Updated copyright. Index: Button.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/Button.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Button.cpp 7 May 2002 23:52:36 -0000 1.6 --- Button.cpp 3 Jan 2003 05:25:01 -0000 1.7 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Button.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/Button.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Button.h 7 May 2002 23:52:36 -0000 1.5 --- Button.h 3 Jan 2003 05:25:01 -0000 1.6 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Console.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/Console.cpp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** Console.cpp 7 May 2002 23:52:36 -0000 1.7 --- Console.cpp 3 Jan 2003 05:25:01 -0000 1.8 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Console.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/Console.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Console.h 7 May 2002 23:52:36 -0000 1.5 --- Console.h 3 Jan 2003 05:25:01 -0000 1.6 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Cursor.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/Cursor.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Cursor.cpp 7 May 2002 23:52:36 -0000 1.5 --- Cursor.cpp 3 Jan 2003 05:25:01 -0000 1.6 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Cursor.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/Cursor.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Cursor.h 7 May 2002 23:52:36 -0000 1.4 --- Cursor.h 3 Jan 2003 05:25:01 -0000 1.5 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Desktop.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/Desktop.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Desktop.cpp 7 May 2002 23:52:36 -0000 1.5 --- Desktop.cpp 3 Jan 2003 05:25:01 -0000 1.6 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Desktop.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/Desktop.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Desktop.h 7 May 2002 23:52:36 -0000 1.5 --- Desktop.h 3 Jan 2003 05:25:01 -0000 1.6 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Font.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/Font.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Font.cpp 7 May 2002 23:52:36 -0000 1.4 --- Font.cpp 3 Jan 2003 05:25:01 -0000 1.5 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Font.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/Font.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Font.h 7 May 2002 23:52:36 -0000 1.3 --- Font.h 3 Jan 2003 05:25:01 -0000 1.4 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Fractal.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/Fractal.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Fractal.cpp 7 May 2002 23:52:36 -0000 1.3 --- Fractal.cpp 3 Jan 2003 05:25:01 -0000 1.4 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Fractal.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/Fractal.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Fractal.h 7 May 2002 23:52:36 -0000 1.3 --- Fractal.h 3 Jan 2003 05:25:01 -0000 1.4 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Game.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/Game.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** Game.cpp 7 May 2002 23:52:36 -0000 1.10 --- Game.cpp 3 Jan 2003 05:25:01 -0000 1.11 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Game.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/Game.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Game.h 7 May 2002 23:52:36 -0000 1.6 --- Game.h 3 Jan 2003 05:25:01 -0000 1.7 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: GameServer.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/GameServer.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** GameServer.cpp 7 May 2002 23:52:36 -0000 1.2 --- GameServer.cpp 3 Jan 2003 05:25:01 -0000 1.3 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: GameServer.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/GameServer.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** GameServer.h 7 May 2002 23:52:36 -0000 1.2 --- GameServer.h 3 Jan 2003 05:25:01 -0000 1.3 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: GameSocket.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/GameSocket.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** GameSocket.cpp 7 May 2002 23:52:36 -0000 1.2 --- GameSocket.cpp 3 Jan 2003 05:25:01 -0000 1.3 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: GameSocket.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/GameSocket.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** GameSocket.h 7 May 2002 23:52:36 -0000 1.2 --- GameSocket.h 3 Jan 2003 05:25:01 -0000 1.3 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Hex.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/Hex.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Hex.cpp 7 May 2002 23:52:36 -0000 1.4 --- Hex.cpp 3 Jan 2003 05:25:01 -0000 1.5 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Hex.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/Hex.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Hex.h 7 May 2002 23:52:36 -0000 1.3 --- Hex.h 3 Jan 2003 05:25:01 -0000 1.4 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Main.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/Main.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Main.cpp 7 May 2002 23:52:36 -0000 1.6 --- Main.cpp 3 Jan 2003 05:25:01 -0000 1.7 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Makefile.am =================================================================== RCS file: /cvsroot/regcom/regcom/src/Makefile.am,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** Makefile.am 7 May 2002 23:52:36 -0000 1.14 --- Makefile.am 3 Jan 2003 05:25:01 -0000 1.15 *************** *** 2,6 **** # # REGCOM: Regimental Command ! # Copyright (C) 1997-2002 Randi J. Relander # <rjr...@us...> # --- 2,6 ---- # # REGCOM: Regimental Command ! # Copyright (C) 2003 Randi J. Relander # <rjr...@us...> # Index: Map.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/Map.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** Map.cpp 7 May 2002 23:52:36 -0000 1.8 --- Map.cpp 3 Jan 2003 05:25:01 -0000 1.9 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Map.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/Map.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Map.h 7 May 2002 23:52:36 -0000 1.6 --- Map.h 3 Jan 2003 05:25:01 -0000 1.7 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: MapView.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/MapView.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** MapView.cpp 7 May 2002 23:52:36 -0000 1.9 --- MapView.cpp 3 Jan 2003 05:25:01 -0000 1.10 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: MapView.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/MapView.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** MapView.h 7 May 2002 23:52:36 -0000 1.6 --- MapView.h 3 Jan 2003 05:25:01 -0000 1.7 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Player.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/Player.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Player.cpp 7 May 2002 23:52:36 -0000 1.2 --- Player.cpp 3 Jan 2003 05:25:01 -0000 1.3 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Player.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/Player.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Player.h 7 May 2002 23:52:36 -0000 1.2 --- Player.h 3 Jan 2003 05:25:01 -0000 1.3 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: PlayerClient.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/PlayerClient.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** PlayerClient.cpp 7 May 2002 23:52:36 -0000 1.2 --- PlayerClient.cpp 3 Jan 2003 05:25:01 -0000 1.3 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: PlayerClient.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/PlayerClient.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** PlayerClient.h 7 May 2002 23:52:36 -0000 1.2 --- PlayerClient.h 3 Jan 2003 05:25:01 -0000 1.3 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: PlayerSocket.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/PlayerSocket.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** PlayerSocket.cpp 7 May 2002 23:52:36 -0000 1.2 --- PlayerSocket.cpp 3 Jan 2003 05:25:01 -0000 1.3 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: PlayerSocket.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/PlayerSocket.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** PlayerSocket.h 7 May 2002 23:52:36 -0000 1.2 --- PlayerSocket.h 3 Jan 2003 05:25:01 -0000 1.3 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Point.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/Point.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Point.h 7 May 2002 23:52:36 -0000 1.3 --- Point.h 3 Jan 2003 05:25:01 -0000 1.4 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: RadarView.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/RadarView.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** RadarView.cpp 7 May 2002 23:52:36 -0000 1.6 --- RadarView.cpp 3 Jan 2003 05:25:01 -0000 1.7 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: RadarView.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/RadarView.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** RadarView.h 7 May 2002 23:52:36 -0000 1.5 --- RadarView.h 3 Jan 2003 05:25:01 -0000 1.6 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Rect.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/Rect.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Rect.cpp 7 May 2002 23:52:36 -0000 1.4 --- Rect.cpp 3 Jan 2003 05:25:01 -0000 1.5 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Rect.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/Rect.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Rect.h 7 May 2002 23:52:36 -0000 1.5 --- Rect.h 3 Jan 2003 05:25:01 -0000 1.6 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Screen.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/Screen.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Screen.cpp 7 May 2002 23:52:36 -0000 1.5 --- Screen.cpp 3 Jan 2003 05:25:01 -0000 1.6 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Screen.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/Screen.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Screen.h 7 May 2002 23:52:36 -0000 1.4 --- Screen.h 3 Jan 2003 05:25:01 -0000 1.5 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: ScrollView.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/ScrollView.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** ScrollView.cpp 7 May 2002 23:52:36 -0000 1.6 --- ScrollView.cpp 3 Jan 2003 05:25:01 -0000 1.7 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: ScrollView.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/ScrollView.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** ScrollView.h 7 May 2002 23:52:36 -0000 1.4 --- ScrollView.h 3 Jan 2003 05:25:01 -0000 1.5 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: StringView.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/StringView.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** StringView.cpp 7 May 2002 23:52:36 -0000 1.2 --- StringView.cpp 3 Jan 2003 05:25:01 -0000 1.3 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: StringView.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/StringView.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** StringView.h 7 May 2002 23:52:36 -0000 1.3 --- StringView.h 3 Jan 2003 05:25:01 -0000 1.4 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Surface.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/Surface.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Surface.cpp 7 May 2002 23:52:36 -0000 1.6 --- Surface.cpp 3 Jan 2003 05:25:01 -0000 1.7 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Surface.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/Surface.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Surface.h 7 May 2002 23:52:36 -0000 1.6 --- Surface.h 3 Jan 2003 05:25:01 -0000 1.7 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Tile.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/Tile.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Tile.cpp 7 May 2002 23:52:36 -0000 1.5 --- Tile.cpp 3 Jan 2003 05:25:01 -0000 1.6 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Tile.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/Tile.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** Tile.h 7 May 2002 23:52:36 -0000 1.7 --- Tile.h 3 Jan 2003 05:25:01 -0000 1.8 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Unit.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/Unit.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Unit.cpp 7 May 2002 23:52:36 -0000 1.5 --- Unit.cpp 3 Jan 2003 05:25:01 -0000 1.6 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Unit.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/Unit.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** Unit.h 7 May 2002 23:52:36 -0000 1.5 --- Unit.h 3 Jan 2003 05:25:01 -0000 1.6 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Window.cpp =================================================================== RCS file: /cvsroot/regcom/regcom/src/Window.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Window.cpp 7 May 2002 23:52:36 -0000 1.4 --- Window.cpp 3 Jan 2003 05:25:01 -0000 1.5 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // Index: Window.h =================================================================== RCS file: /cvsroot/regcom/regcom/src/Window.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Window.h 7 May 2002 23:52:36 -0000 1.4 --- Window.h 3 Jan 2003 05:25:01 -0000 1.5 *************** *** 2,6 **** // // REGCOM: Regimental Command ! // Copyright (C) 1997-2002 Randi J. Relander // <rjr...@us...> // --- 2,6 ---- // // REGCOM: Regimental Command ! // Copyright (C) 2003 Randi J. Relander // <rjr...@us...> // |
|
From: Randi J. R. <rjr...@us...> - 2002-05-11 02:01:11
|
Update of /cvsroot/regcom/regcom In directory usw-pr-cvs1:/tmp/cvs-serv19969 Modified Files: ChangeLog Log Message: Updated. Index: ChangeLog =================================================================== RCS file: /cvsroot/regcom/regcom/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** ChangeLog 21 Aug 2001 04:06:32 -0000 1.19 --- ChangeLog 11 May 2002 02:01:08 -0000 1.20 *************** *** 1,21 **** ! 2001-08-20 Randi J. Relander ! * src/Game.cpp (Instance): Removed. ! * src/Game.h (PushUserEvent): Made protected. ! (Instance): Removed. ! * src/Button.cpp (OnMouseUp): Removed access to game ! singleton. ! * src/Main.cpp (main): Changed game from singleton. ! ! * regcom.dsp, src/Makefile.am: Updated. ! ! * src/GameServer.h, GameServer.cpp: New file. ! * src/GameSocket.h, GameSocket.cpp: New file. ! * src/Player.h, Player.cpp: New file. ! * src/PlayerClient.h, PlayerClient.cpp: New file. ! * src/PlayerSocket.h, PlayerSocket.cpp: New file. ! ! * src/Server.h, src/LocalServer.h, src/RemoteServer.h, ! src/Client.h, src/LocalClient.h, src/RemoteClient.h: Removed. 2001-08-10 Randi J. Relander --- 1,5 ---- ! 2002-05-07 Randi J. Relander ! * all: Updated copyright. 2001-08-10 Randi J. Relander |
|
From: Randi J. R. <rjr...@us...> - 2002-05-07 23:52:40
|
Update of /cvsroot/regcom/regcom In directory usw-pr-cvs1:/tmp/cvs-serv7279 Modified Files: Makefile.am acinclude.m4 configure.in Log Message: Updated copyright. Index: Makefile.am =================================================================== RCS file: /cvsroot/regcom/regcom/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Makefile.am 19 Mar 2001 01:00:14 -0000 1.2 --- Makefile.am 7 May 2002 23:52:36 -0000 1.3 *************** *** 2,6 **** # # REGCOM: Regimental Command ! # Copyright (C) 1997-2001 Randi J. Relander # <rjr...@us...> # --- 2,6 ---- # # REGCOM: Regimental Command ! # Copyright (C) 1997-2002 Randi J. Relander # <rjr...@us...> # Index: acinclude.m4 =================================================================== RCS file: /cvsroot/regcom/regcom/acinclude.m4,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** acinclude.m4 19 Mar 2001 01:00:14 -0000 1.2 --- acinclude.m4 7 May 2002 23:52:36 -0000 1.3 *************** *** 2,6 **** # # REGCOM: Regimental Command ! # Copyright (C) 1997-2001 Randi J. Relander # <rjr...@us...> # --- 2,6 ---- # # REGCOM: Regimental Command ! # Copyright (C) 1997-2002 Randi J. Relander # <rjr...@us...> # Index: configure.in =================================================================== RCS file: /cvsroot/regcom/regcom/configure.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** configure.in 7 Jun 2001 05:15:26 -0000 1.3 --- configure.in 7 May 2002 23:52:36 -0000 1.4 *************** *** 2,6 **** # # REGCOM: Regimental Command ! # Copyright (C) 1997-2001 Randi J. Relander # <rjr...@us...> # --- 2,6 ---- # # REGCOM: Regimental Command ! # Copyright (C) 1997-2002 Randi J. Relander # <rjr...@us...> # |