Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Last Viewed Apps
Punch, or the London Charivari, Volume 102, January 9, 1892 for MobiPocket Reader
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


Achivx Partner
 
 
OpenBOR




OpenBOR
Version: 3.0 Build 3400

Platforms: Mobile Gaming, Wii


Categories: Games

Upload date: 20 Jan 12

Developer:

License: Freeware

Downloads: 15

File Size: 654 Kb
Download Free OpenBOR 



Rating: 0.0/5 (Total votes: 0)




  OpenBOR

Open BOR is a Beats of Rage clone for Wii.

Changes:

R3400 | utunnels | 2011-08-30 9:34:43 p.m. -0400 (Tue, 30 Aug 2011) | 8 lines
Changed paths:
M / engine / openbor.c
M / engine / openbor.h
M / engine / source / gamelib / commands.c
M / engine / source / gamelib / commands.h

New script:
data scripts loading.c
Called in loading screen update loop.

Randomize the movement of controlled entity year AI If Its path has-been blocked for Many Times. Temporarily It's a solution, I Shall refine the wall checking code in the future.

Expand # # attack to 99.
-------------------------------------------------- ----------------------
r3399 | utunnels | 2011-08-28 2:47:08 -0400 (Sun, 28 Aug 2011) | 1 line
Changed paths:
M / engine / source / gamelib / spritef.c
M / engine/source/gamelib/spritex8p16.c
M / engine/source/gamelib/spritex8p32.c

Fix problem gfxshadow overclip (When the character walks off screen, the shadow Disappears as well).
-------------------------------------------------- ----------------------
r3398 | utunnels | 2011-08-28 1:38:12 -0400 (Sun, 28 Aug 2011) | 3 lines
Changed paths:
M / engine / openbor.c
M / engine / openbor.h

New animation type ANI_WALKOFF

Triggered After walking off a cliff.
-------------------------------------------------- ----------------------
r3397 | utunnels | 2011-08-27 10:42:34 -0400 (Sat, 27 Aug 2011) | 3 lines
Changed paths:
M / engine / openbor.c
M / engine / openborscript.c

Show Entities for in game setup menu in player input.

Add nolife to get / changeentityproperty.
-------------------------------------------------- ----------------------
r3396 | utunnels | 2011-08-27 8:11:08 -0400 (Sat, 27 Aug 2011) | 1 line
Changed paths:
M / engine / source / gamelib / spritef.c
M / engine/source/gamelib/spritex8p16.c
M / engine/source/gamelib/spritex8p32.c

Major fix in scale and rotate sprite code (Previous code HAS problem When drawing large sprites).
-------------------------------------------------- ----------------------
r3395 | utunnels | 2011-08-27 1:46:37 -0400 (Sat, 27 Aug 2011) | 5 lines
Changed paths:
M / engine / openbor.c
M / engine / openbor.h
M / engine / source / gamelib / commands.c
M / engine / source / gamelib / commands.h

New model grabflip command:

Grabber to flip a target face
2 target flip to face grabber
3 Both 1 & 2 (default value)
-------------------------------------------------- ----------------------
r3394 | utunnels | 2011-08-26 1:54:54 -0400 (Fri, 26 Aug 2011) | 1 line
Changed paths:
M / engine / openbor.c
M / engine / openborscript.c

Copy grabforce, and paingrab antigrab from modeldata in ent_copy_uninit. Just in case the model and the weapon HAS different values.
-------------------------------------------------- ----------------------
r3393 | utunnels | 2011-08-26 0:51:14 -0400 (Fri, 26 Aug 2011) | 1 line
Changed paths:
M / engine / openbor.c

Minor changes, make default combodelay Same as before (GAME_SPEED / 2)
-------------------------------------------------- ----------------------
r3392 | utunnels | 2011-08-26 0:50:04 -0400 (Fri, 26 Aug 2011) | 1 line
Changed paths:
M / engine / openbor.c
M / engine / source / gamelib / commands.c
M / engine / source / gamelib / commands.h

Make combodelay customizable to Eliminate endless combo.
-------------------------------------------------- ----------------------
r3391 | utunnels | 2011-08-25 10:54:14 p.m. -0400 (Thu, 25 Aug 2011) | 2 lines
Changed paths:
M / engine / openbor.h
M / engine / openborscript.c

Add to antigrab getentityproperty.
Check modeldata INSTEAD of model for this property to Avoid global effect.
-------------------------------------------------- ----------------------
r3390 | utunnels | 2011-08-25 11:35:10 -0400 (Thu, 25 Aug 2011) | 1 line
Changed paths:
M / engine / source / gamelib / screen.c
M / engine/source/gamelib/screen16.c
M / engine/source/gamelib/screen32.c

Fix bglayer water overflow effect.
-------------------------------------------------- ----------------------
r3389 | utunnels | 2011-08-25 1:39:59 -0400 (Thu, 25 Aug 2011) | 3 lines
Changed paths:
M / engine / openbor.c

Reset idle status for the opponent if grabber no matter Performed special it hits or not.

Clear branch_name After PlayGame Is Done.
-------------------------------------------------- ----------------------
r3388 | utunnels | 2011-08-23 10:47:27 -0400 (Tue, 23 Aug 2011) | 1 line
Changed paths:
M / engine / source / gamelib / spritef.c
M / engine/source/gamelib/spritex8p16.c
M / engine/source/gamelib/spritex8p32.c

Restore old drawmethod code.
-------------------------------------------------- ----------------------
r3387 | utunnels | 2011-08-23 8:25:00 -0400 (Tue, 23 Aug 2011) | 1 line
Changed paths:
M / engine / source / gamelib / triangle.c

Clear overall gains in triangle.c Every Time
-------------------------------------------------- ----------------------
r3386 | utunnels | 2011-08-23 5:28:45 -0400 (Tue, 23 Aug 2011) | 1 line
Changed paths:
M / engine / openbor.c

Management Change After grabbed animation set so You Can check it in script.
-------------------------------------------------- ----------------------
r3385 | utunnels | 2011-08-22 10:34:18 p.m. -0400 (Mon, 22 Aug 2011) | 1 line
Changed paths:
M / engine / source / gamelib / triangle.c

NULL shadow_buffer After free it in draw_triangle_list
-------------------------------------------------- ----------------------
r3384 | plombo | 2011-08-22 9:30:30 p.m. -0400 (Mon, 22 Aug 2011) | 2 lines
Changed paths:
M / engine / openbor.c
M / engine / openbor.h
M / engine / sdl / opengl.c
M / engine / sdl / video.c

Make OpenGL settings, Including whether to use OpenGL, configurable in fullscreen mode. The use OpenGL and filter settings are Stored separately for windowed and fullscreen.

-------------------------------------------------- ----------------------
r3383 | utunnels | 2011-08-21 4:12:59 -0400 (Sun, 21 Aug 2011) | 1 line
Changed paths:
M / engine / source / gamelib / soundmix.c

SOUND_MAX_SAMPLES changed to 1024
-------------------------------------------------- ----------------------
r3382 | utunnels | 2011-08-21 3:50:55 -0400 (Sun, 21 Aug 2011) | 1 line
Changed paths:
M / engine / openbor.c

Fix shutdown loop bug.
-------------------------------------------------- ----------------------
r3381 | utunnels | 2011-08-20 11:04:57 -0400 (Sat, 20 Aug 2011) | 6 lines
Changed paths:
M / engine / openbor.c
M / engine / openborscript.c
M / engine / openborscript.h
M / engine / source / gamelib / spritef.c
M / engine/source/gamelib/spritex8p16.c
M / engine/source/gamelib/spritex8p32.c
M / engine / source / gamelib / triangle.c
M / engine / source / gamelib / triangle.h

Rewrite putsprite_ex using the new triangle function.
Add script functions:

SetTexture
setvertex
trianglelist
-------------------------------------------------- ----------------------
r3380 | utunnels | 2011-08-19 2:48:56 -0400 (Fri, 19 Aug 2011) | 1 line
Changed paths:
M / engine / openbor.c
M / engine / source / gamelib / pixelformat.c
M / engine / source / gamelib / spritef.c
M / engine / source / gamelib / triangle.c

Some Changes in triangle code.
-------------------------------------------------- ----------------------
r3379 | utunnels | 2011-08-18 12:50:55 -0400 (Thu, 18 Aug 2011) | 1 line
Changed paths:
M / engine / Makefile
M / engine / openbor.c
M / engine / openbor.h
M / engine / source / gamelib / triangle.c
A / engine / source / gamelib / triangle.h
M / engine / source / gamelib / types.h

Add triangle.h
-------------------------------------------------- ----------------------
r3378 | utunnels | 2011-08-18 5:34:13 -0400 (Thu, 18 Aug 2011) | 1 line
Changed paths:
M / engine / source / gamelib / triangle.c

Minor changes
-------------------------------------------------- ----------------------
r3377 | utunnels | 2011-08-18 5:26:42 -0400 (Thu, 18 Aug 2011) | 1 line
Changed paths:
M / engine / openbor.c
A / engine / source / gamelib / triangle.c
M / engine / source / gamelib / types.h

Add triangle.c (WIP)
-------------------------------------------------- ----------------------
r3376 | utunnels | 2011-08-18 2:00:28 -0400 (Thu, 18 Aug 2011) | 2 lines
Changed paths:
M / engine / openbor.c

No Actual exchange to the engine.
Except a commented-out 3d test function.
-------------------------------------------------- ----------------------
r3375 | utunnels | 2011-08-16 9:46:15 p.m. -0400 (Tue, 16 Aug 2011) | 1 line
Changed paths:
M / engine / openbor.c

Stop checking if Model IS loaded allowselect When parsing, sincere empty model Will Be Automatically skipped.
-------------------------------------------------- ----------------------
r3374 | utunnels | 2011-08-17 6:55:38 -0400 (Wed, 17 Aug 2011) | 1 line
Changed paths:
M / engine / source / gamelib / font.c

Parse n in font_printf
-------------------------------------------------- ----------------------
r3373 | utunnels | 2011-08-16 9:24:00 -0400 (Tue, 16 Aug 2011) | 1 line
Changed paths:
M / engine / openborscript.c

Add as a new JumpID aiflag.
-------------------------------------------------- ----------------------
r3372 | utunnels | 2011-08-15 7:18:26 -0400 (Mon, 15 Aug 2011) | 2 lines
Changed paths:
M / engine / openbor.c
M / engine / openborscript.c

Add to break openborvariant.
Enable update in pause menu.
-------------------------------------------------- ----------------------
r3371 | utunnels | 2011-08-09 9:49:36 p.m. -0400 (Tue, 09 Aug 2011) | 2 lines
Changed paths:
M / engine / openbor.c

Music Should not count as entries spawn points (if -> else if).
Fixed.
-------------------------------------------------- ----------------------
r3370 | utunnels | 2011-08-09 8:48:48 p.m. -0400 (Tue, 09 Aug 2011) | 1 line
Changed paths:
M / engine / openbor.c

zoombuffer Receives backgrounds now.
-------------------------------------------------- ----------------------
r3369 | utunnels | 2011-08-09 4:05:55 -0400 (Tue, 09 Aug 2011) | 1 line
Changed paths:
M / engine / sdl / video.c

Restore old SDL with 2x full screen filters.
-------------------------------------------------- ----------------------
r3368 | utunnels | 2011-08-09 3:29:40 -0400 (Tue, 09 Aug 2011) | 1 line
Changed paths:
M / engine / source / ScriptLib / Lexer.c

Fixed escape character bug in year Lexer.c
-------------------------------------------------- ----------------------

 
Like it? Share with your friends!

If you got an error while installing Themes, Software or Games, please, read FAQ.
 
Similar Software:

SyobonAction DS RC1SyobonAction DS RC1
SyobonAction DS RC1 More good stuff for Nintendo DS users who like ports of older games.A  Today we have the release of DS SyobonAction which is a port of the video game SyobonAction.A  If you aren't familiar with the game its very similar to the Super Mario games so any of you old school gamers out there will love this release from NDS developer n00bey
Rubber Bands 06.16.06 VideoRubber Bands 06.16.06 Video
Rubber Bands 06.16.06 Video It's been a while since we featured this awesome stylus-based game from walaber. Rubber Bands is his first DS game and is based on a simple particle physics library that he wrote. Gamers have nothing but high praises for this game, even urging him to get it published
BattlegroundsBattlegrounds
Battlegrounds Xfacter (a.ka. Alex Wickes) has just released Battlegrounds, one of the newest PSP game 'brews in our QJ forum. It's Xfacter's first coded game and obviously it's still a work in progress. Basically, it's a deathmatch game that still lacks a real storyline. You move around using simple controls, scroll onto different backgrounds and shoot enemies
Beatbox v1.6Beatbox v1.6
Beatbox v1.6 Courtesy of homebrew coder Babkock, here comes the latest version of his brew, Beatbox, a simple drum machine app that emits four different sound sets (rock and roll drums, hip hop drums, bongo drums, and tones) each time you press a designated button
Console Grab v1.2Console Grab v1.2
Console Grab v1.2  The original Console Grab v1.0 gives you control of a giant hand which you use to grab consoles and handhelds for points. Yes it's weird, and yes it's also fun as heck. Anonymous D on the DCEmu forums released jos newest update which now has a two handed mode
Cube RunnerCube Runner
Well Heres what I have after 4 hours of coding. Ill work more on it later so it has some higher standards
PiPaTi PenguinPiPaTi Penguin
PiPaTi Penguin- A version of the game Rock, Paper, Scissors, where Rock beats scissors, paper to the Stone and Paper Scissors is now available for PSP. A game where luck is the determining factor in winning or losing. Penguin PiPaTi a game with good graphics, your name under your penguin and even while playing music. Be sure to try insurance sucrase not your PSP
RockIT!RockIT!
RockIT! DS homebrew developer Sploshi just came up with something that's gonna put your touch screen to some good work. We've only tried the demo out, but RockIT! is shaping up to be worth your while. RockIT! promises players the life of a rockstar. By horizontally sliding the Stylus, you'll be catching notes to make music
Ou est Charlie? BetaOu est Charlie? Beta
From MasterXP:Hi everyone,Ptitloulou12 took as a project to produce a HB of "Where is Charlie?",
Stone Age 10/25/09Stone Age 10/25/09
Stone Age 10/25/09 Stone Age DS - classic Amiga game remake for the Nintendo DS.Changelog:- ROM is compiled with the latest version of PAlib (090801, libnds 1.3.7). Hope this fix problems with some flashcards.- Bugfix for map 61 (Thanx to 'astroraptor' - i think you really love this game..
 

Comments on OpenBOR:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

Please, select device to check if OpenBOR supports it
 
 
© Pantich 2009 - 2025 All rights reserved.