lp:asgard

Created by Russ Adams and last modified

We are now using git instead. Please see:

https://github.com/rustushki/asgard

Get this branch:
bzr branch lp:asgard
Members of Asgard Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Asgard Team
Project:
Asgard
Status:
Abandoned

Recent revisions

306. By Russ Adams

Removing x and y from MapPoint, ScreenPoint and Point. These classes are
merely present to allow us to differentiate between Coordinate types.

305. By Russ Adams

Removing Coordinate.cpp; no longer needed.

304. By Russ Adams

Post merge fix. Darn you bzr. Your time has almost ended.

303. By Russ Adams

Merging out a previous commit.

302. By Russ Adams

Coordinate is now a template class which takes Point subclasses as templates.
This changes allows us to impose compile time type checking for each use of
Coordinate. It also helps us differentiate between Map Coordinates and Screen
Coordinates.

This change is all over hell and half of Georgia.

301. By Sean Eubanks

Box:
-Added unload() method, which calls the associated Drawable member's unload() method to hide and subsequently delete the Box and Drawable.

GuiFactory:
-Added deleteAll() method, which calls Box::unload() on each Box loaded in the GUI and clears the member vector of Box pointers.

Map.cpp:
-Modified to call GuiFactory::deleteAll() when the mouse is clicked on the Map.

300. By Russ Adams

GraphicsEngine bugfix. Drawables marked to be hidden were not actually ever
being hidden in the next frame update.

299. By Russ Adams

Fixing some comparison warnings in Dialog class.

298. By Russ Adams

Removing two unused variables in Theme class.

297. By Russ Adams

Removing unused MapObject's unused height and width members.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers