A few fixes to layers
*** empty log message ***
All of the updates to allow mana management.
The actual management system in a server extens...
This will hopefully fix a bug where the player ...
Changes some text left behind from copy and pas...
Just a spelling correction :)
This uses kiheru's new church and fits with the...
Replaces the old raid maps with this indoor one...
More map updates :)
Adds the battle arena (the 2nd largest building...
Fixes tileset location issue.
Fixed bad file paths (again)
This does some basic file operations. It is to ...
This is Seather's update to LogoutPlayer.java f...
Add the 'spells' RPSlot for the spells GUI and ...
Changes RPClass.HIDDEN to RPClass.PRIVATE for s...
Adds the Spell class. It is (for now) an entity...
Adds the spell slot to the slots init code.
This is a Healing spell. There isn't a way to u...
Added a spells window. The user windows are sta...
Added Spell class based off of Item
Spell2DView based off of Item2DView
Adds guilds
Adds guilds RPClass
The server's CreateGuildAction
The rest of the new files for guilds.
Added fullghostmode attribute
Added fullghostmode to successfully remove HP bar.
Changed RPClass.INT to RPClass.FLAG
Changed RPClass.FLAG to RPClass.INt (again- but...
Removed name too
Added a "Manage GUilds" option.
Added getGuild() for the client's GuildManager
Made GuildManager.java . Now all we need is the...
Added menu entry for Manage Guilds
Added ManageGuilds()
Normal ManageGuilds()
Other menu entry stuff for guilds.
Changed layout fro GroupLayout to null for Java...
InviteToGuild action.
RemoveFromGuild action.
Finally! The guild system is finished! -- Updat...
Changed guildname to guild- just for simplicity.
A password checking dialog with a bisic and not...
Fixed bugs:
A window to assist players (newer ones probably...
A new window for the client that just has butto...
Changed comments to match file (c&p pis useful....
A help dialog with the text from the wiki. I th...
Code to launch the game help.
Doesn't display Spells button and window by def...
Fixed nullPointerException
Added potions/antidotes.
Changed to styled buttons
Changed button text.
Changed setVisible and added a button the the G...
Some Fado deathmatch files. They are untested a...
Other deathmatch file. Needs to be added to the...
Guess I forgot to commit this :P
Made buttons styled.
Made buttons styled.
Added JLabel if using -Dstendhal.onewindow=on
*Changed JLabel to display title if stendhal.on...
Added a second floor for the Fado deathmatch. I...
Added a 'desk' for the two other recruiter NPCs...
Added zones (int_fado_battle_arena_-1)
added setVisible(false) to gbh and buywindow co...
More refactoring for the new layout I'm plannin...
More refactoring- last commit message has details.
Client support for fake name changes. /teleport...
Server support for fake name changes. What is d...
Changed alternateTitle to title.
A simple script to change the player name by se...
The java version of nameChange.groovy
Fixed compiler errors
Changed get("alternateTitle") to get("title"
Fixed the Deathmatch
More fado deathmatch fixes
Removed guilds menu entry.
Removed title entry- it's already in RPEntity
A dummy target for netbeans users that builds t...
Runs the client with "ant client_run" (also has...
changed classpath for client_run
Had client_run remove directories when finished...
Fixed jar target, fixed server_build, fixed cli...
Deletes run/ dir after client run. Maybe we sho...
Commented out "Manage Guilds".
No more Manage Guilds!
Removed last reference
Uses get("title") if player has it so the title...
Uses the player's title if they have to in the ...
Fixed the OnePlayerAreas (position and size)
Converted to OutfitStore.
Don't draw some parts of the ghostmode sprite, ...
Added isVisible(), setVisible(), isTangible(), ...
Reverted changes until bugfix period is over.
Changed .toURL() to .toURI().toURL().
Readded call to GameScreen.get().place() becaus...
The client's part of height, width, and outfit_...